The branch, eden has been updated
via 19934a4829977d9b3ab95b26bf133d153ac7a6fe (commit)
from 23ef66b374df07ae4111bc76503ed612899d59e8 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=19934a4829977d9b3ab95b26bf133d153ac7a6fe
commit 19934a4829977d9b3ab95b26bf133d153ac7a6fe
Author: unknown <[email protected]>
Date: Sat Sep 15 01:02:24 2012 +0200
[plugin.video.myvideo_de ] -v0.1.10
diff --git a/plugin.video.myvideo_de/addon.xml
b/plugin.video.myvideo_de/addon.xml
index 80279af..3fc3482 100644
--- a/plugin.video.myvideo_de/addon.xml
+++ b/plugin.video.myvideo_de/addon.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addon id="plugin.video.myvideo_de" name="MyVideo.de" version="0.1.9"
provider-name="Tristan Fischer ([email protected])">
+<addon id="plugin.video.myvideo_de" name="MyVideo.de" version="0.1.10"
provider-name="Tristan Fischer ([email protected])">
<requires>
<import addon="xbmc.python" version="2.0"/>
<import addon="script.module.xbmcswift" version="0.2.0"/>
diff --git a/plugin.video.myvideo_de/changelog.txt
b/plugin.video.myvideo_de/changelog.txt
index ce80fe8..2995087 100644
--- a/plugin.video.myvideo_de/changelog.txt
+++ b/plugin.video.myvideo_de/changelog.txt
@@ -1,3 +1,5 @@
+0.1.10
+ - fix tv shows (no more Hasselhoff Video...)
0.1.9
- fix "Musik Charts"
0.1.8
diff --git a/plugin.video.myvideo_de/resources/lib/scraper.py
b/plugin.video.myvideo_de/resources/lib/scraper.py
index 22bd289..522f4ea 100644
--- a/plugin.video.myvideo_de/resources/lib/scraper.py
+++ b/plugin.video.myvideo_de/resources/lib/scraper.py
@@ -147,6 +147,8 @@ def get_video(video_id, console_debug=False):
params[a] = b
else:
encxml = unquote(b)
+ if not params.get('domain'):
+ params['domain'] = 'www.myvideo.de'
xmldata_url = '%s?%s' % (encxml, urlencode(params))
if 'flash_playertype=MTV' in xmldata_url:
__log('get_video avoiding MTV player')
-----------------------------------------------------------------------
Summary of changes:
plugin.video.myvideo_de/addon.xml | 2 +-
plugin.video.myvideo_de/changelog.txt | 2 ++
plugin.video.myvideo_de/resources/lib/scraper.py | 2 ++
3 files changed, 5 insertions(+), 1 deletions(-)
hooks/post-receive
--
Plugins
------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons