Changeset 1146 for branches/PlayerFramework/SapphireFrappliance/MetaDataImporting/Scrapers/tvrage.xml
- Timestamp:
- 02/18/10 21:54:49 (2 years ago)
- Location:
- branches/PlayerFramework
- Files:
-
- 3 modified
-
. (modified) (1 prop)
-
SapphireFrappliance (modified) (1 prop)
-
SapphireFrappliance/MetaDataImporting/Scrapers/tvrage.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/PlayerFramework
-
Property
svn:mergeinfo changed from
to/trunk 1094-1137* /trunk 1094-1145*
-
Property
svn:mergeinfo changed from
-
branches/PlayerFramework/SapphireFrappliance
- Property svn:mergeinfo changed
/trunk/SapphireFrappliance merged: 1139,1141
- Property svn:mergeinfo changed
-
branches/PlayerFramework/SapphireFrappliance/MetaDataImporting/Scrapers/tvrage.xml
r1138 r1146 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+">
