[REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.

Jak oceniasz skrypt

1
3
7%
2
1
2%
3
4
10%
4
5
12%
5
8
19%
Cudo :)
21
50%
 
Total votes: 42

antp
Site Admin
Posts: 9729
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by antp »

Description is something different from plot outline?
You mean that before it was getting the additional content on the /descs page ?
wrobelp
Posts: 48
Joined: 2011-07-10 18:59:53

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by wrobelp »

antp wrote: 2025-04-28 17:07:28 Description is something different from plot outline?
You mean that before it was getting the additional content on the /descs page ?
I wrote it unclearly, the script stopped displaying descriptions to choose from, it only downloads the first one.
antp
Site Admin
Posts: 9729
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by antp »

Possibly the code to find the next ones in the page is failing then.
I'll try to check that some day.
wrobelp
Posts: 48
Joined: 2011-07-10 18:59:53

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by wrobelp »

Skrypt przestał pokazywać wyniki wyszukiwania.

The script stopped showing search results.
adk
Posts: 6
Joined: 2018-07-09 17:43:02

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by adk »

Wyszukuje film po wpisaniu adresu URL
lucas7911
Posts: 34
Joined: 2012-06-24 17:33:31

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by lucas7911 »

U mnie sposób z wpisaniem adresu nie działa, najpierw komunikat "Błąd IOHandler value is not valid" a potem "Nie znaleziono żadnego filmu spełniającego kryteria........
antp
Site Admin
Posts: 9729
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by antp »

I didn't had much time last week, but I'll try to take a look at it in the next days.
lucas7911
Posts: 34
Joined: 2012-06-24 17:33:31

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by lucas7911 »

Ok, we will wait patiently
antp
Site Admin
Posts: 9729
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by antp »

Sorry for the long delay.
New version 3.2.24 available.
The site completely changed the search page, now it uses javascript to get the results and the details of each result.
Fortunately with the new function GetPage5 added in AMC 4.2.3 I can retrieve these data, as I can provide the extra header that the site wants.
With the help of Claude.ai, I added a function to parse the json returned by the site to display the search results.
It is not perfect, and movie years are missing from the list unfortunately.
That could be added in the future, but it would slow down the search (it is already not fast, the json parsing is not the most efficient) as it requires one request for each result of the list. The site is actually doing these requests while you scroll in the list, so it does not seem slow (and the JS engine of your web browser is much more efficient that AMC's script engine :lol: ).
I also fixed the description selection issue mentioned previously, it was just a tiny change, I could have done that sooner.
Post Reply