diff options
author | theuni <theuni-nospam-@xbmc.org> | 2012-03-20 22:50:58 -0400 |
---|---|---|
committer | theuni <theuni-nospam-@xbmc.org> | 2012-03-20 23:07:25 -0400 |
commit | 62dda1b71d144b1de584738c0c7b4335e9932171 (patch) | |
tree | 1e1b566767348c31792f06be523c421678f09cbb /addons | |
parent | 34a6ecbb3e42661fd94f9092967b93d55035b60e (diff) |
release: sync tmdb from addons repo
Diffstat (limited to 'addons')
-rw-r--r-- | addons/metadata.common.themoviedb.org/addon.xml | 4 | ||||
-rw-r--r-- | addons/metadata.common.themoviedb.org/tmdb.xml | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/addons/metadata.common.themoviedb.org/addon.xml b/addons/metadata.common.themoviedb.org/addon.xml index 252d868303..be0684dc27 100644 --- a/addons/metadata.common.themoviedb.org/addon.xml +++ b/addons/metadata.common.themoviedb.org/addon.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <addon id="metadata.common.themoviedb.org" name="The MovieDB common scraper functions" - version="2.1.2" + version="2.1.4" provider-name="Team XBMC"> <requires> <import addon="xbmc.metadata" version="1.0"/> @@ -17,7 +17,7 @@ <summary lang="fi">TMDb elokuvatietojen lataajan kirjasto</summary> <summary lang="fr">Scraper TMDb</summary> <summary lang="hu">TMDb leolvasó-könyvtár</summary> - <summary lang="nl">TMDb-scraperfuncties</summary> <!--Dit gaat over de functies, niet over de mediabibliotheek!--> + <summary lang="nl">TMDb-scraperfuncties</summary> <summary lang="pl">Scraper biblioteki TMDb</summary> <summary lang="pt">Scraper de filmes TMDb</summary> <summary lang="ro">Bibliotecă catalog TMDb</summary> diff --git a/addons/metadata.common.themoviedb.org/tmdb.xml b/addons/metadata.common.themoviedb.org/tmdb.xml index 8390acfcaa..a270f4cbe2 100644 --- a/addons/metadata.common.themoviedb.org/tmdb.xml +++ b/addons/metadata.common.themoviedb.org/tmdb.xml @@ -31,7 +31,7 @@ <ParseTMDBPlot dest="5"> <RegExp input="$$2" output="<details>\1</details>" dest="5"> <RegExp input="$$1" output="\1" dest="9"> - <expression clear="yes" fixchars="1">"overview":"(.*?)",</expression> + <expression clear="yes" fixchars="1">"overview":"(.*?)","</expression> </RegExp> <RegExp input="$$9" output="<url function="ParseFallbackTMDBPlot" cache="tmdb-en-$$8.json">http://api.themoviedb.org/3/movie/$$8?api_key=57983e31fb435df4df77afb854740ea9&language=en</url>" dest="2"> <expression>^$</expression> @@ -45,7 +45,7 @@ <ParseFallbackTMDBPlot dest="5"> <RegExp input="$$2" output="<details>\1</details>" dest="5"> <RegExp input="$$1" output="<plot>\1</plot>" dest="2"> - <expression clear="yes" fixchars="1">"overview":"(.*?)",</expression> + <expression clear="yes" fixchars="1">"overview":"(.*?)","</expression> </RegExp> <expression noclean="1" /> </RegExp> @@ -174,7 +174,7 @@ <GetTMDBTrailerByIdChain dest="4"> <RegExp input="$$5" output="<details>\1</details>" dest="4"> <RegExp input="$$1" output="<url function="ParseTMDBTrailer" cache="tmdb-trailer-$INFO[language]-\1.json">http://api.themoviedb.org/3/movie/\1/trailers?api_key=57983e31fb435df4df77afb854740ea9</url>" dest="5"> - <expression>^([0-9]+)$</expression> + <expression /> </RegExp> <expression noclean="1" /> </RegExp> |