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.65k stars 366 forks source link

Added subject filtering #55

Closed zanmagerl closed 4 years ago

zanmagerl commented 4 years ago

This pull request adds the option that user deletes subjects (i.e. English Package Name) that they don't want to download. Therefore, if they only want books from field of Computer Science and Engineering they would only leave those two names in the categories.txt file.

alexgand commented 4 years ago

Implemented in PR #57.