View Single Post
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
 

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