internetarchive-downloader
internetarchive-downloader copied to clipboard
Simultaneous, resumable and hash-verified downloads from Internet Archive (archive.org)
First, thanks for making such a great script! It's already been super helpful. Using your example: https://archive.org/details/gov.archives.arc.1155023 How would I download files using the correct syntax from only certain formats...
For big collections with TBs of data and hundreds or thousands of files. * Fixing colour filter for logs * Adding --dryrun to see what files would be downloaded (matched...
fix: after recent code refactor, logfiles contains %s instead of arguments record.getMessage() must be called to render the message from record.msg and arguments.
when using the advanced seach of archive.org https://archive.org/advancedsearch.php we get the option to download metadata fitting the query in the shape of JSON, CSV or similar. Which metadata it is,...
I've used this script locally and it works great :slightly_smiling_face: Are there any plans on publishing it to PyPI for easier installation with `pip install`?
Is there a method to specify no paths when downloading? I noticed there is the --nopaths option for verify but wondering if it is possible to do the same when...
I get that's what `--invertfilefiltering` does. There are some additional files you want to skip that contain a word you cannot filter out other than filtering everything else. (If I...
I had a problem on some downloads where it would grab multiple copies of the same file in different formats. I wrote the following and added it so it would...
Having a quick look at this project, I'm thinking it probably doesn't support downloading items that need to be "borrowed", unlike [MiniGlome's Archive.org-Downloader](https://github.com/MiniGlome/Archive.org-Downloader)? If you're open to making this a...
Tested in Ubuntu: it fails to download files when the file's filename start with a hyphen (-). Good software. I changed this issue from what I originally had since I...