Python3 program allowing to download lives from archive.org
gordon d65f0e4fbf first commit | před 5 roky | |
---|---|---|
README.md | před 5 roky | |
archive-download.py | před 5 roky | |
install_dependencies.sh | před 5 roky |
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'