wking / rss2email

open-source tool for Windows, Mac OS and UNIX for getting news from RSS feeds in email
http://pypi.python.org/pypi/rss2email/
GNU General Public License v2.0
268 stars 48 forks source link

The zlib test fails #123

Open bronikowski opened 3 years ago

bronikowski commented 3 years ago

I'm using HEAD version of rss2email running from clean venv. Today I noticed an error in feed.py:

elif isinstance(exc, _feedparser.zlib.error):

I went to take a look at what changed in kurtmckee/feedparser and sure enough, they released a new version. Reverting to 6.0.0b3 via pip install feedparser==5.2.1 (last release, 5 years old) made rss2email run.

https://github.com/kurtmckee/feedparser/commit/5739f6677d39c3d4fdce0d3912e4fc658d1cfa63

EDIT: I just realized I'm using rss2email/rss2email repository this might be non-issue in your fork. I'm sorry