mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-06-01 15:28:24 -04:00
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:
commit
099f7d00fe
6 changed files with 158 additions and 50 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue