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

Thomas Perl <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |CLOSED
         Resolution|                            |FIXED

--- Comment #2 from Thomas Perl <[email protected]> 2009-10-05 18:29:30 BST ---
Some additional info on this:

It works with wget and Firefox.

It doesn't work from within gPodder or by using feedparser directly:

>>> import feedparser
>>> f = feedparser.parse('http://www.ea.com/rest/podcast')

Inspecing the HTTP headers with Wireshark reveals that the server chokes on
Feedparser's default "Accept:" header. I can work around this by adding the
string ",*/*" to the ACCEPT_HEADER of feedparser.

This has been fixed in the development version, and I can happily download
episodes from the ea.com podcast:

http://repo.or.cz/w/gpodder.git?a=commitdiff;h=ef10a33a

Thanks for your bug report.

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