ArchiveBox
Open source self-hosted web archiving
Alternative to: wayback machine, pocket, instapaper, archive.today
About
Versions (33)
v0.2.3
2019-02-19- 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.parseinstead 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