Error in plugin.video.dbtg_tv
#1
Hello Friends of xbmc,

I found an error in the plugin.video.dbtg_tv from membrane. I think the XML-structure has changed.

To play "Plenarsitzungen" from the mediaserver of "Deutschen Bundestag" you have to change line 119 in the file default.py

old:
Code:
match_video=re.compile('data-downloadurl="(.+?)"', re.DOTALL).findall(response)
new:
Code:
match_video=re.compile('"data-downloadUrl" value="(.+?)"', re.DOTALL).findall(response)


Greetings from Hamburg/Germany

Hergen
Reply

Logout Mark Read Team Forum Stats Members Help
Error in plugin.video.dbtg_tv0