A script to download the list of free ebooks released by Springer during the quarantine period.
git clone https://github.com/diegofps/getBooks.git
pip3 install lxml bs4
# Download using 8 parallel connections
./getBooks.py
# Download using a different number of parallel connections
./getBooks.py 2