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

Add the ability to download specific categories (column English Package Name) #59

Closed matiasg closed 4 years ago

matiasg commented 4 years ago

It would be nice if you could run it like

python3 main.py --category "Mathematics and Statistics" --category "Physics and Astronomy"

and get only those categories downloaded.

matiasg commented 4 years ago

well, it seems that it is already done in https://github.com/alexgand/springer_free_books/pull/57/

:+1:

alexgand commented 4 years ago

Yes, it is done in PR #57, already merged.