File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
22<addon id =" metadata.common.imdb.com"
33 name =" IMDB Scraper Library"
4- version =" 3.2.8 "
4+ version =" 3.2.9 "
55 provider-name =" Team Kodi" >
66 <requires >
77 <import addon =" xbmc.metadata" version =" 2.1.0" />
Original file line number Diff line number Diff line change 1+ [B]3.2.9[/B]
2+ - fixed: metacritics scraping
3+
14[B]3.2.8[/B]
25- fixed: scraping from xx-reference.html
36
Original file line number Diff line number Diff line change 108108 <ParseMetaCriticRatings dest =" 5" >
109109 <RegExp input =" $$2" output =" < details> \1< /details> " dest =" 5" >
110110 <RegExp input =" $$4" output =" < ratings>< rating name=" metacritic" max=" 100" $$3> \1< /rating>< /ratings> " dest =" 2" >
111- <RegExp input =" $$1" output =" \1 " dest =" 6 " >
112- <expression clear =" yes" noclean = " 1 " > < div\sclass= " metascore_block " (.*?)Metacritic.com < /a > </expression >
111+ <RegExp input =" $$1" output =" < value > \1 < /value > " dest =" 4 " >
112+ <expression clear =" yes" > " reviewCount " :\d+, " score " :(\d+) </expression >
113113 </RegExp >
114- <RegExp input =" $$6" output =" < value> \1< /value> " dest =" 4" >
115- <expression clear =" yes" >< span\sitemprop=" ratingValue"> (\d+)< /span> </expression >
116- </RegExp >
117- <RegExp input =" $$6" output =" < votes> \1< /votes> " dest =" 4+" >
118- <expression >< span\sitemprop=" ratingCount"> (\d+)< /span> </expression >
114+ <RegExp input =" $$1" output =" < votes> \1< /votes> " dest =" 4+" >
115+ <expression >" reviewCount" :(\d+)</expression >
119116 </RegExp >
120117 <expression noclean =" 1" clear =" yes" />
121118 </RegExp >
You can’t perform that action at this time.
0 commit comments