Python3 program allowing to download lives from archive.org
gordon d65f0e4fbf first commit | 5 years ago | |
---|---|---|
README.md | 5 years ago | |
archive-download.py | 5 years ago | |
install_dependencies.sh | 5 years ago |
This program runs with python3. Required packages are :
- BeautifulSoup4
- lxml
- urllib3
This program allows you to download audio files likes concerts etc from the website archive.org. Usage in cli is :
"./archive-download.py 'url' 'directory'\" with :
- url : the url of the files you want to download
- directory : a path where you want to folder to be created e.g '~/Downloads'