Changeset 1343
- Timestamp:
- 05/05/11 23:22:21 (13 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/SapphireFrappliance/MetaDataImporting/Scrapers/tvrage.xml
r1338 r1343 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <scraper framework="1.0" date="2011-0 4-16" name="TV Rage" content="tvshows" thumb="tvrage.jpg" language="en">2 <scraper framework="1.0" date="2011-05-05" name="TV Rage" content="tvshows" thumb="tvrage.jpg" language="en"> 3 3 <NfoUrl dest="3"> 4 4 <RegExp input="$$1" output="<url>http://www.tvrage.com/\1</url><id>\2</id>" dest="3"> … … 81 81 <RegExp input="$$1" output="<title>\1</title>" dest="5"> 82 82 <expression><h1 class='content_title hover_blue'>\s*<a [^>]*>[^<]*</a>:\s*([^<]*)</h1></expression> 83 </RegExp> 83 </RegExp> 84 84 <RegExp input="$$1" output="<plot>\1</plot>" dest="5+"> 85 <expression><div class='show_synopsis'>(.*?)</div></expression> 85 <expression><div class='show_synopsis'>\s*(.*?)(?:<span class='left'>.*?)?\s*</div></expression> 86 </RegExp> 87 <RegExp input="$$1" output="<plot>\1</plot>" dest="5+"> 88 <expression></div><div>([^<].*?)(?:<span class='left'.*?)?</div></expression> 86 89 </RegExp> 87 90 <RegExp input="$$1" output="<rating>\1</rating><votes>\2</votes>" dest="5+">
