GNOME Bugzilla – Bug 708084
podcast: Local file name is not escaped
Last modified: 2014-03-08 08:53:38 UTC
Created attachment 254946 [details] [review] Actually use the esc_local_file_name STR: 1. Subscribe to http://blog.stackoverflow.com/category/podcasts/feed/ 2. Attempt to download some episodes Expected results: Files are downloaded Actual result: Only two files are downloaded because the ID3 tags contain "#" which is interpreted as a fragment. All the subsequent files try to get downloaded to filenames called "SE " and "SE Podcast ". The code has the proper escaping call but the resulting escaped filename is not used. The patch is attached.
pushed as commit 4e39c11, thanks.