The branch, eden-pre has been updated
via 6a43c503908785dc7a43fe94a76bf614f2ab2a42 (commit)
from d63a39f3485043d7dfadba55f4da74ad3f1f40c7 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=6a43c503908785dc7a43fe94a76bf614f2ab2a42
commit 6a43c503908785dc7a43fe94a76bf614f2ab2a42
Author: olympia <[email protected]>
Date: Wed May 11 09:33:55 2011 +0200
[metadata.tvdb.com] fixed broken scraping under certain circumtaces
diff --git a/metadata.tvdb.com/addon.xml b/metadata.tvdb.com/addon.xml
index 8159775..4e5631b 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.2"
+ version="1.2.3"
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 111ee6f..6076504 100644
--- a/metadata.tvdb.com/changelog.txt
+++ b/metadata.tvdb.com/changelog.txt
@@ -1,3 +1,6 @@
+[B]1.2.3[/B]
+- Fixed: fixed broken scraping under certain circumtaces
+
[B]1.2.2[/B]
- Fixed: episodeguide url won't picked up sometimes
diff --git a/metadata.tvdb.com/tvdb.xml b/metadata.tvdb.com/tvdb.xml
index 503c931..cbd733d 100644
--- a/metadata.tvdb.com/tvdb.xml
+++ b/metadata.tvdb.com/tvdb.xml
@@ -144,7 +144,7 @@
<!-- returns: results in xml format
<episodeguide><episode><title>*</title><url>*</url><season>*</season><epnum>*</epnum><thumb>*</thumb><id>*</id><aired>*</aired></episode>*</episodeguide>
!-->
<GetEpisodeList dest="3">
<RegExp input="$$4"
output="<episodeguide>\1</episodeguide>" dest="3">
- <RegExp input="$$2" output="\1" dest="10">
+ <RegExp input="$$2" output="\2" dest="10">
<expression>http://(?:www\.)thetvdb.com/api/(.+)/series/([0-9]*)/all/(.+).zip</expression>
</RegExp>
<RegExp conditional="!dvdorder">
-----------------------------------------------------------------------
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