aboutsummaryrefslogtreecommitdiff
path: root/system/scrapers
diff options
context:
space:
mode:
authortaxigps <taxigps@svn>2010-03-18 16:20:18 +0000
committertaxigps <taxigps@svn>2010-03-18 16:20:18 +0000
commit883557990cda4415dbce6076795413180d1a9d58 (patch)
tree8e649a2ad4d0416125e3efaa30b1a6ef348332a9 /system/scrapers
parent055f806011cccedf33206210e0bfd28237b5fe87 (diff)
changed: move chinese scrapers to new addons location
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28659 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'system/scrapers')
-rw-r--r--system/scrapers/music/1ting.pngbin17047 -> 0 bytes
-rw-r--r--system/scrapers/music/1ting.xml92
-rw-r--r--system/scrapers/video/M1905.jpgbin12904 -> 0 bytes
-rw-r--r--system/scrapers/video/M1905.xml131
-rw-r--r--system/scrapers/video/getlib.gifbin4578 -> 0 bytes
-rw-r--r--system/scrapers/video/getlib.xml124
-rw-r--r--system/scrapers/video/mtime.jpgbin12439 -> 0 bytes
-rw-r--r--system/scrapers/video/mtime.xml133
8 files changed, 0 insertions, 480 deletions
diff --git a/system/scrapers/music/1ting.png b/system/scrapers/music/1ting.png
deleted file mode 100644
index 2c4c603e6f..0000000000
--- a/system/scrapers/music/1ting.png
+++ /dev/null
Binary files differ
diff --git a/system/scrapers/music/1ting.xml b/system/scrapers/music/1ting.xml
deleted file mode 100644
index 050e8170dd..0000000000
--- a/system/scrapers/music/1ting.xml
+++ /dev/null
@@ -1,92 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<scraper framework="1.0" date="2009-12-27" name="1ting" content="albums" thumb="1ting.png" language="zh">
- <NfoUrl dest="3">
- <RegExp input="$$1" output="\1/" dest="3">
- <expression>(http://www.1ting.com/album/.*)</expression>
- </RegExp>
- </NfoUrl>
- <CreateAlbumSearchUrl dest="3">
- <RegExp input="$$1" output="http://so.1ting.com/album.do?q=\1/" dest="3">
- <expression/>
- </RegExp>
- </CreateAlbumSearchUrl>
- <GetAlbumSearchResults dest="8">
- <RegExp input="$$5" output="&lt;results&gt;\1&lt;/results&gt;" dest="8">
- <RegExp input="$$1" output="&lt;entity&gt;&lt;url&gt;\1&lt;/url&gt;&lt;title&gt;\2&lt;/title&gt;&lt;artist&gt;\3&lt;/artist&gt;&lt;year&gt;\4&lt;/year&gt;&lt;/entity&gt;" dest="5">
- <expression repeat="yes" noclean="1,2,3,4">&lt;a class=&quot;light&quot; href=&quot;(http://www.1ting.com/album/.*?)&quot; target=&quot;_blank&quot;&gt;([^&lt;]*)&lt;/a&gt;.*?target=&quot;_blank&quot;&gt;([^&lt;]*)&lt;/a&gt;.*?发行时间:([0-9]+)</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetAlbumSearchResults>
- <GetAlbumDetails dest="3">
- <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" dest="3">
- <RegExp input="$$1" output="&lt;title&gt;\1&lt;/title&gt;" dest="5">
- <expression noclean="1">class=&quot;album_text&quot;&gt;.*?&lt;h3&gt;([^&lt;]*)&lt;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;artist&gt;\1&lt;/artist&gt;" dest="5+">
- <expression noclean="1">歌手:&lt;a href=.*?target=&quot;_self&quot;&gt;([^&lt;]*)&lt;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;review&gt;\1&lt;/review&gt;" dest="5+">
- <expression>&lt;h3&gt;专辑介绍&lt;/h3&gt;(.*?)&lt;/div&gt;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;thumb&gt;\1&lt;/thumb&gt;" dest="5+">
- <expression noclean="1">class=&quot;album_pic&quot;&gt;.*?img src=&quot;(http://img.1ting.com/images/.*?)&quot;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;year&gt;\1&lt;/year&gt;" dest="5+">
- <expression noclean="1">&lt;li&gt;发行时间:([0-9]+)</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;releasedate&gt;\1&lt;/releasedate&gt;" dest="5+">
- <expression noclean="1">&lt;li&gt;发行时间:([^&lt;]*)&lt;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;genre&gt;\1&lt;/genre&gt;" dest="5+">
- <expression noclean="1" trim="1" repeat="yes">href=&quot;http://www.1ting.com/genre/.*?&gt;([^&lt;|/]*)</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;track&gt;&lt;position&gt;\1&lt;/position&gt;&lt;title&gt;\2&lt;/title&gt;&lt;/track&gt;" dest="5+">
- <expression repeat="yes" trim="2">&lt;td align=&quot;center&quot;&gt;([0-9]+)&lt;/td&gt;.*?title=&quot;([^&quot;|-]*)</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetAlbumDetails>
- <CreateArtistSearchUrl dest="3">
- <RegExp input="$$1" output="http://so.1ting.com/singer.do?q=\1/" dest="3">
- <expression/>
- </RegExp>
- </CreateArtistSearchUrl>
- <GetArtistSearchResults dest="8">
- <RegExp input="$$5" output="&lt;results&gt;\1&lt;/results&gt;" dest="8">
- <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\2&lt;/title&gt;&lt;url&gt;\1&lt;/url&gt;&lt;/entity&gt;" dest="5+">
- <expression repeat="yes">&lt;a class=&quot;light&quot; href=&quot;(http://www.1ting.com/singer/.*?)&quot; target=&quot;_blank&quot;&gt;([^&lt;]*)</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetArtistSearchResults>
- <GetArtistDetails dest="3">
- <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" dest="3">
- <RegExp input="$$1" output="&lt;name&gt;\1&lt;/name&gt;" dest="5">
- <expression noclean="1">&lt;h1&gt;([^&lt;]*)&lt;/h1&gt;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;born&gt;\1&lt;/born&gt;" dest="5+">
- <expression noclean="1">&lt;li&gt;生日:[\n\t ]*([0-9]+)-([0-9]+)-([0-9]+)</expression>
- </RegExp>
- <RegExp input="$$4" output="&lt;biography&gt;\1&lt;/biography&gt;" dest="5+">
- <RegExp input="$$1" output="\1\n" dest="7">
- <expression noclean="1">详细资料&lt;/h3&gt;(.*?)&lt;/ul&gt;</expression>
- </RegExp>
- <RegExp input="$$7" output="\1" dest="8">
- <expression repeat="yes" noclean="1">(.*?)[\n\t ]</expression>
- </RegExp>
- <RegExp input="$$8" output="\1\n" dest="4">
- <expression repeat="yes">(.*?)&lt;/li&gt;</expression>
- </RegExp>
- <expression/>
- </RegExp>
- <RegExp input="$$1" output="&lt;thumb&gt;\1&lt;/thumb&gt;" dest="5+">
- <expression noclean="1">img src=&quot;(http://img.1ting.com/images/singer/[^&quot;]*)&quot;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;album&gt;&lt;title&gt;\1&lt;/title&gt;&lt;year&gt;\2&lt;/year&gt;&lt;/album&gt;" dest="5+">
- <expression repeat="yes">title=&quot;专辑: [^&quot;]*&quot;&gt;([^&lt;]*)&lt;/a&gt;&lt;/p&gt; \n&lt;p title=&quot;发行日期: [^&quot;]*&quot;&gt;([0-9]+)</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetArtistDetails>
-</scraper> \ No newline at end of file
diff --git a/system/scrapers/video/M1905.jpg b/system/scrapers/video/M1905.jpg
deleted file mode 100644
index 29feb33093..0000000000
--- a/system/scrapers/video/M1905.jpg
+++ /dev/null
Binary files differ
diff --git a/system/scrapers/video/M1905.xml b/system/scrapers/video/M1905.xml
deleted file mode 100644
index 973e0e23f2..0000000000
--- a/system/scrapers/video/M1905.xml
+++ /dev/null
@@ -1,131 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<scraper framework="1.1" date="2009-12-11" name="M1905" content="movies" thumb="M1905.jpg" language="zh">
- <GetSettings dest="3">
- <RegExp input="$$5" output="&lt;settings&gt;\1&lt;/settings&gt;" dest="3">
- <RegExp input="$$1" output="&lt;setting label=&quot;Enable Fanart&quot; type=&quot;bool&quot; id=&quot;fanart&quot; default=&quot;true&quot;&gt;&lt;/setting&gt;" dest="5+">
- <expression/>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetSettings>
- <NfoUrl dest="3">
- <RegExp input="$$1" output="&lt;url&gt;\1&lt;/url&gt;" dest="3">
- <expression clear="yes" noclean="1">(http://www.m1905.com/film/[0-9]*\.shtml)</expression>
- </RegExp>
- </NfoUrl>
- <CreateSearchUrl dest="3" SearchStringEncoding="UTF-8">
- <RegExp input="$$1" output="&lt;url&gt;http://www.m1905.com/search/?type=film&amp;amp;q=\1&lt;/url&gt;" dest="3">
- <expression noclean="1"/>
- </RegExp>
- </CreateSearchUrl>
- <GetSearchResults dest="8">
- <RegExp input="$$5" output="&lt;?xml version=&quot;1.0&quot; encoding=&quot;iso-8859-1&quot; standalone=&quot;yes&quot;?&gt;&lt;results&gt;\1&lt;/results&gt;" dest="8">
- <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\2 - \3&lt;/title&gt;&lt;url&gt;http://www.m1905.com/film/\1.shtml&lt;/url&gt;&lt;id&gt;\1&lt;/id&gt;&lt;/entity&gt;" dest="5+">
- <expression repeat="yes" noclean="1">&lt;a href=&quot;film/([0-9]*?).shtml&quot; target=&quot;_blank&quot; class=&quot;red14link&quot;&gt;《(.*?)》&lt;/a&gt;.*?class=&quot;blue14&quot;&gt;(.*?)&lt;/a&gt;</expression>
- </RegExp>
- <expression clear="yes" noclean="1"/>
- </RegExp>
- </GetSearchResults>
- <GetDetails dest="3">
- <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" dest="3">
- <RegExp input="$$2" output="&lt;id&gt;\1&lt;/id&gt;" dest="5">
- <expression/>
- </RegExp>
- <RegExp input="$$1" output="&lt;title&gt;\1&lt;/title&gt;" dest="5+">
- <expression trim="1" noclean="1">&lt;span style=&quot;font-size:25px; color:#505050; font-weight:bold;&quot;&gt;《(.*?)》&lt;/span&gt;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;year&gt;\1&lt;/year&gt;" dest="5+">
- <expression>上映日期:&lt;span class=&quot;blue12font&quot; style=&quot;color: #505050&quot;&gt;([0-9]*)</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;runtime&gt;\1&lt;/runtime&gt;" dest="5+">
- <expression trim="1">片长:&lt;span class=&quot;blue12font&quot; style=&quot;color: #505050&quot;&gt;([^&lt;]*)&lt;</expression>
- </RegExp>
- <RegExp input="$$2" output="&lt;url cache=&quot;$$2-rating.html&quot; function=&quot;GetRating&quot;&gt;http://www.m1905.com/list.php?catid=157&amp;amp;movieid=$$2&amp;amp;mydo=ajax&amp;amp;action_ajax=show&amp;amp;&lt;/url&gt;" dest="5+">
- <expression/>
- </RegExp>
- <RegExp input="$$1" output="\1" dest="6">
- <expression clear="yes" noclean="1">类型:&lt;span class=&quot;blue12font&quot; style=&quot;color: #505050&quot;&gt;([^&lt;]*)&lt;</expression>
- </RegExp>
- <RegExp input="$$6" output="&lt;genre&gt;\1&lt;/genre&gt;" dest="5+">
- <expression repeat="yes">([^ ]*) </expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;studio&gt;\1&lt;/studio&gt;" dest="5+">
- <expression>发行公司:&lt;span class=&quot;blue12font&quot; style=&quot;color: #505050&quot;&gt;([^&lt;]*)&lt;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;outline&gt;\1&lt;/outline&gt;&lt;plot&gt;\1&lt;/plot&gt;" dest="5+">
- <expression>剧情简介 &lt;/li&gt;.*?class=&quot;hui5012font&quot;&gt;(.*?)\n</expression>
- </RegExp>
- <RegExp input="$$2" output="&lt;url cache=&quot;$$2-plot.html&quot; function=&quot;GetPlot&quot;&gt;http://www.m1905.com/list.php?catid=105&amp;amp;contentid=$$2&lt;/url&gt;" dest="5+">
- <expression/>
- </RegExp>
- <RegExp input="$$2" output="&lt;url cache=&quot;$$2-fullcredits.html&quot; function=&quot;GetFullcredits&quot;&gt;http://www.m1905.com/list.php?catid=109&amp;amp;contentid=$$2&lt;/url&gt;" dest="5+">
- <expression/>
- </RegExp>
- <RegExp input="$$2" output="&lt;url cache=&quot;$$2-posters.html&quot; function=&quot;GetM1905Poster&quot;&gt;http://www.m1905.com/list.php?catid=127&amp;amp;contentid=$$2&lt;/url&gt;" dest="5+">
- <expression/>
- </RegExp>
- <RegExp conditional="fanart" input="$$2" output="&lt;url cache=&quot;$$2-fanart.html&quot; function=&quot;GetM1905Fanart&quot;&gt;http://www.m1905.com/list.php?catid=119&amp;amp;contentid=$$2&lt;/url&gt;" dest="5+">
- <expression/>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetDetails>
- <GetRating clearbuffers="no" dest="5">
- <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
- <RegExp input="$$1" output="&lt;rating&gt;\2&lt;/rating&gt;&lt;votes&gt;\1&lt;/votes&gt;" dest="2">
- <expression clear="yes">([0-9]*)\|([0-9]*)\|</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetRating>
- <GetPlot dest="5">
- <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
- <RegExp input="$$1" output="&lt;plot&gt;\1&lt;/plot&gt;" dest="2">
- <expression clear="yes">&lt;div id=&quot;gut_center_center_down&quot; class=&quot;hui34343412font&quot;&gt;(.*?)&lt;/div&gt;</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetPlot>
- <GetFullcredits dest="5">
- <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
- <RegExp input="$$1" output="\1" dest="6">
- <expression clear="yes" noclean="1">演员 Actor:.*?class=&quot;hui5012font&quot;&gt;(.*?)&lt;/div&gt;</expression>
- </RegExp>
- <RegExp input="$$6" output="&lt;actor&gt;&lt;thumb&gt;&lt;/thumb&gt;&lt;name&gt;\1&lt;/name&gt;&lt;role&gt;&lt;/role&gt;&lt;/actor&gt;" dest="2">
- <expression clear="yes" repeat="yes" trim="1">margin-left:10px;&quot;&gt;(.*?)&lt;/li&gt;</expression>
- </RegExp>
- <RegExp input="$$1" output="\1" dest="8">
- <expression clear="yes" noclean="1">导演 Director:(.*?)&lt;/ul&gt;</expression>
- </RegExp>
- <RegExp input="$$8" output="&lt;director&gt;\1&lt;/director&gt;" dest="2+">
- <expression repeat="no" trim="1">&lt;li&gt;([^&lt;]*)&lt;</expression>
- </RegExp>
- <RegExp input="$$1" output="\1" dest="9">
- <expression clear="yes" noclean="1">编剧 Writer:(.*?)&lt;/ul&gt;</expression>
- </RegExp>
- <RegExp input="$$9" output="&lt;credits&gt;\1&lt;/credits&gt;" dest="2+">
- <expression repeat="no" trim="1">&lt;li&gt;([^&lt;]*)&lt;</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetFullcredits>
- <GetM1905Poster dest="5">
- <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
- <RegExp input="$$1" output="\1" dest="6">
- <expression clear="yes" noclean="1">--中间内容开始--(.*?)--中间内容结束--</expression>
- </RegExp>
- <RegExp input="$$6" output="&lt;thumb&gt;http://www.m1905.com/\1\2&lt;/thumb&gt;" dest="2">
- <expression repeat="yes" noclean="1">(uploadfile/[0-9]+/[0-9]+/)thumb_[0-9]+_[0-9]+_([0-9]+\.jpg)</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetM1905Poster>
- <GetM1905Fanart dest="5">
- <RegExp input="$$11" output="&lt;details&gt;&lt;fanart url=&quot;http://www.m1905.com/&quot;&gt;\1&lt;/fanart&gt;&lt;/details&gt;" dest="5">
- <RegExp input="$$1" output="&lt;thumb preview=&quot;\1\2\3&quot;&gt;\1\3&lt;/thumb&gt;" dest="11">
- <expression clear="yes" repeat="yes" noclean="1,2,3">&lt;a href=&quot;film/photo/still/[^&lt;]*&lt;img src=&quot;(uploadfile/[0-9]+/[0-9]+/)(thumb_[0-9]+_[0-9]+_)([0-9]+\.jpg)</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetM1905Fanart>
-</scraper>
diff --git a/system/scrapers/video/getlib.gif b/system/scrapers/video/getlib.gif
deleted file mode 100644
index 9bdc2d2122..0000000000
--- a/system/scrapers/video/getlib.gif
+++ /dev/null
Binary files differ
diff --git a/system/scrapers/video/getlib.xml b/system/scrapers/video/getlib.xml
deleted file mode 100644
index 3401f342be..0000000000
--- a/system/scrapers/video/getlib.xml
+++ /dev/null
@@ -1,124 +0,0 @@
-<?xml version="1.0" encoding="gb2312"?>
-<scraper framework="1.1" date="2009-12-14" name="getlib" content="movies" thumb="getlib.gif" language="zh">
- <include>common/tmdb.xml</include>
- <include>common/movieposterdb.xml</include>
- <GetSettings dest="3">
- <RegExp input="$$5" output="&lt;settings&gt;\1&lt;/settings&gt;" dest="3">
- <RegExp input="$$1" output="&lt;setting label=&quot;Enable MoviePosterDB&quot; type=&quot;bool&quot; id=&quot;movieposterdb&quot; default=&quot;false&quot;&gt;&lt;/setting&gt;" dest="5">
- <expression/>
- </RegExp>
- <RegExp input="$$1" output="&lt;setting label=&quot;Enable Fanart&quot; type=&quot;bool&quot; id=&quot;fanart&quot; default=&quot;true&quot;&gt;&lt;/setting&gt;" dest="5+">
- <expression/>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetSettings>
- <NfoUrl dest="3">
- <RegExp input="$$1" output="&lt;url&gt;http://www.getlib.com/title/tt\1&lt;/url&gt;&lt;id&gt;tt\1&lt;/id&gt;" dest="3">
- <expression clear="yes" noclean="1">getlib.com/title/tt([0-9]*)</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;url&gt;http://www.getlib.com/title/tt\1&lt;/url&gt;&lt;id&gt;tt\1&lt;/id&gt;" dest="3+">
- <expression clear="yes" noclean="1">imdb.com/Title\?([0-9]*)</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;url&gt;http://www.getlib.com/title/tt\1&lt;/url&gt;&lt;id&gt;tt\1&lt;/id&gt;" dest="3+">
- <expression clear="yes" noclean="1">imdb.com/title/tt([0-9]*)</expression>
- </RegExp>
- </NfoUrl>
- <CreateSearchUrl dest="3" SearchStringEncoding="gb2312">
- <RegExp input="$$1" output="&lt;url&gt;http://www.getlib.com/?keyword=\1&amp;amp;a=search&amp;amp;Type=movie&lt;/url&gt;" dest="3">
- <expression noclean="1"/>
- </RegExp>
- </CreateSearchUrl>
- <GetSearchResults dest="8">
- <RegExp input="$$5" output="&lt;?xml version=&quot;1.0&quot; encoding=&quot;gb2312&quot; standalone=&quot;yes&quot;?&gt;&lt;results&gt;\1&lt;/results&gt;" dest="8">
- <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\1 (\2)&lt;/title&gt;&lt;url&gt;http://www.getlib.com/title/\3&lt;/url&gt;&lt;id&gt;\3&lt;/id&gt;&lt;/entity&gt;" dest="5">
- <expression clear="yes" noclean="1">&lt;h1&gt;(.*?)\(&lt;a href=.*?&gt;([0-9]*)&lt;/a&gt;.*?&lt;a href=&quot;http://www.getlib.com/title/(tt[0-9]+)&quot;&gt;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\2 (\3)&lt;/title&gt;&lt;url&gt;http://www.getlib.com/title/\1&lt;/url&gt;&lt;id&gt;\1&lt;/id&gt;&lt;/entity&gt;" dest="5+">
- <expression repeat="yes">&lt;a href=&quot;title/(tt[0-9]+)&quot; target=&quot;_blank&quot;&gt;(.*?)&lt;/a&gt; \(([0-9]+)\)</expression>
- </RegExp>
- <expression clear="yes" noclean="1"/>
- </RegExp>
- </GetSearchResults>
- <GetDetails dest="3">
- <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" dest="3">
- <RegExp input="$$2" output="&lt;id&gt;\1&lt;/id&gt;" dest="5">
- <expression/>
- </RegExp>
- <RegExp input="$$1" output="&lt;title&gt;\1&lt;/title&gt;" dest="5+">
- <expression trim="1" noclean="1">&lt;h1&gt;(.*?)(/| |\()</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;year&gt;\1&lt;/year&gt;" dest="5+">
- <expression>&lt;h1&gt;.*?href=&quot;http://www.getlib.com/Sections/Years/([0-9]+)&quot;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;mpaa&gt;\1&lt;/mpaa&gt;" dest="5+">
- <expression>&lt;h3&gt;MPAA&lt;/h3&gt;.*?class=&quot;moinfo&quot;&gt;(.*?)&lt;/div&gt;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;certification&gt;\1&lt;/certification&gt;" dest="5+">
- <expression repeat="yes">&lt;a href=http://www.getlib.com/Sections/Certification/[^&gt;]*&gt;([^&lt;]*)&lt;/a&gt;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;runtime&gt;\1&lt;/runtime&gt;" dest="5+">
- <expression>id=&quot;mtime&quot;&gt;([^&lt;]*)&lt;/div&gt;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;rating&gt;\1&lt;/rating&gt;&lt;votes&gt;\2&lt;/votes&gt;" dest="5+">
- <expression>id=&quot;mimdbrate&quot;&gt;.*?&lt;b&gt;(.*?)/10&lt;/b&gt;\(&amp;nbsp;([0-9]*)Ʊ</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;genre&gt;\1&lt;/genre&gt;" dest="5+">
- <expression repeat="yes">&lt;a href=http://www.getlib.com/Sections/Genres/[^&gt;]*&gt;([^&lt;]*)&lt;/a&gt;</expression>
- </RegExp>
- <RegExp input="$$7" output="&lt;outline&gt;\1&lt;/outline&gt;&lt;plot&gt;\1&lt;/plot&gt;" dest="5+">
- <RegExp input="$$1" output="\1\n" dest="6">
- <expression>id=&quot;content&quot;&gt;(.*?)&lt;/div&gt;</expression>
- </RegExp>
- <RegExp input="$$6" output="\1" dest="7">
- <expression repeat="yes">(.*?)[\n\r\t]</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- <RegExp input="$$2" output="&lt;url cache=&quot;$$2-fullcredits.html&quot; function=&quot;GetFullcredits&quot;&gt;$$3/fullcredits&lt;/url&gt;" dest="5+">
- <expression/>
- </RegExp>
- <RegExp conditional="movieposterdb" input="$$1" output="&lt;url function=&quot;GetMoviePosterDBLink&quot;&gt;http://www.movieposterdb.com/browse/search?type=movies&amp;amp;query=\1&lt;/url&gt;" dest="5+">
- <expression>/title/tt([0-9]*)/ratings</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;url cache=&quot;\1-posters.html&quot; function=&quot;GetPoster&quot;&gt;http://www.getlib.com/poster/\1&lt;/url&gt;" dest="5+">
- <expression repeat="yes">&lt;a href=&quot;http://www.getlib.com/poster/([0-9]+)&quot;</expression>
- </RegExp>
- <RegExp conditional="fanart" input="$$2" output="&lt;url function=&quot;GetTMDBFanartById&quot;&gt;$$3&lt;/url&gt;" dest="5+">
- <expression/>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetDetails>
- <GetFullcredits clearbuffers="no" dest="5">
- <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
- <RegExp input="$$1" output="\1" dest="6">
- <expression clear="yes" noclean="1">&lt;h3 align=&quot;center&quot;&gt;Ա&lt;/h3&gt;(.*?)&lt;h3</expression>
- </RegExp>
- <RegExp input="$$6" output="&lt;actor&gt;&lt;name&gt;\1&lt;/name&gt;&lt;role&gt;\2&lt;/role&gt;&lt;/actor&gt;" dest="2">
- <expression repeat="yes">&lt;div class=&quot;castname&quot;&gt;(.*?)&lt;/div&gt;.*?&lt;div class=&quot;castaction&quot;&gt;(.*?)&lt;/div&gt;</expression>
- </RegExp>
- <RegExp input="$$1" output="\1" dest="7">
- <expression clear="yes" noclean="1">align=&quot;center&quot;&gt;&lt;/h3&gt;(.*?)&lt;h3</expression>
- </RegExp>
- <RegExp input="$$7" output="&lt;director&gt;\1&lt;/director&gt;" dest="2+">
- <expression repeat="yes">&lt;div class=&quot;castname&quot;&gt;(.*?)&lt;/div&gt;</expression>
- </RegExp>
- <RegExp input="$$1" output="\1" dest="8">
- <expression clear="yes" noclean="1">align=&quot;center&quot;&gt;&lt;/h3&gt;(.*?)&lt;h3 </expression>
- </RegExp>
- <RegExp input="$$8" output="&lt;credits&gt;\1&lt;/credits&gt;" dest="2+">
- <expression repeat="yes">&lt;div class=&quot;castname&quot;&gt;(.*?)&lt;/div&gt;</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetFullcredits>
- <GetPoster dest="5">
- <RegExp input="$$6" output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
- <RegExp input="$$1" output="&lt;thumb&gt;\1&lt;/thumb&gt;" dest="6">
- <expression>&lt;img src=&quot;(http://www.getlib.com/dataz/posters_big/.*?)&quot;</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetPoster>
-</scraper>
diff --git a/system/scrapers/video/mtime.jpg b/system/scrapers/video/mtime.jpg
deleted file mode 100644
index 80ebd7c2ec..0000000000
--- a/system/scrapers/video/mtime.jpg
+++ /dev/null
Binary files differ
diff --git a/system/scrapers/video/mtime.xml b/system/scrapers/video/mtime.xml
deleted file mode 100644
index 36d7943aad..0000000000
--- a/system/scrapers/video/mtime.xml
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<scraper framework="1.1" date="2009-08-04" name="Mtime" content="movies" thumb="mtime.jpg" language="zh">
- <GetSettings dest="3">
- <RegExp input="$$5" output="&lt;settings&gt;\1&lt;/settings&gt;" dest="3">
- <RegExp input="$$1" output="&lt;setting label=&quot;Enable Fanart&quot; type=&quot;bool&quot; id=&quot;fanart&quot; default=&quot;true&quot;&gt;&lt;/setting&gt;" dest="5+">
- <expression/>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetSettings>
- <NfoUrl dest="3">
- <RegExp input="$$1" output="&lt;url&gt;\1&lt;/url&gt;" dest="3">
- <expression clear="yes" noclean="1">(http://www.mtime.com/movie/[0-9]*)</expression>
- </RegExp>
- </NfoUrl>
- <CreateSearchUrl dest="3" SearchStringEncoding="gb2312">
- <RegExp input="$$1" output="&lt;url&gt;http://www.mtime.com/search/movie?\1&lt;/url&gt;" dest="3">
- <expression noclean="1"/>
- </RegExp>
- </CreateSearchUrl>
- <GetSearchResults dest="8">
- <RegExp input="$$5" output="&lt;?xml version=&quot;1.0&quot; encoding=&quot;iso-8859-1&quot; standalone=&quot;yes&quot;?&gt;&lt;results&gt;\1&lt;/results&gt;" dest="8">
- <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\2&lt;/title&gt;&lt;url&gt;http://www.mtime.com/movie/\1/&lt;/url&gt;&lt;id&gt;\1&lt;/id&gt;&lt;/entity&gt;" dest="5+">
- <expression repeat="yes" noclean="1">&lt;a id=&quot;highlight&quot; name=&quot;highlight&quot; href=&quot;/movie/([0-9]*)/&quot; target=&quot;_blank&quot; title=&quot;([^&quot;]*)&quot;&gt;</expression>
- </RegExp>
- <expression clear="yes" noclean="1"/>
- </RegExp>
- </GetSearchResults>
- <GetDetails dest="3">
- <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" dest="3">
- <RegExp input="$$2" output="&lt;id&gt;\1&lt;/id&gt;" dest="5">
- <expression/>
- </RegExp>
- <RegExp input="$$1" output="&lt;title&gt;\1&lt;/title&gt;" dest="5+">
- <expression trim="1" noclean="1">&lt;a href=&quot;/movie/[0-9]*/&quot; class=&quot;px28 bold hei c_000&quot;&gt;([^&lt;]*)&lt;/a&gt;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;year&gt;\1&lt;/year&gt;" dest="5+">
- <expression>href=&quot;/movie/section/year/([0-9]*)/&quot;</expression>
- </RegExp>
- <RegExp input="$$2" output="&lt;url cache=&quot;$$2-details.html&quot; function=&quot;GetDetailsPage&quot;&gt;$$3details.html&lt;/url&gt;" dest="5+">
- <expression/>
- </RegExp>
- <RegExp input="$$1" output="&lt;runtime&gt;\1&lt;/runtime&gt;" dest="5+">
- <expression trim="1">片长:&lt;/strong&gt;([^&lt;]*)&lt;</expression>
- </RegExp>
- <RegExp input="$$2" output="&lt;url cache=&quot;$$2-rating.html&quot; function=&quot;GetRating&quot;&gt;$$3rating/summary.html&lt;/url&gt;" dest="5+">
- <expression/>
- </RegExp>
- <RegExp input="$$1" output="&lt;genre&gt;\1&lt;/genre&gt;" dest="5+">
- <expression repeat="yes">href=&quot;/movie/section/genre/[^&gt;]*&gt;([^&lt;]*).nbsp</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;outline&gt;\1&lt;/outline&gt;&lt;plot&gt;\1&lt;/plot&gt;" dest="5+">
- <expression>&lt;!-- 剧情介绍 --&gt;.*?&lt;p &gt;(.*?)\t&lt;/p&gt;</expression>
- </RegExp>
- <RegExp input="$$2" output="&lt;url cache=&quot;$$2-fullcredits.html&quot; function=&quot;GetFullcredits&quot;&gt;$$3fullcredits.html&lt;/url&gt;" dest="5+">
- <expression/>
- </RegExp>
- <RegExp input="$$2" output="&lt;url cache=&quot;$$2-posters.html&quot; function=&quot;GetMtimePoster&quot;&gt;$$3posters_and_images/posters.html&lt;/url&gt;" dest="5+">
- <expression/>
- </RegExp>
- <RegExp conditional="fanart" input="$$2" output="&lt;url cache=&quot;$$2-fanart.html&quot; function=&quot;GetMtimeWallpapers&quot;&gt;$$3posters_and_images/wallpapers.html&lt;/url&gt;" dest="5+">
- <expression/>
- </RegExp>
- <RegExp conditional="fanart" input="$$2" output="&lt;url cache=&quot;$$2-fanart.html&quot; function=&quot;GetMtimeFanart&quot;&gt;$$3posters_and_images/stills.html&lt;/url&gt;" dest="5+">
- <expression/>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetDetails>
- <GetDetailsPage clearbuffers="no" dest="5">
- <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
- <RegExp input="$$1" output="&lt;mpaa&gt;\1&lt;/mpaa&gt;" dest="2">
- <expression clear="yes">MPAA评级:.*?&lt;li&gt;([^&lt;]*)&lt;/li&gt;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;certification&gt;\1&lt;/certification&gt;" dest="2+">
- <expression repeat="yes">href=&quot;/movie/section/certification/[^&quot;]*&quot;&gt;([^&lt;]*)&lt;/a&gt;</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetDetailsPage>
- <GetRating clearbuffers="no" dest="5">
- <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
- <RegExp input="$$1" output="&lt;rating&gt;\1&lt;/rating&gt;&lt;votes&gt;\2&lt;/votes&gt;" dest="2">
- <expression clear="yes">全部会员.*?class=&quot;score&quot;&gt;([0-9.]+)&lt;/span&gt;.*?class=&quot;vote&quot;&gt;([0-9]+)&lt;/span&gt;</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetRating>
- <GetFullcredits clearbuffers="no" dest="5">
- <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
- <RegExp input="$$1" output="\1" dest="6">
- <expression clear="yes" noclean="1">演员 Actor:(.*?)&lt;/ul&gt;</expression>
- </RegExp>
- <RegExp input="$$6" output="&lt;actor&gt;&lt;thumb&gt;\1.jpg&lt;/thumb&gt;&lt;name&gt;\2&lt;/name&gt;&lt;role&gt;\4&lt;/role&gt;&lt;/actor&gt;" dest="2">
- <expression clear="yes" repeat="yes" noclean="1" trim="2,4">&lt;img alt=&quot;[^&quot;]*&quot; src=&quot;([^_]*)_22X22.jpg&quot;/&gt;&lt;/a&gt;&lt;a href=&quot;/person/[0-9]+/&quot;&gt;([^&lt;]*)&lt;/a&gt;([^\.]*\.\.\.\.([^&lt;]*)&lt;/em&gt;|.*?)&lt;/li&gt;</expression>
- </RegExp>
- <RegExp input="$$1" output="\1" dest="8">
- <expression clear="yes" noclean="1">导演 Director:(.*?)&lt;/ul&gt;</expression>
- </RegExp>
- <RegExp input="$$8" output="&lt;director&gt;\1&lt;/director&gt;" dest="2+">
- <expression repeat="no">&lt;a href=&quot;/person/[0-9]+/&quot;&gt;([^&lt;]*)&lt;</expression>
- </RegExp>
- <RegExp input="$$1" output="\1" dest="9">
- <expression clear="yes" noclean="1">编剧 Writer:(.*?)&lt;/ul&gt;</expression>
- </RegExp>
- <RegExp input="$$9" output="&lt;credits&gt;\1&lt;/credits&gt;" dest="2+">
- <expression repeat="no">&lt;a href=&quot;/person/[0-9]+/&quot;&gt;([^&lt;]*)&lt;</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetFullcredits>
- <GetMtimePoster dest="5">
- <RegExp input="$$6" output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
- <RegExp input="$$1" output="&lt;thumb&gt;\1.jpg&lt;/thumb&gt;" dest="6">
- <expression clear="yes" repeat="yes" noclean="1">src=&quot;(http://img1.mtime.com/[^_]*)_[0-9X]+.jpg&quot;/&gt;&lt;/a&gt;</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetMtimePoster>
- <GetMtimeWallpapers clearbuffers="no" dest="6">
- <RegExp input="$$1" output="&lt;thumb preview=&quot;\1.jpg&quot;&gt;\1_o.jpg&lt;/thumb&gt;" dest="10">
- <expression clear="yes" repeat="yes" noclean="1">src=&quot;http://img1.mtime.com/([^_]*)(_[0-9X]+).jpg&quot;/&gt;&lt;/a&gt;</expression>
- </RegExp>
- </GetMtimeWallpapers>
- <GetMtimeFanart dest="5">
- <RegExp input="$$10$$11" output="&lt;details&gt;&lt;fanart url=&quot;http://img1.mtime.com/&quot;&gt;\1&lt;/fanart&gt;&lt;/details&gt;" dest="5">
- <RegExp input="$$1" output="&lt;thumb preview=&quot;\1.jpg&quot;&gt;\1_o.jpg&lt;/thumb&gt;" dest="11">
- <expression clear="yes" repeat="yes" noclean="1">src=&quot;http://img1.mtime.com/([^_]*)(_[0-9X]+).jpg&quot;/&gt;&lt;/a&gt;</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetMtimeFanart>
-</scraper>