zonca / python-parse-arxiv

Improved python example for parsing arXiv APIs with feedparser
6 stars 3 forks source link

Does not work with feedparser==6.0.2 (no _FeedParserMixin) #1

Open jakob-kellner opened 3 years ago

jakob-kellner commented 3 years ago

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...

zonca commented 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.

Phate334 commented 1 year ago

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.

https://github.com/zonca/python-parse-arxiv/pull/2