Hi
Minor changes in order to get the Category field again, and a new script option for batch running
here:
"http://personales.ya.com/marhervi/FilmAffinity%20(ES).ifs"
Cheers
Hola a toos
Actualización para que vuelva a coger el Género (drama, comedia...) y lo ponga en el campo correspondiente ...
Search found 4 matches
- 2006-02-28 22:40:29
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] [ES] Filmaffinity Updated
- Replies: 3
- Views: 1972
- 2006-02-24 19:33:02
- Forum: Ant Movie Catalog > Scripts
- Topic: fallo en fillaffinity
- Replies: 2
- Views: 1469
category
minor change to get the category also
un pequeño cambio para coger la categoria
program FilmAffinity;
const
BaseURL1 = 'http://www.filmaffinity.com';
var
MovieName: string;
MovieURL: string;
//------------------------------------------------------------------------------------
function ...
un pequeño cambio para coger la categoria
program FilmAffinity;
const
BaseURL1 = 'http://www.filmaffinity.com';
var
MovieName: string;
MovieURL: string;
//------------------------------------------------------------------------------------
function ...
- 2005-10-10 18:30:46
- Forum: Ant Movie Catalog > Scripts
- Topic: Filmaffinity (ES): Picture updated
- Replies: 1
- Views: 1008
Filmaffinity (ES): Picture updated
Hi
filmaffinity has just changed the location of the images
you just have to replace the old "picture part"
for this one:
// Picture
LineNr := FindLine('images.filmaffinity.com/movies/', Page, 0);
if LineNr <> -1 then
begin
Line := Page.GetString(LineNr);
Item := TextBetween (Line, '<img ...
filmaffinity has just changed the location of the images
you just have to replace the old "picture part"
for this one:
// Picture
LineNr := FindLine('images.filmaffinity.com/movies/', Page, 0);
if LineNr <> -1 then
begin
Line := Page.GetString(LineNr);
Item := TextBetween (Line, '<img ...
- 2005-10-04 18:16:56
- Forum: Ant Movie Catalog > Scripts
- Topic: Filmaffinity (ES): Category updated
- Replies: 1
- Views: 1018
Filmaffinity (ES): Category updated
hi
the old script didnt take the category. (It did, not in the category field but
in description one)
it's a bit tricky because in the spanish version of the site
the category is embbebed in the description, and not always in the same position.
example:
1967: 1 Oscar mejor director. Nominada ...
the old script didnt take the category. (It did, not in the category field but
in description one)
it's a bit tricky because in the spanish version of the site
the category is embbebed in the description, and not always in the same position.
example:
1967: 1 Oscar mejor director. Nominada ...