The branch, eden has been updated
via 6cde66040638cefddf1b44622a3e6436b4fe8972 (commit)
from 8625f3601c2dad5f4b72803d836e44593240508f (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=6cde66040638cefddf1b44622a3e6436b4fe8972
commit 6cde66040638cefddf1b44622a3e6436b4fe8972
Author: spiff <[email protected]>
Date: Thu May 31 09:09:06 2012 +0200
[plugin.video.mtv_de] updated to version 2.0.8
diff --git a/plugin.video.mtv_de/addon.xml b/plugin.video.mtv_de/addon.xml
index d0c5fa1..58a7ba7 100644
--- a/plugin.video.mtv_de/addon.xml
+++ b/plugin.video.mtv_de/addon.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<addon id="plugin.video.mtv_de" name="MTV.de" version="2.0.7"
provider-name="AddonScriptorDE">
+<addon id="plugin.video.mtv_de" name="MTV.de" version="2.0.8"
provider-name="AddonScriptorDE">
<requires>
<import addon="xbmc.python" version="2.0"/>
</requires>
diff --git a/plugin.video.mtv_de/changelog.txt
b/plugin.video.mtv_de/changelog.txt
index 0b0dfb2..9b29d20 100644
--- a/plugin.video.mtv_de/changelog.txt
+++ b/plugin.video.mtv_de/changelog.txt
@@ -9,4 +9,5 @@
2.0.4 - Added 720p support & Fixed some Videos that were not playing
2.0.5 - Removed Artist-Collection, Added Artists A-Z, Added Context-Menu for
deleting Title-Collection, Added Title-Blacklist, Added localization for
Context-Menus & Messages
2.0.6 - Fixed some problems with unavailable videos & new Error message on
mtv.de
-2.0.7 - Added Category: TV-Shows
\ No newline at end of file
+2.0.7 - Added Category: TV-Shows
+2.0.8 - Fixed Script-Error in latest music clips (Modifications on mtv.de)
\ No newline at end of file
diff --git a/plugin.video.mtv_de/default.py b/plugin.video.mtv_de/default.py
index fb3015c..f35f3fc 100644
--- a/plugin.video.mtv_de/default.py
+++ b/plugin.video.mtv_de/default.py
@@ -317,7 +317,9 @@ def listVideosLatest(url):
match=re.compile('src="(.+?)"', re.DOTALL).findall(entry)
thumb=match[0]
match=re.compile('<p>(.+?)</p>', re.DOTALL).findall(entry)
- artist=match[0]
+ artist=""
+ if len(match)==1:
+ artist=match[0]
match=re.compile('<h3>(.+?)</h3>', re.DOTALL).findall(entry)
title=match[0]
if title.find(artist)>=0:
-----------------------------------------------------------------------
Summary of changes:
plugin.video.mtv_de/addon.xml | 2 +-
plugin.video.mtv_de/changelog.txt | 3 ++-
plugin.video.mtv_de/default.py | 4 +++-
3 files changed, 6 insertions(+), 3 deletions(-)
hooks/post-receive
--
Plugins
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons