![]() |
2011-03-24
, 14:12
|
Posts: 120 |
Thanked: 13 times |
Joined on May 2010
@ turkey
|
#852
|
![]() |
2011-03-24
, 14:14
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#853
|
![]() |
2011-03-24
, 14:36
|
Posts: 1,141 |
Thanked: 781 times |
Joined on Dec 2009
@ Magical Unicorn Land
|
#854
|
![]() |
2011-03-24
, 14:38
|
Posts: 185 |
Thanked: 49 times |
Joined on Apr 2010
@ The Netherlands
|
#855
|
![]() |
2011-03-24
, 16:03
|
Posts: 75 |
Thanked: 27 times |
Joined on Dec 2009
|
#856
|
![]() |
2011-03-24
, 16:12
|
Posts: 404 |
Thanked: 186 times |
Joined on Oct 2010
@ Dehradun,India
|
#857
|
![]() |
2011-03-24
, 16:17
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#858
|
tried updating and even reinstalling but it shows 0.9.9 in about?
Is mine installing old version or is about not updated yet.
The Following User Says Thank You to marxian For This Useful Post: | ||
![]() |
2011-03-24
, 16:28
|
Posts: 291 |
Thanked: 398 times |
Joined on Jan 2011
@ USA
|
#859
|
![]() |
2011-03-24
, 16:47
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#860
|
The new version is only updating 1 line of code in the file /opt/cutetube/youtubeservice.py to fix the video playing problem.
So you can either edit that file yourself or install the update which will give you the same result.
I personally prefer editing the file myself in the xterminal with leafpad than running the update since I have made some cosmetic change to the app and don't want them to be replaced with the new version.
Marxian..! Correct me if I am wrong..
thumbUrl = self.video.media.thumbnail[1].url
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.