Use feedparser for RSS parsing (#1362)

Fixes #1171
Fixes #870 (probably, would need to test against a Wallabag Atom file to
Fixes #135
Fixes #123
Fixes #106
This commit is contained in:
Nick Sweeting 2024-03-14 01:51:45 -07:00 committed by GitHub
commit 099f7d00fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 158 additions and 50 deletions

View file

@ -15,6 +15,7 @@ dependencies = [
"dateparser>=1.0.0",
"django-extensions>=3.0.3",
"django>=3.1.3,<3.2",
"feedparser>=6.0.11",
"ipython>5.0.0",
"mypy-extensions>=0.4.3",
"python-crontab>=2.5.1",