kurtmckee / feedparser

Parse feeds in Python
https://feedparser.readthedocs.io/en/latest/
Other
1.89k stars 336 forks source link

Latest release (6.0.11) still has old custom http client #453

Open chrislee973 opened 1 month ago

chrislee973 commented 1 month ago

The latest pip-installable release is still relying on the old custom http client code (in http.py). This was causing errors when passing in a string of the feed content. Installing it from the git repo fixes it but would love to have a new official release!