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 concurrency to download loop #77

Closed fervagar closed 4 years ago

fervagar commented 4 years ago

By using the 'deco' library, the downloading loop can be paralleled with only a couple of lines, to speed up the total downloading time without adding unnecessary complexity to the code.