Thread: [FIX] IMDB.com
View Single Post
  #2  
Old 30th September 2011, 23:47
Danix's Avatar
Danix Danix is offline
Senior Member
 
Join Date: Jul 2008
Bulgaria
Posts: 37
Thumbs up
Little update from me:

Line 134
PHP Code:
$regex '#<span class="rating-rating">(.*)<span>#U'
replace with:
PHP Code:
$regex '#<span itemprop="ratingValue">(.*)</a>#U'
and line 136
PHP Code:
$regex '#href="ratings"[^>]*>(.*) votes</a>#U'
replace with:
PHP Code:
$regex '#itemprop="ratingCount"[^>]*>(.*)</span>#U'

Last edited by Danix; 30th September 2011 at 23:48. Reason: Update
Reply With Quote
The Following User Says Thank You to Danix For This Useful Post:
eckeO5 (7th December 2011)