Thread
:
gPodder 2.0 for Fremantle
View Single Post
Frank Banul
2011-03-25 , 13:31
Posts: 398 | Thanked: 301 times | Joined on Sep 2007 @ Texas
#
318
To fix youtube downloads, in /opt/maemo/usr/lib/python2.5/site-packages/gpodder/youtube.py:
fmt_url = fmt_url.replace('\\/', '/')
needs to change to:
fmt_url = fmt_url.replace('\\/', '/').replace("\u0026", "&")
Change inspired by khuong.
Frank
Quote & Reply
|
The Following 2 Users Say Thank You to Frank Banul For This Useful Post:
cddiede
,
thp
Frank Banul
View Public Profile
Send a private message to Frank Banul
Find all posts by Frank Banul