diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-06-15 00:50:34 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-06-15 00:50:34 +0000 |
commit | 611c137e490c397946c56cc80573018df51d9952 (patch) | |
tree | 1eecd74d970533961883c7ee793c931e89a51f2a /addons/metadata.tvdb.com | |
parent | 820a5cff8251b2b2ff400557043e47fbe2a0753f (diff) |
changed: Move cachepersistence flag to the extension description (i.e. to CScraper)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31105 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/metadata.tvdb.com')
-rw-r--r-- | addons/metadata.tvdb.com/addon.xml | 3 | ||||
-rw-r--r-- | addons/metadata.tvdb.com/tvdb.xml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/addons/metadata.tvdb.com/addon.xml b/addons/metadata.tvdb.com/addon.xml index 3ac2af70fd..d0fea60f46 100644 --- a/addons/metadata.tvdb.com/addon.xml +++ b/addons/metadata.tvdb.com/addon.xml @@ -8,7 +8,8 @@ </requires> <extension point="xbmc.metadata.scraper.tvshows" language="multi" - library="tvdb.xml"/> + library="tvdb.xml" + cachepersistence="00:15"/> <extension point="xbmc.addon.metadata"> <summary>Fetch TV show metadata from TheTVDB.com</summary> <description>TheTVDB.com is a TV Scraper. The site is a massive open database that can be modified by anybody and contains full meta data for many shows in different languages. All content and images on the site have been contributed by their users for users and have a high standard or quality. The database schema and website are open source under the GPL.</description> diff --git a/addons/metadata.tvdb.com/tvdb.xml b/addons/metadata.tvdb.com/tvdb.xml index e6a8adcd76..a62ee9fa15 100644 --- a/addons/metadata.tvdb.com/tvdb.xml +++ b/addons/metadata.tvdb.com/tvdb.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- should be self-explanatory --> -<scraper framework="1.1" date="2009-01-27" cachePersistence="00:15"> +<scraper framework="1.1" date="2009-01-27"> <NfoUrl dest="3"> <RegExp input="$$1" output="<url cache="\1.xml">http://www.thetvdb.com/api/1D62F2F90030C444/series/\1/all/$INFO[language].zip</url><id>\1</id>" dest="3"> <expression>http://(?:www\.)?thetvdb.com/(?:index\.php)?\?tab=series&id=([0-9]+)</expression> |