The branch, frodo has been updated
via 384f15803bccce1c1e2de904a9f639dbe414a801 (commit)
from 7c72440538ba3393fac4a743ffb51692178ccaf7 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=384f15803bccce1c1e2de904a9f639dbe414a801
commit 384f15803bccce1c1e2de904a9f639dbe414a801
Author: olympia <[email protected]>
Date: Thu Apr 4 21:42:38 2013 +0200
[metadata.tvdb.com] updated to version 1.5.3
diff --git a/metadata.tvdb.com/addon.xml b/metadata.tvdb.com/addon.xml
index 3817096..ce821bd 100644
--- a/metadata.tvdb.com/addon.xml
+++ b/metadata.tvdb.com/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.tvdb.com"
name="The TVDB"
- version="1.5.2"
+ version="1.5.3"
provider-name="Team XBMC">
<requires>
<import addon="xbmc.metadata" version="2.1.0"/>
diff --git a/metadata.tvdb.com/changelog.txt b/metadata.tvdb.com/changelog.txt
index 106cd2e..319c109 100644
--- a/metadata.tvdb.com/changelog.txt
+++ b/metadata.tvdb.com/changelog.txt
@@ -1,3 +1,6 @@
+[B]1.5.3[/B]
+- Fixed: Language tag caching - round two (thx and credits to pgit)
+
[B]1.5.2[/B]
- Changed: Dropped the www from thetvdb URLs
diff --git a/metadata.tvdb.com/tvdb.xml b/metadata.tvdb.com/tvdb.xml
index 6cb9e25..4e2cc2f 100644
--- a/metadata.tvdb.com/tvdb.xml
+++ b/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">
+<scraper framework="1.1" date="2013-04-04">
<NfoUrl dest="3">
<RegExp input="$$1" output="<url
cache="\1-$INFO[language].xml">http://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>
@@ -141,7 +141,10 @@
</RegExp>
<expression noclean="1"/>
</RegExp>
- <RegExp input="$$2" output="<episodeguide><url
cache="$$2-$INFO[language].xml">http://thetvdb.com/api/1D62F2F90030C444/series/\1/all/$INFO[language].zip</url></episodeguide>"
dest="4+">
+ <RegExp input="$$3" output="\1" dest="6">
+ <expression>.*/(.*).zip</expression>
+ </RegExp>
+ <RegExp input="$$3" output="<episodeguide><url
cache="$$2-$$6.xml">\1</url></episodeguide>" dest="4+">
<expression/>
</RegExp>
<expression noclean="1"/>
-----------------------------------------------------------------------
Summary of changes:
metadata.tvdb.com/addon.xml | 2 +-
metadata.tvdb.com/changelog.txt | 3 +++
metadata.tvdb.com/tvdb.xml | 7 +++++--
3 files changed, 9 insertions(+), 3 deletions(-)
hooks/post-receive
--
Scrapers
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire
the most talented Cisco Certified professionals. Visit the
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons