Search found 4 matches
- 2009-05-09 13:27:54
- Forum: Ant Movie Catalog > Scripts
- Topic: [ES] Error en script FilmAffinity (ES) 2.36
- Replies: 18
- Views: 8413
I have found a problem with the solution of the last post, with a few movies it doesn't work because filmaffinity hasn't changed the code in all the database. :( I have tried to solve it and the only way it works is trying to maintain TITULO and TÍTULO as keywords, I don't know programming so I have ...
- 2009-05-07 18:48:39
- Forum: Ant Movie Catalog > Scripts
- Topic: [ES] Error en script FilmAffinity (ES) 2.36
- Replies: 18
- Views: 8413
Han cambiado el código en filmaffinity otra vez, para solucionar el nuevo problema con el campo " titulo original " tienes que sustituir la palabra titulo por título en el script (lineas 109 y 210).
The code in filmaffinty has been changed again, to solve the new problem of " Original title " you ...
The code in filmaffinty has been changed again, to solve the new problem of " Original title " you ...
- 2009-05-02 17:23:30
- Forum: Ant Movie Catalog > Scripts
- Topic: [ES] Error en script FilmAffinity (ES) 2.36
- Replies: 18
- Views: 8413
You have to remove ></td></tr> in the current script (line 224). So the new one would be:
Code: Select all
Item := TextBetween (Line, '<img src="', '"');
- 2009-05-01 17:44:28
- Forum: Ant Movie Catalog > Scripts
- Topic: [ES] Error en script FilmAffinity (ES) 2.36
- Replies: 18
- Views: 8413