- Timestamp:
- 01/20/12 19:30:16 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/SapphireFrappliance/MetaDataImporting/Scrapers/imdb.xml
r1358 r1359 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <scraper framework="1.1" date="2012-01- 15" name="IMDb.com" content="movies" thumb="imdb.png" language="en">2 <scraper framework="1.1" date="2012-01-20" name="IMDb.com" content="movies" thumb="imdb.png" language="en"> 3 3 <include>common/imdb.xml</include> 4 4 <include>common/tmdb.xml</include> … … 92 92 </RegExp> 93 93 <RegExp input="$$1" output="<runtime>\1</runtime>" dest="5+"> 94 <expression trim="1">Runtime:</h4> [^0-9]*([^<]*)</expression>94 <expression trim="1">Runtime:</h4>\s*<[^>]*>([0-9]*)</expression> 95 95 </RegExp> 96 96 <RegExp input="$$1" output="<rating>\1</rating><votes>\2</votes>" dest="5+"> 97 <expression>< b>([0-9.]+)</b><span[^>]*>/10</span></span>[^<]*<a [^<]*>([0-9,]+) votes</a></expression>97 <expression><strong><span[^>]*>([0-9.]+)</span></strong><span[^>]*>/<span[^>]*>10</span></span>[^<]*<a [^<]*><span[^>]*>([0-9,]+)</span> users</a></expression> 98 98 </RegExp> 99 99 <RegExp input="$$1" output="<genre>\1</genre>" dest="5+"> 100 <expression repeat="yes">"/genre/[^ /]*">([^<]*)</a></expression>100 <expression repeat="yes">"/genre/[^"/]*"\s*>([^<]*)</a></expression> 101 101 </RegExp> 102 102 <RegExp input="$$1" output="<studio>\1</studio>" dest="5+"> 103 <expression repeat="yes">"/company/[^/]*/" >([^<]*)</a></expression>103 <expression repeat="yes">"/company/[^/]*/"\s*>([^<]*)</a></expression> 104 104 </RegExp> 105 105 <RegExp input="$$1" output="<outline>\1</outline><plot>\1</plot>" dest="5+">
