Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lexicalbits/archiveorg-collection-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Batch downloads documents in a given collection from archive.org. Examples:

#Download issues of American Woodworker to the current directory (the default)
python3 download.py --collection=americanwoodworker

#Download issues of Today's Woodworker to /home/justif/todays-woodworker in epub
python3 download.py --collection=todayswoodworker --format=epub --destination=~/todays-woodworker

This hasn't been tested on any collections other than the above, but it should work. You might see errors if some files aren't available in the requested format.

About

Batchs downloads files in a collection from archive.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages