diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-05-07 09:41:49 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-05-07 09:41:49 +0000 |
commit | 281d796d2e30bf83fa1ecc2ef4565953fb19cee6 (patch) | |
tree | 212588da13992d8d3abc5dac28c21ccaf1b89835 /addons/metadata.themoviedb.org | |
parent | 5edb0e61be6919249f48a962568cfa9e2b7fbfe0 (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/metadata.themoviedb.org')
-rw-r--r-- | addons/metadata.themoviedb.org/tmdb.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/addons/metadata.themoviedb.org/tmdb.xml b/addons/metadata.themoviedb.org/tmdb.xml index ec857dea5a..1070cd7723 100644 --- a/addons/metadata.themoviedb.org/tmdb.xml +++ b/addons/metadata.themoviedb.org/tmdb.xml @@ -66,6 +66,9 @@ <RegExp input="$$1" output="<studio>\1</studio>" dest="5+"> <expression repeat="yes"><studio.*?name="([^"]*)"</expression> </RegExp> + <RegExp input="$$1" output="<country>\1</country>" dest="5+"> + <expression repeat="yes"><country.*?name="([^"]*)"</expression> + </RegExp> <RegExp input="$$1" output="<plot>\1</plot>" dest="5+"> <expression><overview>([^<]*)</overview></expression> </RegExp> |