The branch, frodo has been updated
via 39ef55450c93cd860e37ef5d38d8a1bcaf49c6c7 (commit)
from da11002b22bab30c02ece608ad3df67b4d3583db (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=39ef55450c93cd860e37ef5d38d8a1bcaf49c6c7
commit 39ef55450c93cd860e37ef5d38d8a1bcaf49c6c7
Author: beenje <[email protected]>
Date: Tue Mar 5 22:10:06 2013 +0100
[plugin.video.mediathek] updated to version 0.4.9
diff --git a/plugin.video.mediathek/addon.xml b/plugin.video.mediathek/addon.xml
index d21bef8..364ebf7 100644
--- a/plugin.video.mediathek/addon.xml
+++ b/plugin.video.mediathek/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="plugin.video.mediathek"
- version="0.4.8"
+ version="0.4.9"
name="Mediathek"
provider-name="Raptor 2101 [[email protected]]">
<requires>
diff --git a/plugin.video.mediathek/changelog.txt
b/plugin.video.mediathek/changelog.txt
index 13b894f..e46d119 100644
--- a/plugin.video.mediathek/changelog.txt
+++ b/plugin.video.mediathek/changelog.txt
@@ -1,3 +1,4 @@
+0.4.9 - FIX: KiKa Plus naming
0.4.8 - ADD: show http://www.3sat.de/mediathek/rss/mediathek_makro.xml to 3sat
show list.
FIX: BR Alpha
0.4.7 - Fix syntax error
diff --git a/plugin.video.mediathek/mediathek/kika.py
b/plugin.video.mediathek/mediathek/kika.py
index 1b6a507..437684e 100644
--- a/plugin.video.mediathek/mediathek/kika.py
+++ b/plugin.video.mediathek/mediathek/kika.py
@@ -90,7 +90,7 @@ class KIKAPlus(Mediathek):
self.regex_videoLink=re.compile("rtmp://.*?\.mp4");
@classmethod
def name(self):
- return "KI.KA Plus";
+ return "KI.KA-Plus";
def isSearchable(self):
return False;
@@ -119,4 +119,4 @@ class KIKAPlus(Mediathek):
videoLinks={0:SimpleLink(videoLink,0)};
displayObject =
DisplayObject(title,subTitle,self.rootLink+imageLink,"",videoLinks,True, date);
- self.gui.buildVideoLink(displayObject,self, initCount + len(videoPages));
\ No newline at end of file
+ self.gui.buildVideoLink(displayObject,self, initCount + len(videoPages));
-----------------------------------------------------------------------
Summary of changes:
plugin.video.mediathek/addon.xml | 2 +-
plugin.video.mediathek/changelog.txt | 1 +
plugin.video.mediathek/mediathek/kika.py | 4 ++--
3 files changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
--
Plugins
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons