mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-03-20 23:12:36 +10:00
When importing a huge list of links periodically (from a big dump of links from a bookmark service for example) with a lot of broken links, this links will always be rechecked. To skip this, the environment variable ONLY_NEW can be used to only import new links and skip the rest altogether. This partially fixes #95.