mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
9f462a87a8
The feedparser packages has 20 years of history and is very good at parsing RSS and Atom, so use that instead of ad-hoc regex and XML parsing. The medium_rss and shaarli_rss parsers weren't touched because they are probably unnecessary. (The special parse for pinboard is just needing because of how tags work.) Doesn't include tests because I haven't figured out how to run them in the docker development setup. Fixes #1171 |
||
---|---|---|
.. | ||
__init__.py | ||
generic_html.py | ||
generic_json.py | ||
generic_rss.py | ||
generic_txt.py | ||
medium_rss.py | ||
netscape_html.py | ||
pinboard_rss.py | ||
pocket_api.py | ||
pocket_html.py | ||
readwise_reader_api.py | ||
shaarli_rss.py | ||
url_list.py | ||
wallabag_atom.py |