Thread
:
[Announce] cuteTube - A feature-rich YouTube client
View Single Post
khuong
2011-03-24 , 13:42
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
.
Quote & Reply
|
The Following 2 Users Say Thank You to khuong For This Useful Post:
daperl
,
marxian
khuong
View Public Profile
Send a private message to khuong
Find all posts by khuong