- Timestamp:
- 02/18/2010 12:28:57 PM (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/SapphireFrappliance/MetaDataImporting/Scrapers/tvrage.xml
r1131 r1141 25 25 <RegExp input="$$5" output="<details>\1</details>" dest="7"> 26 26 <RegExp input="$$1" output="<title>\1</title>" dest="5"> 27 <expression>< /a>"([^"]*)"Summary</h5></expression>27 <expression><a name='summary'>.*?</a>(.*?) Summary</h5></expression> 28 28 </RegExp> 29 29 <RegExp input="$$1" output="<plot>\1</plot>" dest="5+"> 30 <expression> \n</script><table.*?\n</td></tr></table>(.*)<br>&nbsp;</td></tr></expression>30 <expression> <td><table.*?\n</td></tr></table><br>.*?\n</script>(?:<div [^>]*id='sft_1'>)?(.*?)(?:\n<br>\n<a onclick=.*?|\n)<br>&nbsp;</td></tr></expression> 31 31 </RegExp> 32 32 <RegExp input="$$1" output="<rating>\1</rating><votes>\2</votes>" dest="5+"> … … 77 77 </RegExp> 78 78 <RegExp input="$$1" output="<plot>\1</plot>" dest="5+"> 79 <expression><td><table width= '100%'><tr><td valign='top'><table width='100%'><tr><td>.*?</script><br>([^<]*)</expression>79 <expression><td><table width='100%'><tr><td valign='top'><table width='100%'><tr><td>.*?</script><br>(.*?)<br>&nbsp;</td></tr><tr></expression> 80 80 </RegExp> 81 81 <RegExp input="$$1" output="<rating>\1</rating><votes>\2</votes>" dest="5+">
