View Single Post
Posts: 291 | Thanked: 398 times | Joined on Jan 2011 @ USA
#851
Until marixan have the broken upgrade fixed. Here's the simple fix from marxian.

If you still haven't upgrade your cutetube and still using version 0.9.9, just edit the line below which should fix video playing problem.

edit line 270 in /opt/cutetube/youtubeservice.py
replace this:
value = p[:idx].replace("\\/", "/")
with this:
value = p[:idx].replace("\\/", "/").replace("\u0026", "&")

Last edited by khuong; 2011-03-24 at 13:51.
 

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