using IMDB large pic script and 3.4.2 CPU spinns 100%..
movie name is: The New World (1995)
100% when getting info on: Nouveau monde, Le
At line 438 (or near it), there is the line
Replace it by
And it will work 
Code: Select all
until (Pos('Runtime',Line) > 0) or (Pos('MPAA',Line) > 0 );
Code: Select all
until (Pos('Runtime',Line) > 0) or (Pos('MPAA',Line) > 0 ) or (Pos('Country', Line) > 0);
