ArchiveBox v0.2.3 Release Notes

Release Date: 2019-02-19 // about 5 years ago
    • ๐Ÿ›  fixed issues with parsing titles including trailing tags
    • ๐Ÿ›  fixed issues with titles defaulting to URLs instead of attempting to fetch
    • ๐Ÿ›  fixed issue where bookmark timestamps from RSS would be ignored and current ts used instead
    • ๐Ÿ›  fixed issue where ONLY_NEW would overwrite existing links in archive with only new ones
    • ๐Ÿ›  fixed lots of issues with URL parsing by using urllib.parse instead of hand-written lambdas
    • ๐Ÿฑ ignore robots.txt when using wget (ssshhh don't tell anyone ๐Ÿ˜)
    • ๐Ÿ›  fix RSS parser bailing out when there's whitespace around XML tags
    • ๐Ÿ›  fix issue with browser history export trying to run ls on wrong directory