Python3 program allowing to download lives from archive.org

README.md 431B

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'