Closed jwilk closed 3 years ago
Hello,
This repository has been deprecated for a few years now, and has been replaced by https://github.com/rss2email/rss2email .
If this issue is still relevant to you, and not fixed with v3.12.2, could you please reopen the issue there?
Cheers, Leo
Closing in favor of https://github.com/rss2email/rss2email/issues/160.
In
rss2email/feed.py
there's this code to warn when the server sent you HTML:But at least with feedparser v5.1.3,
http_headers
is a normal dict with keys that were not lower-cased. So this check won't trigger most of the time.