Filmaffinity (ES): Picture updated

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.
Post Reply
MrK
Posts: 4
Joined: 2005-10-03 19:43:49

Filmaffinity (ES): Picture updated

Post by MrK »

Hi

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
antp
Site Admin
Posts: 9636
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Thanks :)
Post Reply