feedparser
feedparser copied to clipboard
Parse feeds in Python
Not sure if I'm not understanding something or not doing something correctly, but I was caught off guard. I'm trying to parse a feed like: https://feeds.megaphone.fm/changesignal ```xml no ``` vs...
In https://github.com/kurtmckee/feedparser/commit/02b79cd7#diff-5b5ad4c6a0c0168d28c2bf52c57980ca5883e83bbb44de82db6c9715307a49bcR26-R31, custom HTTP client code was dropped along with various parameters for customizing requests made by `feedparser`. However there are still various references to these parameters in the docs;...