The branch, dharma has been updated
       via  08a8c4775d28c5ee4cf296476593ddddc3f090b2 (commit)
      from  36f75321ce5e7f9af111b3c7c40b1e7c9770f41b (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=08a8c4775d28c5ee4cf296476593ddddc3f090b2

commit 08a8c4775d28c5ee4cf296476593ddddc3f090b2
Author: olympia <[email protected]>
Date:   Sun Mar 20 12:03:26 2011 +0100

    [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 d6f5c78..3a212c0 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.1.0"
+       version="1.1.1"
        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 b8185ce..4470789 100644
--- a/metadata.tvdb.com/changelog.txt
+++ b/metadata.tvdb.com/changelog.txt
@@ -1,3 +1,6 @@
+[B]1.1.1[/B]
+- Fixed: episodeguide url won't picked up sometimes
+
 [B]1.1.0[/B]
 - Added: support decimals in episode numbers for DVD ordering
 
diff --git a/metadata.tvdb.com/tvdb.xml b/metadata.tvdb.com/tvdb.xml
index efd178a..f232e7c 100644
--- a/metadata.tvdb.com/tvdb.xml
+++ b/metadata.tvdb.com/tvdb.xml
@@ -148,7 +148,7 @@
        <GetEpisodeList dest="3">
                <RegExp input="$$4" 
output="&lt;episodeguide&gt;\1&lt;/episodeguide&gt;" 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/1D62F2F90030C444/series/([0-9]*)/all/$INFO[language].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

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to