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 move examples to tests 2018-06-10 21:50:09 -04:00
__init__.py re-arrange and cleanup directory structure 2018-06-10 20:52:15 -04:00
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 re-arrange and cleanup directory structure 2018-06-10 20:52:15 -04:00
requirements.txt move requirements down a level 2018-10-12 23:48:15 -04:00
util.py fix archive_url broken on first run 2018-06-17 18:32:52 -04:00