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