[UPD] [NL] MovieMeter.nl
-
- Posts: 4
- Joined: 2006-08-31 20:02:33
Hi all,
Using this script with pleasure! But I think I found another little bug.
When the script finds a movie with a rating on IMDB (in the top 250 list) the rating is not displaying correctly... The script sets the rating at 0,0. (example of such a movie: http://www.moviemeter.nl/film/500)
When the script finds a movie wich is not in the top 250 list at IMDB everything works fine...
My Movielist:
http://xs2www.xs4all.nl/movies
Grtz !
Using this script with pleasure! But I think I found another little bug.
When the script finds a movie with a rating on IMDB (in the top 250 list) the rating is not displaying correctly... The script sets the rating at 0,0. (example of such a movie: http://www.moviemeter.nl/film/500)
When the script finds a movie wich is not in the top 250 list at IMDB everything works fine...
My Movielist:
http://xs2www.xs4all.nl/movies
Grtz !
Somewehere on line 118 of the script there's this code:
Replace that line by this one:
There are some strange results in the result windows (like odd characters and stuff), but at least the script works again. Just needs some fine-tuning, but that's just cosmetics, maybe I'll find some time tonight for that..
Code: Select all
Line := TextBetween(Page.Text, '<div class="filmresults_row1">', '<form action="http://www.moviemeter.nl/film/search/"');
Code: Select all
Line := TextBetween(Page.Text, 'class="filmresults_row1"', '<form action="http://www.moviemeter.nl/film/search/"');