View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#652
Originally Posted by mase View Post
I did not find a fix for this. Shoutcast was pretty simple, but yt isn't.
I am not a python developer, so I can't do anything. Maybe mb should
use youtube-dl instead of any internal mechanism.
To fix the YouTube problem, in /opt/mediabox/components/youtube/YouTube.py line 173 replace

Code:
value = p[:idx].replace("\\/", "/")
with

Code:
value = p[:idx].replace("\\/", "/").replace("/u0026", "&")
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following 2 Users Say Thank You to marxian For This Useful Post: