[UPD ES] Filmaffinity 4.0

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.
Garada
Posts: 39
Joined: 2025-08-10 12:39:21

Re: [UPD ES] Filmaffinity 4.0

Post by Garada »

antp wrote: 2025-10-17 08:18:44 Did you test with the suggested user agent I posted here above, or with the old one that AMC uses?

Code: Select all

'Mozilla/5.0 (compatible; Ant Movie Catalog)'
If it works even with this one, the issue is maybe the outdated HTTP client of AMC, or the old openssl (is that one so outdated?)
If it works only with the longer new user agent, it means they try to accept only web browsers, but we could try with that specific user agent as they probably didn't block explicitly AMC but wanted to rather block most of the bots (as there are a lot on internet nowadays).
Sorry for the delay, It took me a while to figure out how to log in again. 😅

Yes, I tested it with the AMC's useragent (Mozilla/5.0 (compatible; Ant Movie Catalog)
I'm betting on the lack of TLS 1.3

Support cURL in AMC is a good idea, +1
antp
Site Admin
Posts: 9769
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Re: [UPD ES] Filmaffinity 4.0

Post by antp »

Thanks, I updated it on my server as an official version, with that user agent, we'll see how long it works that way :)

I had issue with bots "attacking" the forum with too many requests at once.
I removed the password login, we'll see also how long it works that way or if I'm forced to put it back :D
rodpedja
Posts: 7
Joined: 2005-06-05 19:16:42

Re: [UPD ES] Filmaffinity 4.0

Post by rodpedja »

How do you test with useragent (Mozilla/5.0 (compatible; Ant Movie Catalog) ?
Can it be changed in the script directly? Or must be done somewhere else?
Last edited by rodpedja on 2025-10-24 17:01:04, edited 2 times in total.
Garada
Posts: 39
Joined: 2025-08-10 12:39:21

Re: [UPD ES] Filmaffinity 4.0

Post by Garada »

rodpedja wrote: 2025-10-24 16:55:00 How do you test with useragent (Mozilla/5.0 (compatible; Ant Movie Catalog) ?
Can it be changed in the script directly? Or must be done somewhere else?
You only need to update the scripts, the offcial script now has the workarounds needed to query FilmAffinity. 👍
rodpedja
Posts: 7
Joined: 2005-06-05 19:16:42

Re: [UPD ES] Filmaffinity 4.0

Post by rodpedja »

I just tested it and it works thanks! The key is that it uses the script ExternalCurlhandler
jrv222
Posts: 3
Joined: 2016-09-25 09:54:56

Re: [UPD ES] Filmaffinity 4.0

Post by jrv222 »

Hola pues después de actualizar el scripts hace 2 días me funcionó perfectamente después se bloqueó por demasiadas entradas a filmaffinity y hoy ya no me deja entrar me sale el error "internal timeout"
Garada
Posts: 39
Joined: 2025-08-10 12:39:21

Re: [UPD ES] Filmaffinity 4.0

Post by Garada »

jrv222 wrote: 2025-10-24 17:53:18 Hola pues después de actualizar el scripts hace 2 días me funcionó perfectamente después se bloqueó por demasiadas entradas a filmaffinity y hoy ya no me deja entrar me sale el error "internal timeout"
El bloqueo es normal si haces muchas búsquedas seguidas en poco tiempo. Una solución cuando pasa es reiniciar el router, si es una línea para particulares suelen tener IP dinámica y te darán una IP nueva al reiniciar.
También se puede usar un proxy, yo probé usando la red TOR y funciona bien. Si quieres probar esa opción, te doy más instrucciones.

Ahora, el otro error significa que cURL, el programa externo usado para descargar la página no responde en el tiempo esperado.
Comprueba que tienes el cURL instalado: abre una ventana de comandos y usa el comando curl si responde algo está instalado y hay que mirar otra cosa.

Image

cURL deberá estar instalado de serie en un Windows 10 o superior.

Puedes poner también algo más de información del sistema que estas usando (AMC portable o no, versión del sistema operativo, etc)
antp
Site Admin
Posts: 9769
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Re: [UPD ES] Filmaffinity 4.0

Post by antp »

rodpedja wrote: 2025-10-24 16:55:00 How do you test with useragent (Mozilla/5.0 (compatible; Ant Movie Catalog) ?
Can it be changed in the script directly? Or must be done somewhere else?
The useragent is in the file ExternalCurlHandler.pas
You seen in the first lines a variable "curlUserAgent = ..."
jrv222
Posts: 3
Joined: 2016-09-25 09:54:56

Re: [UPD ES] Filmaffinity 4.0

Post by jrv222 »

Pues sí Garada, ahora me funciona, comprobé que tenia el curl instalado después reinicie el enrutador y funcionó, no se a que fue debido el fallo, gracias por tu consejo un saludo
Radagast
Posts: 75
Joined: 2016-04-22 16:07:15

Re: [UPD ES] Filmaffinity 4.0

Post by Radagast »

Garada wrote: 2025-10-12 11:22:18 Radagast:
Te he añadido como agradecimientos en los comentarios, espero que no te importe.
(I've thanked you in the comments, I hope you don't mind.)
¡¡Por fin vuelve a funcionar el foro!!
Por supuesto que no me importa, es todo un honor, he ayudado en la medida de lo posible.
Aquí los héroes habéis sido tú y MrObama2022.
En el pasado siempre ha habido problemillas por cambios en el diseño de la web de FilmAffinity pero más o menos se han ido solucionando. Pero esta vez hubo un momento en que ya pensaba que no se podría solucionar, hasta que llegó MrObama2022 y se sacó de la manga el maravilloso ExternalCurlHandler y después tú que lo puliste y engrasaste para que funcionara todo a la perfección.
Solo me queda agradeceros en mi nombre, y seguramente que en el del resto de usuarios, el gran trabajo que habéis hecho. Y que la próxima vez que veas problemillas en el script no tardes tantos años en pasarte a compartir tú sabiduría con el resto de los mortales :hihi:

PD: Si te parece bien, como Antp ya lo ha incluido oficialmente y este hilo ha crecido mucho con la información perdida por diferentes partes, cuando tenga un rato libre crearé otro hilo titulado [REL] [ES] Filmaffinity 5.0 explicando un poco los cambios que hay respecto a la versión anterior, ya que hay algunos importantes. Así la gente que llegue buscando info lo tendrá todo concentrado.
Radagast
Posts: 75
Joined: 2016-04-22 16:07:15

Re: [UPD ES] Filmaffinity 4.0

Post by Radagast »

antp wrote: 2025-10-14 15:11:32I should try to include the use of cURL officially within AMC, that could be useful for this and other future incompatibilities, and would work more cleanly (no need of VBS to hide the cURL window, and no temp files around).
+1 to this
antp wrote: 2025-10-17 08:18:44the issue is maybe the outdated HTTP client of AMC, or the old openssl (is that one so outdated?)
When the script started to fail I test Visualdivx, another program that also extracts information from Filmaffinity, to check if it was a bug exclusive to AMC, and Visualdivx also failed (in fact it still continues to fail). I don't know if this information could provide a clue about why AMC get 403 error in Filmaffinity
Garada
Posts: 39
Joined: 2025-08-10 12:39:21

Re: [UPD ES] Filmaffinity 4.0

Post by Garada »

Radagast wrote: 2025-10-26 01:01:13 PD: Si te parece bien, como Antp ya lo ha incluido oficialmente y este hilo ha crecido mucho con la información perdida por diferentes partes, cuando tenga un rato libre crearé otro hilo titulado [REL] [ES] Filmaffinity 5.0 explicando un poco los cambios que hay respecto a la versión anterior, ya que hay algunos importantes. Así la gente que llegue buscando info lo tendrá todo concentrado.
Por mi no hay problema, buena idea. 👍
antp
Site Admin
Posts: 9769
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Re: [UPD ES] Filmaffinity 4.0

Post by antp »

Radagast wrote: 2025-10-26 01:01:13 ¡¡Por fin vuelve a funcionar el foro!!
Note that when it was not available, you could login using the username "guest" and the password "antp.be"
As said above, it was blocked due to a bot attacking it, in case I have to do that again you could find the username/password on the contact page of my site, or via the link displayed when you cancelled the login request ;)
Post Reply