Releases: bitdruid/python-wayback-machine-downloader
Releases · bitdruid/python-wayback-machine-downloader
v1.0.2
- 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
Changes to beta:
--worker
changed to--workers
.--csv
appends requested url to filename to prevent overwriting- cleanup README
- cleanup HELP