diff options
author | spiff_ <spiff_@svn> | 2010-01-07 22:38:28 +0000 |
---|---|---|
committer | spiff_ <spiff_@svn> | 2010-01-07 22:38:28 +0000 |
commit | 8c47ccf1254abd6d2eb8b29ac0d7f3d3bd7a6389 (patch) | |
tree | a78d965a374d0a1c05ce5a09c71ecd6fa99adb08 /system | |
parent | 93b434f7f05db9be35ec4a07c5c88049534c6bf5 (diff) |
added: 15 minute persistent cache to tvdb
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26515 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'system')
-rw-r--r-- | system/scrapers/video/tvdb.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/scrapers/video/tvdb.xml b/system/scrapers/video/tvdb.xml index 014bdccdeb..1f253151f5 100644 --- a/system/scrapers/video/tvdb.xml +++ b/system/scrapers/video/tvdb.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- should be self-explanatory --> -<scraper framework="1.1" date="2009-07-28" name="TheTVDB.com" content="tvshows" thumb="tvdb.png" language="multi"> +<scraper framework="1.1" date="2009-07-28" name="TheTVDB.com" content="tvshows" thumb="tvdb.png" language="multi" cachePersistence="00:15"> <GetSettings dest="3"> <RegExp input="$$5" output="<settings>\1</settings>" dest="3"> <RegExp input="$$1" output="<url function="GetLanguages">http://www.thetvdb.com/api/1D62F2F90030C444/languages.xml</url>" dest="5"> |