Search found 2 matches

by Cirigallo
2012-09-07 01:40:50
Forum: Ant Movie Catalog > Scripts
Topic: FilmAffinity (ES) [Fix]: Oficial version v2.51
Replies: 39
Views: 19068

Here is the part for Ratings corrected:


// Rating
LineNr := FindLine('<div style="margin: 4px 0; color:#990000; font-size:22px; font-weight: bold;">', Page, LineNr);
if LineNr <> -1 then
begin
Line := Page.GetString(LineNr);
Item := TextBetween(Line, '>', '</div>');
HTMLDecode(Item ...
by Cirigallo
2012-09-04 02:38:51
Forum: Ant Movie Catalog > Scripts
Topic: FilmAffinity (ES) [Fix]: Oficial version v2.51
Replies: 39
Views: 19068

Hi all,

I have the version 2.56 of this script but it's not working properly. Does anybody know how to fix the script to get the rating of the movie?

I have identified the problem but I don't know programming and I can't figure out the solution. Apparently, the problem is that the website has the ...