The branch, dharma has been updated
       via  bcd046f93340991784488f71b78dccb41b9f6604 (commit)
      from  7c9c53ae9fd63dc2630cd7b4200e2152f5ae9e81 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=bcd046f93340991784488f71b78dccb41b9f6604

commit bcd046f93340991784488f71b78dccb41b9f6604
Author: spiff <[email protected]>
Date:   Mon Dec 13 23:11:38 2010 +0100

    [plugin.video.tagesschau] updated to version 0.1.3

diff --git a/plugin.video.tagesschau/addon.xml 
b/plugin.video.tagesschau/addon.xml
index 777c1d3..dde82e3 100644
--- a/plugin.video.tagesschau/addon.xml
+++ b/plugin.video.tagesschau/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <addon
   id="plugin.video.tagesschau"
-  version="0.1.2"
+  version="0.1.3"
   name="Tagesschau"
   provider-name="nevermore">
   <requires>
diff --git a/plugin.video.tagesschau/changelog.txt 
b/plugin.video.tagesschau/changelog.txt
index be0253a..685d156 100644
--- a/plugin.video.tagesschau/changelog.txt
+++ b/plugin.video.tagesschau/changelog.txt
@@ -1,3 +1,6 @@
+version 0.1.3:
+ * fixed bug (html on tagesschau.de changed slightly)
+
 version 0.1.2:
  * added encoding to python-file (thanks to Anssi)
  * using high-quality video sources now 
diff --git a/plugin.video.tagesschau/tagesschau.py 
b/plugin.video.tagesschau/tagesschau.py
index 0b45e13..3b276f5 100644
--- a/plugin.video.tagesschau/tagesschau.py
+++ b/plugin.video.tagesschau/tagesschau.py
@@ -43,7 +43,7 @@ regexp['ts20h']['url'] = r'<enclosure url="(.*)"\slength.*'
 def get_video_ts100s():
     # config
     url = 'http://www.tagesschau.de/multimedia/video/ondemand100.html'
-    pattern = r'<a href="(.*\.webl\.h264\.mp4)">.*</a>'
+    pattern = r'<a href="(.*\.webl\.h264\.mp4)".*>'
     date_pattern = r'<span class="topline">(\S*)\s*(\S*)\s*Uhr</span>'
 
     # parse the website
@@ -60,7 +60,8 @@ def get_video_ts100s():
 def get_video_ts20h():
     # config
     url = 'http://www.tagesschau.de/multimedia/video/ondemandarchiv100.html'
-    pattern = r'<a href="(.*\.webl\.h264\.mp4)">.*</a>'
+    pattern = r'<a href="(.*\.webl\.h264\.mp4)".*>'
+
     date_pattern = r'TV-(\d\d\d\d)(\d\d)(\d\d)'
 
     # parse the website

-----------------------------------------------------------------------

Summary of changes:
 plugin.video.tagesschau/addon.xml     |    2 +-
 plugin.video.tagesschau/changelog.txt |    3 +++
 plugin.video.tagesschau/tagesschau.py |    5 +++--
 3 files changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to