The branch, frodo has been updated
       via  3bc6876b73ea171486cd63ce8c54b8e7b33bd527 (commit)
      from  e5b38e1dcd57f8cec457f845f1aa5b0c304308a6 (commit)

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

commit 3bc6876b73ea171486cd63ce8c54b8e7b33bd527
Author: beenje <[email protected]>
Date:   Thu May 9 23:14:26 2013 +0200

    [plugin.video.tagesschauvideoblog] updated to version 0.1.2

diff --git a/plugin.video.tagesschauvideoblog/addon.py 
b/plugin.video.tagesschauvideoblog/addon.py
index 7d35dff..720cc01 100644
--- a/plugin.video.tagesschauvideoblog/addon.py
+++ b/plugin.video.tagesschauvideoblog/addon.py
@@ -26,13 +26,13 @@ plugin = Plugin()
 tagesschauURL = 'http://www.tagesschau.de/'
 
 h264regexp  = re.compile('http:\/\/[^"]+webl\.h264\.mp4')
-videoregexp = re.compile(re.escape(tagesschauURL)+'videoblog\/[^"]+')
+videoregexp = re.compile(re.escape(tagesschauURL)+'ausland\/videoblog\/[^"]+')
 
-blogsregexp      = re.compile('leftNavL3(.*)sendungenLeft', 
re.MULTILINE|re.DOTALL)
+blogsregexp      = re.compile('Startseite Videoblog(.*)subressort', 
re.MULTILINE|re.DOTALL)
 blogurlregexp    = re.compile('a href="(\/videoblog\/[^"]+)"')
-blogtitleregexp  = re.compile('i2">([^<]+)<')
-entriesregexp    = re.compile('<h2><a[^>]href="\/([^"]+)[^>]+title="([^"]+)')
-teaserregexp     = re.compile('img 
src="(\/multimedia\/bilder\/[^"]+klein16x9+[^"]+)')
+blogtitleregexp  = re.compile('">([^<]+)<\/a><\/li>')
+entriesregexp    = 
re.compile('<h4[^>]*><a[^>]+href="\/([^"]*)"[^>]*>([^<]+)<\/a>')
+teaserregexp     = 
re.compile('img[^>]+src="(\/multimedia\/bilder\/[^"]+teaser+[^"]+)')
 
 def removeNonAscii(s):
        return "".join(i for i in s if ord(i)<128)
@@ -60,7 +60,7 @@ def getH264Video(url):
        return match.group(0)
 
 def getBlogs():
-       req = urllib2.Request(tagesschauURL+'videoblog/index.html')
+       req = urllib2.Request(tagesschauURL+'videoblog/index.html')     
        response = urllib2.urlopen(req)
        html = response.read()
        response.close()
diff --git a/plugin.video.tagesschauvideoblog/addon.xml 
b/plugin.video.tagesschauvideoblog/addon.xml
index 93b34f4..659ac59 100644
--- a/plugin.video.tagesschauvideoblog/addon.xml
+++ b/plugin.video.tagesschauvideoblog/addon.xml
@@ -15,7 +15,7 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 -->
-<addon id="plugin.video.tagesschauvideoblog" name="Tagesschau Videoblog" 
version="0.1.1" provider-name="Fiona Schmidtke, Niclas Hoyer">
+<addon id="plugin.video.tagesschauvideoblog" name="Tagesschau Videoblog" 
version="0.1.2" provider-name="Fiona Schmidtke, Niclas Hoyer">
   <requires>
     <import addon="xbmc.python" version="2.1.0"/>
     <import addon="script.module.xbmcswift2" version="2.4.0"/>
diff --git a/plugin.video.tagesschauvideoblog/changelog.txt 
b/plugin.video.tagesschauvideoblog/changelog.txt
index 152055a..3b6b20d 100644
--- a/plugin.video.tagesschauvideoblog/changelog.txt
+++ b/plugin.video.tagesschauvideoblog/changelog.txt
@@ -4,3 +4,7 @@ version 0.1.0:
 
 version 0.1.1:
  * fixed errors after changes on tagesschau.de
+ 
+ 
+ version 0.1.2:
+ * fixed errors after changes on tagesschau.de

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

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


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to