Filmaffinity (ES): Picture updated
Posted: 2005-10-10 18:30:46
Hi
filmaffinity has just changed the location of the images
you just have to replace the old "picture part"
for this one:
or just download the new script here and replace the old one:
http://personales.ya.com/filiprim/FilmA ... 20(ES).ifs
enjoy
filmaffinity has just changed the location of the images
you just have to replace the old "picture part"
for this one:
Code: Select all
// Picture
LineNr := FindLine('images.filmaffinity.com/movies/', Page, 0);
if LineNr <> -1 then
begin
Line := Page.GetString(LineNr);
Item := TextBetween (Line, '<img src="', '"></td></tr>');
GetPicture (Item);
end;
or just download the new script here and replace the old one:
http://personales.ya.com/filiprim/FilmA ... 20(ES).ifs
enjoy