RTL Now 2.1 fix
#1
Hello everyone,

I'm not sure where to post this, because the official plugin site closed their comments, but the RTL Now video plugin stopped working tonight, because of an error in the regex.

Here's a tiny fix:

Code:
xbmc@pbox:~/.xbmc/addons/plugin.video.rtl.now$ diff default.py default.py.ORIG
180,183d179
<     
<     if not matchPic:
<         return ""
<     
280c276
<         ok = showVideo(newUrl, decode_htmlentities(urllib.unquote_plus(vidName)))
---
>         ok = showVideo(newUrl, decode_htmlentities(urllib.unquote_plus(vidName)))
\ No newline at end of file
Fanless Linux HTPC/NAS: Streacom FC10, ASUS P8H77-M PRO, i3-3225, Corsair LP White DDR3-1600, picoPSU-150-XT, 1x SSD 840, 2x HDD WD Red 3TB
Stats: 29W idle, 55W load, CPU 38-43°C idle, CPU 55-60°C load, HDD 42-43°C idle, HDD 47°C load

Reply

Logout Mark Read Team Forum Stats Members Help
RTL Now 2.1 fix0