aboutsummaryrefslogtreecommitdiff
path: root/addons/com.imdb.scraper
diff options
context:
space:
mode:
authorjmarshallnz <jmarshallnz@svn>2010-05-07 09:41:49 +0000
committerjmarshallnz <jmarshallnz@svn>2010-05-07 09:41:49 +0000
commit281d796d2e30bf83fa1ecc2ef4565953fb19cee6 (patch)
tree212588da13992d8d3abc5dac28c21ccaf1b89835 /addons/com.imdb.scraper
parent5edb0e61be6919249f48a962568cfa9e2b7fbfe0 (diff)
added: Ticket #8990 - Production country for movies, thanks to ventech
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29886 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/com.imdb.scraper')
-rw-r--r--addons/com.imdb.scraper/imdb.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/addons/com.imdb.scraper/imdb.xml b/addons/com.imdb.scraper/imdb.xml
index cf035adf37..0fc5348955 100644
--- a/addons/com.imdb.scraper/imdb.xml
+++ b/addons/com.imdb.scraper/imdb.xml
@@ -94,6 +94,9 @@
<RegExp input="$$1" output="&lt;genre&gt;\1&lt;/genre&gt;" dest="5+">
<expression repeat="yes">&quot;/Sections/Genres/[^/]*/&quot;&gt;([^&lt;]*)&lt;/a&gt;</expression>
</RegExp>
+ <RegExp input="$$1" output="&lt;country&gt;\1&lt;/country&gt;" dest="5+">
+ <expression repeat="yes">&quot;/Sections/Countries/[^/]*/&quot;&gt;([^&lt;]*)&lt;/a&gt;</expression>
+ </RegExp>
<RegExp input="$$1" output="&lt;studio&gt;\1&lt;/studio&gt;" dest="5+">
<expression repeat="yes">&quot;/company/[^/]*/&quot;&gt;([^&lt;]*)&lt;/a&gt;</expression>
</RegExp>