1
0
Fork 0
mirror of synced 2024-09-30 09:06:19 +13:00
ArchiveBox/archiver
Aaron Fischer b1b6be4f13
merge_links() used wrong index
Because merge_links() use the index, we need to get the new_links() _before_ we manipulate the index with write_links_index(). This has the negative side effect that the "Adding X new links ..." will output twice (because we execute merge_links() twice. For that, we only output stuff when the only_new is not set.
2018-10-19 22:35:08 +02:00
..
templates make ts naming consistent 2018-06-17 18:35:09 -04:00
tests
__init__.py
archive.py merge_links() used wrong index 2018-10-19 22:35:08 +02:00
archive_methods.py Fix archive_dot_org submit_url 2018-10-15 13:09:31 +02:00
config.py Optionally import only new links 2018-10-19 21:34:57 +02:00
index.py create robots.txt in output dir 2018-09-12 19:26:00 -04:00
links.py Optionally import only new links 2018-10-19 21:34:57 +02:00
parse.py Enable importing files from wallabag 2018-10-08 18:45:51 +02:00
peekable.py
requirements.txt move requirements down a level 2018-10-12 23:48:15 -04:00
util.py