aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorspiff_ <spiff_@svn>2010-04-26 11:50:41 +0000
committerspiff_ <spiff_@svn>2010-04-26 11:50:41 +0000
commit0465cfc2d96d7bba17055ec7fe8b79a34c978f3a (patch)
tree3c9b41d9eee41bab4424df7a1beb2011f5556308 /system
parent7fda91b5aa3bb9f1989f7f9281acf85a02a42a24 (diff)
changed: remove scrapers which have been moved to the addons repository (and not yet been converted in trunk so they can't be used by anyone anyways)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29508 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'system')
-rw-r--r--system/scrapers/video/cine-passion.pngbin54956 -> 0 bytes
-rw-r--r--system/scrapers/video/cine-passion.xml52
-rw-r--r--system/scrapers/video/daum-tv.xml126
-rw-r--r--system/scrapers/video/daum.pngbin3050 -> 0 bytes
-rw-r--r--system/scrapers/video/daum.xml275
-rw-r--r--system/scrapers/video/moviemeter.jpgbin12008 -> 0 bytes
-rw-r--r--system/scrapers/video/moviemeter.xml136
-rw-r--r--system/scrapers/video/naver.pngbin15145 -> 0 bytes
-rw-r--r--system/scrapers/video/naver.xml179
9 files changed, 0 insertions, 768 deletions
diff --git a/system/scrapers/video/cine-passion.png b/system/scrapers/video/cine-passion.png
deleted file mode 100644
index f474f997c3..0000000000
--- a/system/scrapers/video/cine-passion.png
+++ /dev/null
Binary files differ
diff --git a/system/scrapers/video/cine-passion.xml b/system/scrapers/video/cine-passion.xml
deleted file mode 100644
index 496cb6aee6..0000000000
--- a/system/scrapers/video/cine-passion.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<scraper framework="1.1" date="2009-11-26" name="Ciné-Passion" content="movies" thumb="cine-passion.png" language="fr">
- <GetSettings dest="3">
- <RegExp input="$$5" output="&lt;settings&gt;\1&lt;/settings&gt;" dest="3">
- <RegExp input="$$1" output="&lt;setting label=&quot;Langue (Language)&quot; type=&quot;labelenum&quot; values=&quot;fr|en&quot; id=&quot;language&quot; default=&quot;fr&quot;&gt;&lt;/setting&gt;" dest="5">
- <expression/>
- </RegExp>
- <RegExp input="$$1" output="&lt;setting label=&quot;Notes (Rating)&quot; type=&quot;labelenum&quot; values=&quot;Ciné-Passion|Allociné|IMDB&quot; id=&quot;rating&quot; default=&quot;Ciné-Passion&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://passion-xbmc.org/scraper/index.php?id=\2&amp;amp;Lang=$INFO[language]&amp;amp;Rating=$INFO[rating]&lt;/url&gt;" dest="3">
- <expression clear="yes" noclean="1">(passion-xbmc.org)/scraper/index.php\?id=([0-9]*)</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;url&gt;http://passion-xbmc.org/scraper/index.php?id=\2&amp;amp;Lang=$INFO[language]&amp;amp;Rating=$INFO[rating]&lt;/url&gt;" dest="3">
- <expression noclean="1">(passion-xbmc.org)/scraper/index2.php\?Page=ViewMovie&amp;ID=([0-9]*)</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;url&gt;http://passion-xbmc.org/scraper/index.php?id=\2&amp;amp;Lang=$INFO[language]&amp;amp;Rating=$INFO[rating]&lt;/url&gt;" dest="3+">
- <expression noclean="1">(allocine.fr)/film/fichefilm_gen_cfilm=([0-9]*).html</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;url&gt;http://passion-xbmc.org/scraper/index.php?idimdb=\2&amp;amp;Lang=$INFO[language]&amp;amp;Rating=$INFO[rating]&lt;/url&gt;" dest="3+">
- <expression noclean="1">(imdb.com/)Title\?([0-9]*)</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;url&gt;http://passion-xbmc.org/scraper/index.php?idimdb=\2&amp;amp;Lang=$INFO[language]&amp;amp;Rating=$INFO[rating]&lt;/url&gt;" dest="3+">
- <expression noclean="1">(imdb.com/title/tt)([0-9]*)</expression>
- </RegExp>
- </NfoUrl>
- <CreateSearchUrl dest="3">
- <RegExp input="$$1%20($$2)" output="&lt;url&gt;http://passion-xbmc.org/scraper/index.php?search=\1&amp;amp;Lang=$INFO[language]&amp;amp;Rating=$INFO[rating]&lt;/url&gt;" dest="3">
- <expression noclean="1"/>
- </RegExp>
- </CreateSearchUrl>
- <GetSearchResults dest="2">
- <RegExp input="$$5" output="\1" dest="2">
- <RegExp input="$$1" output="\1" dest="5">
- <expression trim="1" noclean="1">(.*)</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetSearchResults>
- <GetDetails clearbuffers="no" dest="3">
- <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" dest="3">
- <RegExp input="$$1" output="\1" dest="5">
- <expression trim="1" noclean="1">XMLSchema&quot;&gt;(.*)&lt;/movie</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetDetails>
-</scraper>
diff --git a/system/scrapers/video/daum-tv.xml b/system/scrapers/video/daum-tv.xml
deleted file mode 100644
index cb1360d216..0000000000
--- a/system/scrapers/video/daum-tv.xml
+++ /dev/null
@@ -1,126 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<scraper framework="1.1" date="2010-02-06" name="Daum TV" content="tvshows" thumb="daum.png" language="ko">
- <GetSettings dest="3">
- <RegExp input="$$5" output="&lt;settings&gt;\1&lt;/settings&gt;" dest="3">
- <RegExp input="$$1" output="&lt;setting label=&quot;배역 더보기&quot; type=&quot;bool&quot; id=&quot;EnableMoreCast&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://movie.daum.net/tv/detail/main.do?tvProgramId=\1&lt;/url&gt;" dest="3">
- <expression>movie\.daum\.net[^\?]*\?tvProgramId=(\d+)</expression>
- </RegExp>
- </NfoUrl>
- <CreateSearchUrl dest="3">
- <RegExp input="$$1" output="&lt;url&gt;http://movie.daum.net/search.do?type=tv&amp;q=\1&lt;/url&gt;" dest="3">
- <expression></expression>
- </RegExp>
- </CreateSearchUrl>
- <GetSearchResults dest="1">
- <RegExp input="$$4" output="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;yes&quot;?&gt;&lt;results&gt;\1&lt;/results&gt;" dest="1">
- <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\2 (\3)&lt;/title&gt;&lt;url&gt;http://movie.daum.net/tv/detail/main.do?tvProgramId=\1&lt;/url&gt;&lt;id&gt;\1&lt;/id&gt;&lt;/entity&gt;" dest="4">
- <expression repeat="yes">class="fl srch"&gt;&lt;a href="http://movie.daum.net/tv/detail/main.do\?tvProgramId=(\d+)"[^&gt;]*&gt;([^"]*)&lt;/a&gt;\s*\((\d*)\)&lt;/span&gt;[^\(]*"fs13"&gt;([^"]*)&lt;/span</expression>
- </RegExp>
- <expression noclean="1"></expression>
- </RegExp>
- </GetSearchResults>
- <GetDetails dest="7">
- <RegExp input="$$4" output="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;yes&quot;?&gt;&lt;details&gt;\1&lt;/details&gt;" dest="7">
- <RegExp input="$$1" output="&lt;title&gt;\1&lt;/title&gt;&lt;year&gt;\2&lt;/year&gt;" dest="4">
- <expression trim="1,2" clear="yes">class="title_kor"\s*&gt;([^&lt;]+)&lt;/strong&gt;[^\(]*\((\d*)\).*?"title_AKA"\s*&gt;\s*&lt;/em&gt;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;title&gt;\1(\3)&lt;/title&gt;&lt;year&gt;\2&lt;/year&gt;" dest="4+">
- <expression trim="1,2,3">class="title_kor"\s*&gt;([^&lt;]+)&lt;/strong&gt;[^\(]*\((\d*)\).*?"title_AKA"\s*&gt;\s*&lt;span class="eng"&gt;([^&lt;]+)&lt;/span&gt;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;director&gt;\1\2&lt;/director&gt;&lt;credits&gt;\3\4&lt;/credits&gt;" dest="4+">
- <expression>&lt;strong&gt;요약정보&lt;/strong&gt;.*&lt;strong&gt;제작&lt;/strong&gt;.*?&lt;a href=[^&gt;]*&gt;([^\(]*)\(연출\)([^&lt;]*)[^\|]*\|\s*&lt;/span&gt;\s*&lt;a href=[^&gt;]*&gt;([^\(]*)\(극본\)([^&lt;]*?)\s*&lt;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;studio&gt;\1&lt;/studio&gt;" dest="4+">
- <expression>&lt;strong&gt;방영정보&lt;/strong&gt;.*?&lt;strong&gt;([^&lt;]*)&lt;/strong&gt;</expression>
- </RegExp>
- <RegExp conditional="!EnableMoreCast" input="$$1" output="&lt;actor&gt;&lt;name&gt;\2&lt;/name&gt;&lt;role&gt;\3&lt;/role&gt;&lt;thumb&gt;\1&lt;/thumb&gt;&lt;/actor&gt;" dest="4+">
- <expression repeat="yes">"cast_text"&gt;&lt;img [^&gt;]*src="([^"]*)"[^&gt;]*&gt;&lt;a href[^&gt;]*&gt;([^&lt;]*)&lt;/a&gt;[^\(]*\(([^\)]*) 역\)&lt;/span&gt;</expression>
- </RegExp>
- <RegExp conditional="EnableMoreCast" input="$$1" output="&lt;url function=&quot;GetDaumTvCast&quot; cache=&quot;daum-tvcast-$$2.htm&quot;&gt;\1&lt;/url&gt;" dest="4+">
- <expression>&lt;a class="tab3" href="([^"]*)"</expression>
- </RegExp>
- <RegExp input="$$5" output="&lt;plot&gt;\1&lt;/plot&gt;" dest="4+">
- <RegExp input="$$1" output="\1" dest="5">
- <expression>&lt;h3&gt;소개&lt;/h3&gt;.*?&lt;div class="txt"&gt;(.*?)&lt;/div&gt;</expression>
- </RegExp>
- <expression>(\S.*\S)</expression> <!-- trim doesn't remove [\t\n] -->
- </RegExp>
- <RegExp input="$$1" output="&lt;thumb&gt;\1&lt;/thumb&gt;" dest="4+">
- <expression>&lt;p class="poster"&gt;&lt;a [^&lt;]*&lt;img src="([^"]*)"</expression>
- </RegExp>
- <RegExp input="$$5" output="&lt;premiered&gt;\1&lt;/premiered&gt;" dest="4+">
- <RegExp input="$$1" output="\1" dest="5">
- <expression noclean="1">&lt;strong&gt;방영정보&lt;/strong&gt;(.*)&lt;strong&gt;요약정보&lt;/strong&gt;</expression>
- </RegExp>
- <expression>&lt;span&gt;(\d{4}-\d{1,2}-\d{1,2})</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;rating&gt;\1&lt;/rating&gt;" dest="4+">
- <expression>"star_big [^"]+"&gt;.*?&gt;네티즌별점&lt;.*?&lt;em&gt;([\d\.]+)&lt;/em&gt;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;votes&gt;\1&lt;/votes&gt;" dest="4+">
- <expression>&lt;h4&gt;네티즌 평점&lt;/h4&gt;&lt;/a&gt;\s*&lt;span class="fs11 fc3"&gt;\((\d+) 참여\)&lt;/span&gt;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;url function=&quot;GetEpisodePages&quot; cache=&quot;daum-tvep-$$2.htm&quot;&gt;http://movie.daum.net/tv/detail/episode.do?tvProgramId=$$2&lt;/url&gt;" dest="4+">
- <expression/>
- </RegExp>
- <expression noclean="1"></expression>
- </RegExp>
- </GetDetails>
- <GetEpisodeList dest="4">
- <RegExp input="$$5" output="&lt;episodeguide&gt;\1&lt;/episodeguide&gt;" dest="4">
- <RegExp input="$$2" output="daum-tvep-\1.htm" dest="9">
- <expression>tvProgramId=(\d+)</expression>
- </RegExp>
- <RegExp input="$$2" output="daum-tvep-\1-\2.htm" dest="9">
- <expression>tvProgramId=(\d+)&amp;page=(\d+)</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;episode&gt;&lt;title&gt;제\1회&lt;/title&gt;&lt;url cache=&quot;$$9&quot;&gt;$$2&amp;ep=\1&lt;/url&gt;&lt;epnum&gt;\1&lt;/epnum&gt;&lt;season&gt;0&lt;/season&gt;&lt;aired&gt;\2&lt;/aired&gt;&lt;/episode&gt;" dest="5">
- <expression repeat="yes">&lt;h5 class="fs12 em"&gt;\s*제(\d+)회\D*(\d+\.\d+\.\d+)</expression>
- </RegExp>
- <expression noclean="1"></expression>
- </RegExp>
- </GetEpisodeList>
- <GetEpisodeDetails dest="4">
- <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" dest="4">
- <RegExp input="$$3" output="\1" dest="9">
- <expression>&amp;ep=(\d+)</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;title&gt;제$$9회&lt;/title&gt;&lt;aired&gt;\1&lt;/aired&gt;&lt;plot&gt;\2&lt;/plot&gt;" dest="5">
- <expression trim="1,2">&lt;h5 class="fs12 em"&gt;\s*제$$9회([^\)]*\)).*?&lt;/h5&gt;\s*&lt;p class="txt"&gt;\s*(.*?)&lt;/p&gt;</expression>
- </RegExp>
- <expression noclean="1"></expression>
- </RegExp>
- </GetEpisodeDetails>
- <GetEpisodePages dest="4">
- <RegExp input="$$5" output="&lt;details&gt;&lt;episodeguide&gt;\1&lt;/episodeguide&gt;&lt;/details&gt;" dest="4">
- <RegExp input="$$1" output="&lt;url cache=&quot;daum-tvep-\1.htm&quot;&gt;http://movie.daum.net/tv/detail/episode.do?tvProgramId=\1&lt;/url&gt;" dest="5">
- <expression>href="http://movie.daum.net/tv/detail/episode.do\?tvProgramId=(\d+)"</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;url cache=&quot;daum-tvep-\1-\2.htm&quot;&gt;http://movie.daum.net/tv/detail/episode.do?tvProgramId=\1&amp;page=\2&lt;/url&gt;" dest="5+">
- <expression repeat="yes">&lt;a href="\?tvProgramId=(\d+)&amp;page=(\d+)"&gt;\d+&lt;/a&gt;</expression>
- </RegExp>
- <expression noclean="1"></expression>
- </RegExp>
- </GetEpisodePages>
- <GetDaumTvCast dest="4">
- <RegExp input="$$6" output="&lt;details&gt;\1&lt;/details&gt;" dest="4">
- <RegExp input="$$1" output="\1" dest="5">
- <expression noclean="1">&lt;h5\s*&gt;\s*출연&lt;/h5&gt;(.*)&lt;h5\s*&gt;\s*제작진</expression>
- </RegExp>
- <RegExp input="$$5" output="&lt;actor&gt;&lt;name&gt;\2&lt;/name&gt;&lt;role&gt;\3&lt;/role&gt;&lt;thumb&gt;\1&lt;/thumb&gt;&lt;/actor&gt;" dest="6">
- <expression clear="yes" repeat="yes">&lt;img src="([^"]*)"[^&gt;]*&gt;&lt;/a&gt;&lt;/span&gt;\s*&lt;span class="name"[^&gt;]*&gt;&lt;a href[^&gt;]*&gt;([^&lt;]*)&lt;/a&gt;&lt;/span&gt;\s*&lt;span class="etcs"&gt;\s*([^&lt;]*) 역\s*&lt;/span&gt;</expression>
- </RegExp>
- <RegExp input="$$5" output="&lt;actor&gt;&lt;name&gt;\2&lt;/name&gt;&lt;role&gt;\4&lt;/role&gt;&lt;thumb&gt;\1&lt;/thumb&gt;&lt;/actor&gt;" dest="6+">
- <expression repeat="yes">&lt;img src="([^"]*)"[^&gt;]*&gt;&lt;/a&gt;&lt;/span&gt;\s*&lt;span class="name"[^&gt;]*&gt;&lt;a href[^&gt;]*&gt;([^&lt;]*)&lt;/a&gt;&lt;/span&gt;\s*&lt;span class="aka fc4"&gt;&lt;span class="eng"&gt;\(([^\)]*)\)&lt;/span&gt;&lt;/span&gt;\s*&lt;span class="etcs"&gt;\s*([^&lt;]*) 역\s*&lt;/span&gt;</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetDaumTvCast>
-</scraper>
diff --git a/system/scrapers/video/daum.png b/system/scrapers/video/daum.png
deleted file mode 100644
index 63855ec0c7..0000000000
--- a/system/scrapers/video/daum.png
+++ /dev/null
Binary files differ
diff --git a/system/scrapers/video/daum.xml b/system/scrapers/video/daum.xml
deleted file mode 100644
index 9f5a94aa3c..0000000000
--- a/system/scrapers/video/daum.xml
+++ /dev/null
@@ -1,275 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<scraper framework="1.1" date="2010-02-06" name="Daum" content="movies" thumb="daum.png" language="ko">
- <GetSettings dest="3">
- <RegExp input="$$5" output="&lt;settings&gt;\1&lt;/settings&gt;" dest="3">
- <RegExp input="$$1" output="&lt;setting label=&quot;포스터&quot; type=&quot;bool&quot; id=&quot;EnableThumbs&quot; default=&quot;true&quot;&gt;&lt;/setting&gt;" dest="5+">
- <expression/>
- </RegExp>
- <RegExp input="$$1" output="&lt;setting label=&quot;팬아트&quot; type=&quot;bool&quot; id=&quot;EnableFanart&quot; default=&quot;true&quot;&gt;&lt;/setting&gt;" dest="5+">
- <expression/>
- </RegExp>
- <RegExp input="$$1" output="&lt;setting label=&quot;TMDB팬아트 우선사용&quot; type=&quot;bool&quot; id=&quot;EnableTMDBFanart&quot; default=&quot;false&quot;&gt;&lt;/setting&gt;" dest="5+">
- <expression/>
- </RegExp>
- <RegExp input="$$1" output="&lt;setting label=&quot;극작가&quot; type=&quot;bool&quot; id=&quot;EnableWriter&quot; default=&quot;true&quot;&gt;&lt;/setting&gt;" dest="5+">
- <expression/>
- </RegExp>
- <RegExp input="$$1" output="&lt;setting label=&quot;전체줄거리&quot; type=&quot;bool&quot; id=&quot;EnableFullPlot&quot; default=&quot;true&quot;&gt;&lt;/setting&gt;" dest="5+">
- <expression/>
- </RegExp>
- <RegExp input="$$1" output="&lt;setting label=&quot;배역 더보기&quot; type=&quot;bool&quot; id=&quot;EnableMoreCast&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://movie.daum.net/moviedetail/moviedetailMain.do?movieId=\1&lt;/url&gt;" dest="3">
- <expression>movie\.daum\.net[^\?]*\?movieId=(\d*)</expression>
- </RegExp>
- </NfoUrl>
- <CreateSearchUrl SearchStringEncoding="UTF-8" dest="3">
- <RegExp input="$$1" output="&lt;url&gt;http://movie.daum.net/search.do?type=movie&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;UTF-8&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;year&gt;\3&lt;/year&gt;&lt;id&gt;\1&lt;/id&gt;&lt;url&gt;http://movie.daum.net/moviedetail/moviedetailMain.do?movieId=\1&lt;/url&gt;&lt;/entity&gt;" dest="5">
- <expression clear="yes" repeat="yes">class="fl srch"&gt;&lt;a href="http://movie.daum.net/moviedetail/moviedetailMain.do\?movieId=(\d+)"[^&gt;]*&gt;([^"]*)&lt;/a&gt;\s*\((\d+)\)&lt;/span&gt;[^\(]*"fs13"&gt;\s*&lt;/span</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\2(\4)&lt;/title&gt;&lt;year&gt;\3&lt;/year&gt;&lt;id&gt;\1&lt;/id&gt;&lt;url&gt;http://movie.daum.net/moviedetail/moviedetailMain.do?movieId=\1&lt;/url&gt;&lt;/entity&gt;" dest="5+">
- <expression repeat="yes">class="fl srch"&gt;&lt;a href="http://movie.daum.net/moviedetail/moviedetailMain.do\?movieId=(\d+)"[^&gt;]*&gt;([^"]*)&lt;/a&gt;\s*\((\d+)\)&lt;/span&gt;[^\(]*"fs13"&gt;\s*([^"]+)&lt;/span</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetSearchResults>
- <GetDetails dest="3">
- <RegExp input="$$8" output="&lt;details&gt;\1&lt;/details&gt;" dest="3">
- <RegExp input="$$2" output="&lt;id&gt;\1&lt;/id&gt;" dest="8">
- <expression/>
- </RegExp>
- <RegExp input="$$1" output="&lt;title&gt;\1&lt;/title&gt;&lt;year&gt;\2&lt;/year&gt;" dest="8+">
- <expression trim="1">"title_kor"\s*&gt;([^&lt;]+)&lt;/strong&gt;[^\(]*\(&lt;a [^&gt;]*&gt;(\d+)&lt;/a&gt;\).*?"title_AKA"\s*&gt;\s*&lt;span class="eng"&gt;\s*&lt;/span</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;title&gt;\1 (\3)&lt;/title&gt;&lt;year&gt;\2&lt;/year&gt;" dest="8+">
- <expression trim="1,3">"title_kor"\s*&gt;([^&lt;]+)&lt;/strong&gt;[^\(]*\(&lt;a [^&gt;]*&gt;(\d+)&lt;/a&gt;\).*?"title_AKA"\s*&gt;\s*&lt;span class="eng"&gt;\s*(\S[^&lt;]*)&lt;/span</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;title&gt;\1 (\3)&lt;/title&gt;&lt;year&gt;\2&lt;/year&gt;" dest="8+">
- <expression trim="1,3">"title_kor"\s*&gt;([^&lt;]+)&lt;/strong&gt;[^\(]*\(&lt;a [^&gt;]*&gt;(\d+)&lt;/a&gt;\).*?"title_AKA"\s*&gt;\s*(\S[^&lt;]*)&lt;span class="eng"&gt;\s*&lt;/span</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;title&gt;\1 (\3,\4)&lt;/title&gt;&lt;year&gt;\2&lt;/year&gt;" dest="8+">
- <expression trim="1,3,4">"title_kor"\s*&gt;([^&lt;]+)&lt;/strong&gt;[^\(]*\(&lt;a [^&gt;]*&gt;(\d+)&lt;/a&gt;\).*?"title_AKA"\s*&gt;\s*(\S[^&lt;]*)&lt;span class="eng"&gt;\s*(\S[^&lt;]*)&lt;/span</expression>
- </RegExp>
- <RegExp input="$$7" output="&lt;director&gt;\1&lt;/director&gt;" dest="8+">
- <RegExp input="$$1" output="\1" dest="7">
- <expression noclean="1">&lt;strong&gt;감독&lt;/strong&gt;(.*)&lt;strong&gt;출연&lt;/strong&gt;</expression>
- </RegExp>
- <expression repeat="yes">&lt;a href=[^&gt;]*&gt;([^&lt;]*)&lt;/a&gt;</expression>
- </RegExp>
- <RegExp input="$$7" output="&lt;studio&gt;\1&lt;/studio&gt;" dest="8+">
- <RegExp input="$$1" output="\1" dest="7">
- <expression noclean="1">&lt;strong&gt;제작/배급&lt;/strong&gt;(.*)&lt;strong&gt;감독&lt;/strong&gt;</expression>
- </RegExp>
- <expression repeat="yes">&lt;a href="[^&gt;]*&gt;([^&lt;]*)&lt;/a&gt;</expression>
- </RegExp>
- <RegExp conditional="!EnableMoreCast" input="$$7" output="&lt;actor&gt;&lt;name&gt;\2&lt;/name&gt;&lt;role&gt;\3&lt;/role&gt;&lt;thumb&gt;\1&lt;/thumb&gt;&lt;/actor&gt;" dest="8+">
- <RegExp input="$$1" output="\1" dest="7">
- <expression noclean="1">&lt;strong&gt;출연&lt;/strong&gt;.*?"actors"(.*)"gradeWrap"</expression>
- </RegExp>
- <expression repeat="yes">class="cast_text"&gt;&lt;img id="[^"]*"src="([^"]*)"[^&gt;]*&gt;[^&gt;]*&gt;([^&lt;]*)&lt;/a&gt;[^\(]*\(([^\)]*)\)</expression>
- </RegExp>
- <RegExp conditional="EnableMoreCast" input="$$1" output="&lt;url cache=&quot;daum-cast-$$2.htm&quot; function=&quot;GetDaumCast&quot;&gt;\1&lt;/url&gt;" dest="8+">
- <expression>&lt;a class="tab3" href="([^"]*)"</expression>
- </RegExp>
- <RegExp conditional="EnableWriter" input="$$1" output="&lt;url cache=&quot;daum-cast-$$2.htm&quot; function=&quot;GetDaumWriter&quot;&gt;\1&lt;/url&gt;" dest="8+">
- <expression>&lt;a class="tab3" href="([^"]*)"</expression>
- </RegExp>
- <RegExp conditional="!EnableFullPlot" input="$$7" output="&lt;plot&gt;\1&lt;/plot&gt;" dest="8+">
- <RegExp input="$$1" output="\1" dest="7">
- <expression>&lt;div class="txt"&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;(.*?)&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;\s*&lt;/div&gt;</expression>
- </RegExp>
- <expression>(\S.*\S)</expression>
- </RegExp>
- <RegExp conditional="EnableFullPlot" input="$$1" output="&lt;url cache=&quot;daum-story-$$2.htm&quot; function=&quot;GetDaumFullPlot&quot;&gt;\1&lt;/url&gt;" dest="8+">
- <expression>&lt;a class="tab2" href="([^"]*)"</expression>
- </RegExp>
- <RegExp input="$$7" output="&lt;premiered&gt;\1&lt;/premiered&gt;" dest="8+">
- <RegExp input="$$1" output="\1" dest="7">
- <expression noclean="1">&lt;strong&gt;요약정보&lt;/strong&gt;(.*)&lt;strong&gt;감독&lt;/strong&gt;</expression>
- </RegExp>
- <expression>(\d{4}-\d{1,2}-\d{1,2})</expression>
- </RegExp>
- <RegExp input="$$7" output="&lt;genre&gt;\1&lt;/genre&gt;" dest="8+">
- <RegExp input="$$1" output="\1" dest="7">
- <expression noclean="1">&lt;strong&gt;요약정보&lt;/strong&gt;(.*?)\|</expression>
- </RegExp>
- <expression repeat="yes">&lt;a href='[^']*'&gt;([^&lt;]*)&lt;/a&gt;</expression>
- </RegExp>
- <RegExp input="$$7" output="&lt;runtime&gt;\1 분&lt;/runtime&gt;" dest="8+">
- <RegExp input="$$1" output="\1" dest="7">
- <expression noclean="1">&lt;strong&gt;요약정보&lt;/strong&gt;(.*)&lt;strong&gt;감독&lt;/strong&gt;</expression>
- </RegExp>
- <expression>(\d+) 분</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;rating&gt;\1&lt;/rating&gt;" dest="8+">
- <expression>"star_big [^"]+"&gt;.*?&gt;네티즌별점&lt;.*?&lt;em&gt;([\d\.]+)&lt;/em&gt;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;votes&gt;\1&lt;/votes&gt;" dest="8+">
- <expression>&lt;span class="fs11 fc3"&gt;\((\d+)명 참여\)&lt;/span&gt;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;mpaa&gt;\1&lt;/mpaa&gt;" dest="8+">
- <expression>icon_rating_\d+\.gif" title="([^"]*)"</expression>
- </RegExp>
- <RegExp conditional="!EnableThumbs" input="$$1" output="&lt;thumb&gt;\1&lt;/thumb&gt;" dest="8+">
- <expression>&lt;p class="poster"&gt;&lt;a [^&lt;]*&lt;img src="([^"]*)"</expression>
- </RegExp>
- <RegExp conditional="EnableThumbs" input="$$1" output="&lt;url cache=&quot;daum-photo-$$2.htm&quot; function=&quot;GetDaumPoster&quot;&gt;\1&lt;/url&gt;" dest="8+">
- <expression>&lt;a class="tab4" href="([^"]*)"</expression>
- </RegExp>
- <RegExp conditional="EnableTMDBFanart" input="$$7" output="&lt;url function=&quot;GetTMDBFanartById&quot;&gt;http://www.google.com/search?q=site:imdb.com\1&lt;/url&gt;" dest="8+">
- <RegExp input="$$1" output="\4 \2" dest="6">
- <expression trim="1,3,4">"title_kor"\s*&gt;([^&lt;]*)&lt;/strong&gt;[^\(]*\(&lt;a [^&gt;]*&gt;(\d+)&lt;/a&gt;\).*?"title_AKA"\s*&gt;([^&lt;]*)&lt;span class="eng"&gt;([^&lt;]+)&lt;/span</expression>
- </RegExp>
- <RegExp input="$$6" output="+\1" dest="7">
- <expression repeat="yes">([^ ,]+)</expression>
- </RegExp>
- <expression/>
- </RegExp>
- <RegExp conditional="EnableFanart" input="$$1" output="&lt;url cache=&quot;daum-photo-$$2.htm&quot; function=&quot;GetDaumFanart&quot;&gt;\1&amp;order=recommend&lt;/url&gt;" dest="8+">
- <expression>&lt;a class="tab4" href="([^"]*)"</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetDetails>
- <GetDaumPoster dest="4">
- <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" dest="4">
- <RegExp input="$$1" output="&lt;url cache=&quot;daum-photo-\2.htm&quot; function=&quot;GetDaumPosterPage&quot;&gt;\1movieId=\2&lt;/url&gt;" dest="5">
- <expression noclean="1">&lt;a class="tab4" href="([^"]*)movieId=(\d+)"</expression>
- </RegExp>
- <RegExp input="$$1" output="\1" dest="6">
- <expression noclean="1">&lt;h3 class="tit"&gt;포스터 리스트&lt;/h3&gt;.*&lt;span class="current"&gt;(.*)&lt;!-- 포스터 End</expression>
- </RegExp>
- <RegExp input="$$6" output="&lt;url function=&quot;GetDaumPosterPage&quot;&gt;http://movie.daum.net/\1&lt;/url&gt;" dest="5+">
- <expression repeat="yes" noclean="1">&lt;a href="([^"]*)"&gt;(\d+)&lt;/a&gt;</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetDaumPoster>
- <GetDaumPosterPage dest="4">
- <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" dest="4">
- <RegExp input="$$1" output="\1" dest="6">
- <expression noclean="1">&lt;h3 class="tit"&gt;포스터 리스트&lt;/h3&gt;(.*)&lt;!-- 포스터 End</expression>
- </RegExp>
- <RegExp input="$$6" output="&lt;thumb preview=&quot;http://\1/C155x225/\2&quot;&gt;http://\1/image/\2&lt;/thumb&gt;" dest="5">
- <expression repeat="yes" noclean="1">&lt;img src="http://([^/]+)/C155x225/([^"]+)"</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetDaumPosterPage>
- <GetDaumFanart clearbuffers="no" dest="4">
- <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" dest="4">
- <RegExp input="$$1" output="\1" dest="6">
- <expression noclean="1">&lt;h3 class="tit"&gt;포토 리스트&lt;/h3&gt;.*&lt;span class="current"&gt;(.*)&lt;!-- 포토 End</expression>
- </RegExp>
- <RegExp input="$$6" output="&lt;url function=&quot;GetDaumFanartPage2&quot;&gt;http://movie.daum.net\1&lt;/url&gt;" dest="5">
- <expression repeat="yes" noclean="1">&lt;a href="([^"]*)"&gt;(\d+)&lt;/a&gt;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;url cache=&quot;daum-photo-\2.htm&quot; function=&quot;GetDaumFanartPage&quot;&gt;\1movieId=\2&lt;/url&gt;" dest="5+">
- <expression noclean="1">&lt;a class="tab4" href="([^"]*)movieId=(\d+)"</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetDaumFanart>
- <GetDaumFanartPage dest="4">
- <!-- append result from GetTMDBFanart/GetDaumFanartPage2 calls -->
- <RegExp input="$$11$$5$$10" output="&lt;details&gt;&lt;fanart&gt;\1&lt;/fanart&gt;&lt;/details&gt;" dest="4">
- <RegExp input="$$1" output="\1" dest="6">
- <expression noclean="1">&lt;h3 class="tit"&gt;포토 리스트&lt;/h3&gt;(.*)&lt;!-- 포토 End</expression>
- </RegExp>
- <RegExp input="$$6" output="&lt;thumb preview=&quot;http://\1/S150x125/\2&quot;&gt;http://\1/image/\2&lt;/thumb&gt;" dest="5">
- <expression repeat="yes" noclean="1">&lt;img src="http://([^/]+)/S150x125/([^"]+)"</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetDaumFanartPage>
- <GetDaumFanartPage2 clearbuffers="no" dest="4">
- <RegExp input="$$5" output="&lt;details&gt;&lt;/details&gt;" dest="4">
- <RegExp input="$$1" output="\1" dest="6">
- <expression noclean="1">&lt;h3 class="tit"&gt;포토 리스트&lt;/h3&gt;(.*)&lt;!-- 포토 End</expression>
- </RegExp>
- <RegExp input="$$6" output="&lt;thumb preview=&quot;http://\1/S150x125/\2&quot;&gt;http://\1/image/\2&lt;/thumb&gt;" dest="10+">
- <expression repeat="yes" noclean="1">&lt;img src="http://([^/]+)/S150x125/([^"]+)"</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetDaumFanartPage2>
- <GetDaumCast dest="4">
- <RegExp input="$$6" output="&lt;details&gt;\1&lt;/details&gt;" dest="4">
- <RegExp input="$$1" output="\1" dest="5">
- <expression noclean="1">&lt;h5\s*&gt;\s*주연&lt;/h5&gt;(.*)&lt;h5\s*&gt;\s*제작</expression>
- </RegExp>
- <RegExp input="$$5" output="&lt;actor&gt;&lt;name&gt;\2&lt;/name&gt;&lt;role&gt;\3&lt;/role&gt;&lt;thumb&gt;\1&lt;/thumb&gt;&lt;/actor&gt;" dest="6">
- <expression clear="yes" repeat="yes">&lt;img src="([^"]*)"[^&gt;]*&gt;&lt;/a&gt;&lt;/span&gt;\s*&lt;span class="name"[^&gt;]*&gt;&lt;a href[^&gt;]*&gt;([^&lt;]*)&lt;/a&gt;&lt;/span&gt;\s*&lt;span class="etcs"&gt;\s*([^&lt;]*) 역\s*&lt;/span&gt;</expression>
- </RegExp>
- <RegExp input="$$5" output="&lt;actor&gt;&lt;name&gt;\2&lt;/name&gt;&lt;role&gt;\4&lt;/role&gt;&lt;thumb&gt;\1&lt;/thumb&gt;&lt;/actor&gt;" dest="6+">
- <expression repeat="yes">&lt;img src="([^"]*)"[^&gt;]*&gt;&lt;/a&gt;&lt;/span&gt;\s*&lt;span class="name"[^&gt;]*&gt;&lt;a href[^&gt;]*&gt;([^&lt;]*)&lt;/a&gt;&lt;/span&gt;\s*&lt;span class="aka fc4"&gt;&lt;span class="eng"&gt;\(([^\)]*)\)&lt;/span&gt;&lt;/span&gt;\s*&lt;span class="etcs"&gt;\s*([^&lt;]*) 역\s*&lt;/span&gt;</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetDaumCast>
- <GetDaumWriter dest="4">
- <RegExp input="$$6" output="&lt;details&gt;\1&lt;/details&gt;" dest="4">
- <RegExp input="$$1" output="\1" dest="5">
- <expression noclean="1">&lt;h5\s*&gt;\s*각본&lt;/h5&gt;(.*?)&lt;h5\s*&gt;</expression>
- </RegExp>
- <RegExp input="$$5" output="&lt;credits&gt;\1&lt;/credits&gt;" dest="6">
- <expression repeat="yes">class="em b"&gt;([^&lt;]*)&lt;</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetDaumWriter>
- <GetDaumFullPlot dest="4">
- <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" dest="4">
- <RegExp input="$$6" output="&lt;plot&gt;\1&lt;/plot&gt;" dest="5">
- <RegExp input="$$1" output="\1" dest="6">
- <expression>&lt;a name="synopsis"&gt;.*?&lt;div class="txt"&gt;(.*?)&lt;/div&gt;</expression>
- </RegExp>
- <expression>(\S.*\S)</expression>
- </RegExp>
- <RegExp input="$$6" output="&lt;tagline&gt;\1&lt;/tagline&gt;" dest="5+">
- <RegExp input="$$1" output="\1" dest="6">
- <expression clear="yes">&lt;a name="tagline"&gt;.*?&lt;div class="txt"&gt;(.*?)&lt;/div&gt;</expression>
- </RegExp>
- <expression>(\S.*\S)</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetDaumFullPlot>
- <!-- Modify after copying from common/tmdb.xml -->
- <GetTMDBFanartById dest="4">
- <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" dest="4">
- <RegExp input="$$1" output="&lt;url function=&quot;GetTMDBFanart&quot; cache=&quot;tmdb-images-tt\1.xml&quot;&gt;http://api.themoviedb.org/2.1/Movie.getImages/en/xml/57983e31fb435df4df77afb854740ea9/tt\1&lt;/url&gt;" dest="5">
- <expression>/tt([0-9]+)</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;url function=&quot;GetTMDBFanart&quot; cache=&quot;tmdb-images-\1.xml&quot;&gt;http://api.themoviedb.org/2.1/Movie.getImages/en/xml/57983e31fb435df4df77afb854740ea9/\1&lt;/url&gt;" dest="5">
- <expression>&lt;id&gt;([0-9]*)&lt;/id&gt;</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetTMDBFanartById>
- <GetTMDBFanart clearbuffers="no" dest="5">
- <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
- <RegExp input="$$1" output="&lt;thumb&gt;\1&lt;/thumb&gt;" dest="3">
- <expression noclean="1" repeat="yes">&lt;backdrop[^&gt;]*&gt;(.*?)&lt;/backdrop&gt;</expression>
- </RegExp>
- <RegExp input="$$3" output="&lt;thumb preview=&quot;\2&quot;&gt;\1\3&lt;/thumb&gt;" dest="4">
- <expression noclean="1,3" repeat="yes">&lt;thumb&gt;(.*?)url=&quot;([^&quot;]*)&quot; size=&quot;poster&quot;(.*?)&lt;/thumb&gt;</expression>
- </RegExp>
- <RegExp input="$$4" output="&lt;thumb\1&gt;\2&lt;/thumb&gt;" dest="11">
- <expression repeat="yes" noclean="1">&lt;thumb([^&gt;]*)&gt;.*?url=&quot;([^&quot;]*)&quot; size=&quot;original&quot;.*?&lt;/thumb&gt;</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetTMDBFanart>
-</scraper>
diff --git a/system/scrapers/video/moviemeter.jpg b/system/scrapers/video/moviemeter.jpg
deleted file mode 100644
index ec66a01d22..0000000000
--- a/system/scrapers/video/moviemeter.jpg
+++ /dev/null
Binary files differ
diff --git a/system/scrapers/video/moviemeter.xml b/system/scrapers/video/moviemeter.xml
deleted file mode 100644
index 1b3a3503c9..0000000000
--- a/system/scrapers/video/moviemeter.xml
+++ /dev/null
@@ -1,136 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<scraper framework="1.1" date="2010-02-24" name="MovieMeter.nl" content="movies" thumb="moviemeter.jpg" language="nl">
- <include>common/imdb.xml</include>
- <include>common/tmdb.xml</include>
- <include>common/movieposterdb.xml</include>
- <include>common/impa.xml</include>
- <include>common/dtrailer.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;Get rating from IMDB&quot; type=&quot;bool&quot; id=&quot;IMDBrating&quot; default=&quot;false&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.theghost16.nl/MovieMeter/movie.php?id=\2&lt;/url&gt;" dest="3">
- <expression clear="yes" noclean="1">(moviemeter.nl/film/)([0-9]*)</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;url function=&quot;GetByIMDBId&quot;&gt;http://www.imdb.com/title/tt\2/miscsites&lt;/url&gt;" dest="3+">
- <expression>(imdb.com/)Title\?([0-9]+)</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;url function=&quot;GetByIMDBId&quot;&gt;http://www.imdb.com/title/tt\2/miscsites&lt;/url&gt;" dest="3+">
- <expression>(imdb.com/title/tt)([0-9]*)</expression>
- </RegExp>
- </NfoUrl>
- <GetByIMDBId dest="3">
- <RegExp input="$$1" output="&lt;url&gt;http://www.theghost16.nl/MovieMeter/movie.php?id=\2&lt;/url&gt;" dest="3+">
- <expression clear="yes" noclean="1">(moviemeter.nl/film/)([0-9]*)</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;url&gt;http://www.theghost16.nl/MovieMeter/movie.php?id=\1&lt;/url&gt;" dest="3+">
- <expression noclean="1">&lt;a href=&quot;http://www.moviemeter.nl/index.php3\?id=([0-9]*)&quot;</expression>
- </RegExp>
- </GetByIMDBId>
- <CreateSearchUrl dest="3">
- <RegExp input="$$1" output="&lt;url&gt;http://www.theghost16.nl/MovieMeter/index.php?movie=\1$$4&lt;/url&gt;" dest="3">
- <RegExp input="$$2" output="%20(\1)" dest="4">
- <expression clear="yes">(.+)</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </CreateSearchUrl>
- <GetSearchResults dest="8">
- <RegExp input="$$5" output="&lt;?xml version='1.0' encoding='iso-8859-1' standalone='yes'?&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;year&gt;\3&lt;/year&gt;&lt;url&gt;http://www.theghost16.nl/MovieMeter/movie.php?id=\1&lt;/url&gt;&lt;id&gt;\1&lt;/id&gt;&lt;/entity&gt;" dest="5">
- <expression repeat="yes">&lt;a href=movie.php\?id=([0-9]*)&gt;*(.[^\(]*)\(([0-9]*)\)</expression>
- </RegExp>
- <expression noclean="1" />
- </RegExp>
- </GetSearchResults>
- <GetDetails dest="3">
- <RegExp input="$$8" output="&lt;?xml version=&quot;1.0&quot; encoding=&quot;iso-8859-1&quot; standalone=&quot;yes&quot;?&gt;&lt;details&gt;\1&lt;/details&gt;" dest="3">
- <!-- Title!-->
- <RegExp input="$$1" output="&lt;title&gt;\1&lt;/title&gt;" dest="8">
- <expression noclean="1">Titel: ([^&lt;]*)</expression>
- </RegExp>
-
- <!-- Year!-->
- <RegExp input="$$1" output="&lt;year&gt;\1&lt;/year&gt;" dest="8+">
- <expression noclean="1">Jaar: ([^&lt;]*)</expression>
- </RegExp>
-
- <!-- Runtime!-->
- <RegExp input="$$1" output="&lt;runtime&gt;\1&lt;/runtime&gt;" dest="8+">
- <expression noclean="1">Filmduur: ([^&lt;]*)</expression>
- </RegExp>
-
- <!-- Genre(s)!-->
- <RegExp input="$$1" output="&lt;genre&gt;\1&lt;/genre&gt;" dest="8+">
- <expression noclean="1">Genre\(s\): ([^&lt;]*)</expression>
- </RegExp>
-
- <!-- Plot & Outline!-->
- <RegExp input="$$1" output="&lt;plot&gt;\1&lt;/plot&gt;&lt;outline&gt;\1&lt;/outline&gt;" dest="8+">
- <expression noclean="1">Plot: ([^&lt;]*)</expression>
- </RegExp>
-
- <!-- Director! -->
- <RegExp input="$$1" output="&lt;director&gt;\1&lt;/director&gt;" dest="8+">
- <expression noclean="1">Regisseur\(s\): ([^&lt;]*)</expression>
- </RegExp>
-
- <!-- Get the rating from moviemeter if the IMDBrating setting is set to false -->
- <RegExp conditional="!IMDBrating" input="$$1" output="&lt;rating max=&quot;5&quot;&gt;\1&lt;/rating&gt;&lt;votes&gt;\2&lt;/votes&gt;" dest="8+">
- <expression noclean="1" trim ="1">Rating: (.[^\(]*)\(([0-9,]+) votes\)</expression>
- </RegExp>
-
- <!-- Get the rating from IMDB.com if the IMDBrating setting is set to true -->
- <RegExp input="$$1" output="&lt;url cache=&quot;tt\1-rating.html&quot; function=&quot;GetIMDBRating&quot;&gt;http://www.imdb.com/title/tt\1&lt;/url&gt;" dest="8+">
- <expression noclean="1">IMDB Id: ([^&lt;]*)</expression>
- </RegExp>
-
- <!-- Get the cast from IMDB.com -->
- <RegExp input="$$1" output="&lt;url cache=&quot;tt\1-credits.html&quot; function=&quot;GetIMDBWriters&quot;&gt;http://www.imdb.com/title/tt\1&lt;/url&gt;" dest="8+">
- <expression noclean="1">IMDB Id: ([^&lt;]*)</expression>
- </RegExp>
-
- <!-- Get the writer of IMDB.com -->
- <RegExp input="$$1" output="&lt;url cache=&quot;tt\1-cast.html&quot; function=&quot;GetIMDBCast&quot;&gt;http://www.imdb.com/title/tt\1&lt;/url&gt;" dest="8+">
- <expression noclean="1">IMDB Id: ([^&lt;]*)</expression>
- </RegExp>
-
- <!-- Get the studio from IMDB.com -->
- <RegExp input="$$1" output="&lt;url cache=&quot;tt\1-studio.html&quot; function=&quot;GetIMDBStudio&quot;&gt;http://www.imdb.com/title/tt\1&lt;/url&gt;" dest="8+">
- <expression noclean="1">IMDB Id: ([^&lt;]*)</expression>
- </RegExp>
-
- <!-- Get thums from MoviePoster -->
- <RegExp input="$$1" output="&lt;url function=&quot;GetMoviePosterDBLink&quot;&gt;http://www.movieposterdb.com/browse/search?type=movies&amp;query=\1&lt;/url&gt;" dest="8+">
- <expression noclean="1">IMDB Id: ([^&lt;]*)</expression>
- </RegExp>
-
- <!-- Get Fanart from TMDB -->
- <RegExp input="$$1" output="&lt;url function=&quot;GetTMDBFanartById&quot;&gt;http://www.imdb.com/title/tt\1&lt;/url&gt;" dest="8+">
- <expression noclean="1">IMDB Id: ([^&lt;]*)</expression>
- </RegExp>
- <expression noclean="1"></expression>
- </RegExp>
- </GetDetails>
- <GetIMDBStudio dest="5">
- <RegExp input="$$6" output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
- <RegExp input="$$1" output="&lt;studio&gt;\1&lt;/studio&gt;" dest="6">
- <expression repeat="yes">&quot;/company/[^/]*/&quot;&gt;([^&lt;]*)&lt;/a&gt;</expression>
- </RegExp>
- <expression noclean="1"></expression>
- </RegExp>
- </GetIMDBStudio>
- <GetIMDBRating dest="5">
- <RegExp input="$$6" 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="6">
- <expression>&lt;b&gt;([0-9.]+)/10&lt;/b&gt;[^&lt;]*&lt;a href=&quot;ratings&quot; class=&quot;tn15more&quot;&gt;([0-9,]+) votes&lt;/a&gt;</expression>
- </RegExp>
- <expression noclean="1"></expression>
- </RegExp>
- </GetIMDBRating>
-</scraper>
diff --git a/system/scrapers/video/naver.png b/system/scrapers/video/naver.png
deleted file mode 100644
index 1dd4655c2b..0000000000
--- a/system/scrapers/video/naver.png
+++ /dev/null
Binary files differ
diff --git a/system/scrapers/video/naver.xml b/system/scrapers/video/naver.xml
deleted file mode 100644
index 51e055bcea..0000000000
--- a/system/scrapers/video/naver.xml
+++ /dev/null
@@ -1,179 +0,0 @@
-<?xml version="1.0" encoding="EUC-KR"?>
-<scraper framework="1.1" date="2010-01-28" name="NAVER" content="movies" thumb="naver.png" language="ko">
- <include>common/tmdb.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;주연배우/각본/제작사에 대한 상세정보&quot; type=&quot;bool&quot; id=&quot;EnableDetail&quot; default=&quot;true&quot;&gt;&lt;/setting&gt;" dest="5">
- <expression/>
- </RegExp>
- <RegExp input="$$1" output="&lt;setting label=&quot;포스터&quot; type=&quot;bool&quot; id=&quot;EnableThumbs&quot; default=&quot;true&quot;&gt;&lt;/setting&gt;" dest="5+">
- <expression/>
- </RegExp>
- <RegExp input="$$1" output="&lt;setting label=&quot;평점 투표자수&quot; type=&quot;bool&quot; id=&quot;EnableVoteNum&quot; default=&quot;true&quot;&gt;&lt;/setting&gt;" dest="5+">
- <expression/>
- </RegExp>
- <RegExp input="$$1" output="&lt;setting label=&quot;팬아트(고화질)&quot; type=&quot;bool&quot; id=&quot;EnableFanArt&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://movie.naver.com/movie/bi/mi/basic.nhn?code=\1&lt;/url&gt;" dest="3">
- <expression>movie\.naver\.com[^\?]*\?code=([0-9]*)</expression>
- </RegExp>
- </NfoUrl>
- <CreateSearchUrl dest="3" SearchStringEncoding="EUC-KR">
- <RegExp input="$$1" output="http://movie.naver.com/movie/search/result.nhn?section=movie&amp;query=\1&amp;sort=3" dest="3">
- <expression noclean="1"/>
- </RegExp>
- </CreateSearchUrl>
- <GetSearchResults dest="8">
- <RegExp input="$$5" output="&lt;?xml version=&quot;1.0&quot; encoding=&quot;EUC-KR&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://movie.naver.com/movie/bi/mi/basic.nhn?code=\1&lt;/url&gt;&lt;/entity&gt;" dest="5">
- <expression repeat="yes">&lt;dt&gt;&lt;a href=&quot;/movie/bi/mi/basic.nhn\?code=([0-9]*)&quot;&gt;(.[^&quot;]*)&quot;point&quot;&gt;[^\?]*\?year=([0-9]*)&quot;</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetSearchResults>
- <GetDetails dest="3">
- <RegExp input="$$8" output="&lt;details&gt;\1&lt;/details&gt;" dest="3">
- <!-- Titles, year !-->
- <RegExp input="$$1" output="&lt;title&gt;\1 (\2, \3)&lt;/title&gt;&lt;originaltitle&gt;\2&lt;/originaltitle&gt;&lt;year&gt;\3&lt;/year&gt;" dest="8">
- <expression trim="1" noclean="1">&quot;&amp;main_title=&quot;\+encodeURIComponent\(&quot;(.[^&quot;]*)&quot;\)\+&quot;&amp;sub_title=&quot;\+encodeURIComponent\(&quot;(.[^\,]*)\, ([0-9]*)&quot;\)</expression>
- </RegExp>
- <!-- Director's names !-->
- <RegExp input="$$7" output="&lt;director&gt;\1&lt;/director&gt;" dest="8+">
- <RegExp input="$$1" output="\1" dest="7">
- <expression noclean="1">db_htype_1_text_3\.gif&quot;(.*)db_htype_1_text_4\.gif&quot;</expression>
- </RegExp>
- <expression noclean="1" repeat="yes">&lt;a[^&gt;]*&gt;(.[^&lt;]*)&lt;/a&gt;</expression>
- </RegExp>
- <!-- Actors !-->
- <RegExp conditional="!EnableDetail" input="$$7" output="&lt;actor&gt;&lt;name&gt;\1&lt;/name&gt;&lt;role&gt;\2&lt;/role&gt;&lt;/actor&gt;" dest="8+">
- <RegExp input="$$1" output="\1" dest="7">
- <expression noclean="1">db_htype_1_text_4\.gif&quot;(.*)&quot;more_inline&quot;</expression>
- </RegExp>
- <expression noclean="1" repeat="yes">&lt;a[^&gt;]*&gt;(.[^&lt;]*)&lt;/a&gt;\((.[^\)]*)\)</expression>
- </RegExp>
- <!-- MPAA !-->
- <RegExp input="$$1" output="&lt;mpaa&gt;\1&lt;/mpaa&gt;" dest="8+">
- <expression noclean="1" repeat="yes">&lt;em&gt;[^&lt;]*&lt;/em&gt; &lt;a[^&gt;]*&gt;(.[^&lt;]*)&lt;</expression>
- </RegExp>
- <!-- Plot !-->
- <RegExp input="$$1" output="&lt;plot&gt;\1\2&lt;/plot&gt;" dest="8+">
- <expression>&lt;p class=&quot;c_ff4200&quot;&gt;(.[^&lt;]*)&lt;/p&gt;[^&lt;]*&lt;p&gt;(.*)&lt;/p&gt;[^&lt;]*&lt;ul class=&quot;other&quot;</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;plot&gt;\1&lt;/plot&gt;" dest="8+">
- <expression>&lt;p class=&quot;c_ff4200&quot;&gt;&lt;/p&gt;[^&lt;]*&lt;p&gt;(.*)&lt;/p&gt;[^&lt;]*&lt;ul class=&quot;other&quot;</expression>
- </RegExp>
- <!-- Thumbnail !-->
- <RegExp conditional="!EnableThumbs" input="$$1" output="&lt;thumb&gt;&lt;url&gt;\1&lt;/url&gt;&lt;/thumb&gt;" dest="8+">
- <expression>&lt;div class=&quot;poster&quot;&gt;[^\(]*\(&apos;([^&apos;]*)&apos;</expression>
- </RegExp>
- <!-- Premiered !-->
- <RegExp input="$$1" output="&lt;premiered&gt;\1.\2&lt;/premiered&gt;" dest="8+">
- <expression noclean="1">&gt;[^&lt;]*&lt;/font&gt; &lt;a[^&gt;]*&gt;([0-9]*)&lt;/a&gt;\.&lt;[^&gt;]*&gt;(.[^&lt;]*)&lt;</expression>
- </RegExp>
- <!-- Genres !-->
- <RegExp input="$$7" output="&lt;genre&gt;\1&lt;/genre&gt;" dest="8+">
- <RegExp input="$$1" output="\1" dest="7">
- <expression noclean="1">db_htype_1_text_2\.gif&quot;(.*)nhn\?nation</expression>
- </RegExp>
- <expression noclean="1" repeat="yes">nhn\?genre[^&gt;]*&gt;(.[^&lt;]*)&lt;</expression>
- </RegExp>
- <!-- Runtime !-->
- <RegExp input="$$1" output="&lt;runtime&gt;\1 minute&lt;/runtime&gt;" dest="8+">
- <expression noclean="1">class=&apos;ls0&apos;&gt;([0-9]*)&lt;</expression>
- </RegExp>
- <!-- User rating !-->
- <RegExp input="$$1" output="&lt;rating&gt;\1&lt;/rating&gt;" dest="8+">
- <expression>&quot;&amp;star_point=([0-9]\.+[0-9]*)&quot;\;</expression>
- </RegExp>
- <!-- Tag Line !-->
- <RegExp input="$$1" output="&lt;tagline&gt;\1&lt;/tagline&gt;" dest="8+">
- <expression noclean="1">&lt;p class=&quot;c_ff4200&quot;&gt;(.[^&lt;]*)&lt;/p&gt;</expression>
- </RegExp>
- <!-- Detail !-->
- <RegExp conditional="EnableDetail" input="$$1" output="&lt;url function=&quot;GetNAVERDetail&quot;&gt;http://movie.naver.com/movie/bi/mi/detail.nhn?code=\1&lt;/url&gt;" dest="8+">
- <expression noclean="1">&lt;a href=&quot;/movie/bi/mi/photo.nhn\?code=([0-9]*)&quot;</expression>
- </RegExp>
- <!-- Thumbs !-->
- <RegExp conditional="EnableThumbs" input="$$1" output="&lt;url function=&quot;GetNAVERPhoto&quot;&gt;http://movie.naver.com/movie/bi/mi/photo.nhn?code=\1&lt;/url&gt;" dest="8+">
- <expression noclean="1">&lt;a href=&quot;/movie/bi/mi/photo.nhn\?code=([0-9]*)&quot;</expression>
- </RegExp>
- <!-- Votes !-->
- <RegExp conditional="EnableVoteNum" input="$$1" output="&lt;url function=&quot;GetNAVERVote&quot;&gt;http://movie.naver.com/movie/bi/mi/point.nhn?code=\1&lt;/url&gt;" dest="8+">
- <expression noclean="1">&lt;a href=&quot;/movie/bi/mi/photo.nhn\?code=([0-9]*)&quot;</expression>
- </RegExp>
- <!-- FanArts !-->
- <RegExp conditional="EnableFanArt" input="$$5" output="&lt;url function=&quot;GetTMDBFanartById&quot;&gt;http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/\1&lt;/url&gt;" dest="8+">
- <RegExp input="$$1" output="\1" dest="7">
- <expression noclean="1" clear="yes">&quot;&amp;sub_title=&quot;\+encodeURIComponent\(&quot;([^\,]*)\, ([0-9]*)&quot;\)</expression>
- </RegExp>
- <RegExp input="$$7" output="+\1" dest="5">
- <expression repeat="yes">([^ ,]+)</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- <!-- FanArts !-->
- <RegExp conditional="EnableFanArt" input="$$1" output="&lt;url function=&quot;GetNAVERFanart&quot;&gt;http://movie.naver.com/movie/bi/mi/photo.nhn?code=\1&lt;/url&gt;" dest="8+">
- <expression noclean="1">&lt;a href=&quot;/movie/bi/mi/photo.nhn\?code=([0-9]*)&quot;</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetDetails>
- <GetNAVERPhoto dest="8">
- <RegExp input="$$9" output="&lt;details&gt;\1&lt;/details&gt;" dest="8">
- <RegExp input="$$1" output="\1" dest="7">
- <expression noclean="1">box_story_1 mt_10&quot;&gt;(.*)btn_dbreport\.gif</expression>
- </RegExp>
- <RegExp input="$$7" output="&lt;thumb preview=&quot;http://imgmovie.naver.com/mdi/mit120/\1&quot;&gt;http://imgmovie.naver.com/mdi/mit500/\1&lt;/thumb&gt;" dest="9">
- <expression noclean="1" repeat="yes">&quot;&gt;&lt;img src=&quot;http://imgmovie.naver.com/mdi/mit120/(.[^&quot;]*)&quot;</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetNAVERPhoto>
- <GetNAVERVote dest="8">
- <RegExp input="$$9" output="&lt;details&gt;\1&lt;/details&gt;" dest="8">
- <RegExp input="$$1" output="&lt;votes&gt;\1&lt;/votes&gt;" dest="9">
- <expression noclean="1" trim="1">&lt;p class=&quot;join&quot;&gt;[^&gt;]*&gt;(.[^&lt;]*)&lt;</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetNAVERVote>
- <GetNAVERDetail dest="8">
- <RegExp input="$$9" output="&lt;details&gt;;\1&lt;/details&gt;" dest="8">
- <!-- studio !-->
- <RegExp input="$$1" output="&lt;studio&gt;\1&lt;/studio&gt;" dest="9">
- <expression noclean="1" repeat="yes">&lt;a href=&quot;/movie/bi/ci/filmo\.nhn\?code=[0-9]*&quot;&gt;(.[^&lt;]*)&lt;</expression>
- </RegExp>
- <!-- Actors !-->
- <RegExp input="$$1" output="\1" dest="7">
- <expression noclean="1">id=&quot;cast_1&quot;(.*)id=&quot;cast_2&quot;</expression>
- </RegExp>
- <RegExp input="$$7" output="&lt;actor&gt;&lt;name&gt;\2&lt;/name&gt;&lt;role&gt;\3&lt;/role&gt;&lt;thumb&gt;\1&lt;/thumb&gt;&lt;/actor&gt;" dest="9+">
- <expression noclean="1" repeat="yes">class=&quot;thumb&quot;&gt;&lt;a[^&lt;]*&lt;img src=&quot;(.[^&quot;]*)&quot;[^&lt;]*&lt;/a&gt;&lt;/td&gt;[^&gt;]*&gt;&lt;a[^&gt;]*&gt;(.[^&lt;]*)&lt;/a&gt; &lt;[^&lt;]*&lt;/span&gt;&lt;br&gt;(.[^&lt;]*)&lt;/th&gt;</expression>
- </RegExp>
- <!-- writer !-->
- <RegExp input="$$1" output="\1" dest="6">
- <expression noclean="1">&lt;h6&gt;각본&lt;/h6&gt;(.*)id=&quot;staff_2&quot;</expression>
- </RegExp>
- <RegExp input="$$6" output="&lt;credits&gt;\1&lt;/credits&gt;" dest="9+">
- <expression noclean="1" repeat="yes">&lt;a href=&quot;/movie/bi/pi/basic.nhn\?code=[0-9]*&quot;&gt;(.[^&lt;]*)&lt;/a&gt;</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetNAVERDetail>
- <GetNAVERFanart clearbuffers="no" dest="8">
- <RegExp input="$$10$$11" output="&lt;details&gt;&lt;fanart&gt;\1&lt;/fanart&gt;&lt;/details&gt;" dest="8">
- <RegExp input="$$1" output="\1" dest="7">
- <expression noclean="1">box_story_1 mt_10&quot;&gt;(.*)btn_dbreport\.gif</expression>
- </RegExp>
- <RegExp input="$$7" output="&lt;thumb preview=&quot;http://imgmovie.naver.com/mdi/mit120/\1&quot;&gt;http://imgmovie.naver.com/mdi/mi/\1&lt;/thumb&gt;" dest="11">
- <expression noclean="1" repeat="yes" clear="yes">&quot;&gt;&lt;img src=&quot;http://imgmovie.naver.com/mdi/mit120/(.[^&quot;]*)&quot;</expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </GetNAVERFanart>
-</scraper>