http://bugs.gpodder.org/show_bug.cgi?id=208
--- Comment #3 from Thomas Perl <[EMAIL PROTECTED]> 2008-09-30 15:56:02 --- Replacing a space with %20 manually seems a bit too hack-ish to me. I tried playing around with urllib.quote(), but it seems to replace the colon in "http://", too, so this might not be what we are looking for. Maybe we need to urlparse.urlsplit() the URL first and then do the necessary quoting and later urlparse.urlunsplit() the URL to get a valid URL. Of course, this being said, it's still a shame how ugly some feeds are. Nevertheless, we should try to support as many as possible, no matter how ugly (think "quirks mode" in browsers ;). Also, we might want to use the episode url to "find" the corresponding object and display an episode info dialog, so if possible, the episode URL "fixing" should happen when creating podcastItem objects out of the feed, and not in the download code. This way, we'll have the good, fixed URL throughout gPodder. -- Configure bugmail: http://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
