https://bugs.gpodder.org/show_bug.cgi?id=359

--- Comment #7 from [email protected] 2010-11-20 23:49:25 GMT ---
(In reply to comment #4)
> Are you guys/gals running the latest version of gPodder?

I looked through the source of gPodder 2.9 and found a "table of known
filetypes" in util.py. I think that table may be the cause of this bug.

I think the following happens (not verified though)
- gPodder retrieves the file and looks for a Content-Type in the HTTP header
- if the Content-Type is not familiar then the MIME type of the file is
determined
- if the MIME type isn't familiar, then gPodder looks at the file extension
- If the file extension isn't known (according to that "table of known
filetypes"), somehow, it changes the downloaded file's extension to .ksh.

Still, grepping through the files in the gPodder repository never shows a match
on 'ksh'

-- 
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

Reply via email to