feedreader
feedreader copied to clipboard
An RSS/Atom feed parsing layer for lxml.objectify in Python
this is somes fixes for passing code on python3, with unicode processing, error catch and library name change.
Hello I try to use feedreader on python3, but it's in python2, so i'm going to rewrite it.
The from_url() function only checks for HTTP status codes 200, 301 and 302 while there's also 307 (see http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.8), which is (alas) widely used by a couple of popular rss...