Open jakob-kellner opened 3 years ago
sorry don't have time to debug the issue. I tested with feedparser 5.2.1 and works fine, I suggest you downgrade feedparser.
I encountered the same problem today and found your code. The _FeedParserMixin has been moved to a different module. I have created a new PR and tested it on feedparser 6.0.10.
The current feedparser version (6.0.2) does not provide the private
_FeedParserMixin
any more; accordingly the example script does not work any more. It would be great if the example could be updated...