https://bugs.gpodder.org/show_bug.cgi?id=1665
--- Comment #12 from Andreas Piesk <[email protected]> 2012-09-15 12:35:02 BST --- (Mit Bezug zu comment 8) > I was the one who posted the 1666 bug. It appears I'm not the only one with > this problem. Just like you I've tried to wait for 24 hours, then starting up > gPodder but still the problem persists. Incidentally, at exactly the same time > I started experiencing the problem, I had to type these quota words (or > whatever they are called) on youtube due to excessive traffic from my IP. No > idea if it's related. it's called captcha, and no, it's not related to this issue. as Phillipe posted, the reasons seems to be this: http://support.google.com/youtube/bin/answer.py?hl=en&answer=56100 because these 403 are annoying me to no end i looked at the issue. there's a tool named youtube-dl which still works. comparing gpodder and youtube-dl revealed that youtube-dl extracts the urls using a different method and these urls have a parameter 'signature' in it. luckily youtube-dl is written in python too, so i transplanted the extractor from youtube-dl (class YoutubeIE) into gpodder and voila, gpodder downloads again. because i'm more a python novice, the resulting code is a mess and not meant for production :) regards, -ap -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
