Skip to content

Releases: bitdruid/python-wayback-machine-downloader

v1.0.2

31 May 07:44
Compare
Choose a tag to compare
  • fixed paths for win #2 #1:
    • stripping ports from domain (:80 :443 ...) to prevent WinError
    • stripping mailto-prefixes to prevent WinError
    • changed url-parsing to prevent the case where subdir==filename caused WinError
  • url-encoded spaces in filenames are now decoded #1
  • clarified current-path structure in readme - changes may come in the future #1
  • optimized the parsing of cdx-query to keep inside a requested path
  • increased performance of collection-creation for very large requests

first release

22 Apr 07:10
Compare
Choose a tag to compare

Changes to beta:

  • --worker changed to --workers.
  • --csv appends requested url to filename to prevent overwriting
  • cleanup README
  • cleanup HELP