ArchiveBox v0.0.3 Release Notes

Release Date: 2017-10-30 // over 6 years ago
  • ๐Ÿ†• New Features:

    • ๐Ÿ‘Œ Support for parsing links from RSS feeds
    • ๐Ÿ‘Œ Support for specifying a URL as well as local file paths: ./archive.py https://example.com/path/to/rss/feed.xml
    • ๐Ÿ‘Œ Support for --user-data-dir for archiving restricted sites with chrome headless
    • Simple & Fancy HTML & JSON indexes for each individual link
    • Archive attempt history stored in link index.json

    ๐Ÿ‘Œ Improvements:

    • Append to existing archive instead of overwriting the index each time
    • โฌ‡๏ธ Reduced unnecessary config options, it should "just work"
    • Smartly dedupe and cleanup messy archive folders
    • Massively cleaned up codebase