Python3 program allowing to download lives from archive.org

install_dependencies.sh 53B

123
  1. #!/bin/bash
  2. pip3 install BeautifulSoup4 lxml urllib3