Description is something different from plot outline?
You mean that before it was getting the additional content on the /descs page ?
[REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
I wrote it unclearly, the script stopped displaying descriptions to choose from, it only downloads the first one.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 ?
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Possibly the code to find the next ones in the page is failing then.
I'll try to check that some day.
I'll try to check that some day.
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Skrypt przestał pokazywać wyniki wyszukiwania.
The script stopped showing search results.
The script stopped showing search results.
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Wyszukuje film po wpisaniu adresu URL
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
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........
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
I didn't had much time last week, but I'll try to take a look at it in the next days.
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Ok, we will wait patiently
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
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
).
I also fixed the description selection issue mentioned previously, it was just a tiny change, I could have done that sooner.
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

I also fixed the description selection issue mentioned previously, it was just a tiny change, I could have done that sooner.