alexgand / springer_free_books

Python script to download all Springer books released for free during the 2020 COVID-19 quarantine
GNU General Public License v3.0
1.64k stars 366 forks source link

Added feature to save compressed files for every book #60

Closed laravignotto closed 4 years ago

laravignotto commented 4 years ago

Added --zip option: Downloads each file and then compresses it using LZMA (zipfile) in _download_book.

Saves at least 10% space on disk.