The branch, dharma has been updated
via 03bc24d9bdcd8d53a0079da9206e8a611a1321ab (commit)
from ebac2001d7417508c136ed01c66d449239ea133e (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=03bc24d9bdcd8d53a0079da9206e8a611a1321ab
commit 03bc24d9bdcd8d53a0079da9206e8a611a1321ab
Author: olympia <[email protected]>
Date: Tue May 10 23:43:13 2011 +0200
[metadata.tvdb.com] fixed: episodeguide url won't picked up sometimes
diff --git a/metadata.tvdb.com/addon.xml b/metadata.tvdb.com/addon.xml
index 4aad3de..8159775 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.2.1"
+ version="1.2.2"
provider-name="Team XBMC">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.tvdb.com/changelog.txt b/metadata.tvdb.com/changelog.txt
index a93b93f..111ee6f 100644
--- a/metadata.tvdb.com/changelog.txt
+++ b/metadata.tvdb.com/changelog.txt
@@ -1,3 +1,6 @@
+[B]1.2.2[/B]
+- Fixed: episodeguide url won't picked up sometimes
+
[B]1.2.1[/B]
- Fixed: won't parse longer search results
diff --git a/metadata.tvdb.com/tvdb.xml b/metadata.tvdb.com/tvdb.xml
index dca39d1..503c931 100644
--- a/metadata.tvdb.com/tvdb.xml
+++ b/metadata.tvdb.com/tvdb.xml
@@ -145,7 +145,7 @@
<GetEpisodeList dest="3">
<RegExp input="$$4"
output="<episodeguide>\1</episodeguide>" dest="3">
<RegExp input="$$2" output="\1" dest="10">
-
<expression>http://(?:www\.)thetvdb.com/api/1D62F2F90030C444/series/([0-9]*)/all/$INFO[language].zip</expression>
+
<expression>http://(?:www\.)thetvdb.com/api/(.+)/series/([0-9]*)/all/(.+).zip</expression>
</RegExp>
<RegExp conditional="!dvdorder">
<!-- Regular episodes (Absolute order) -->
-----------------------------------------------------------------------
Summary of changes:
metadata.tvdb.com/addon.xml | 2 +-
metadata.tvdb.com/changelog.txt | 3 +++
metadata.tvdb.com/tvdb.xml | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
hooks/post-receive
--
Scrapers
------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons