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

Path, URL, and string parsing/handling #11

Closed nrsyed closed 4 years ago

nrsyed commented 4 years ago

These changes retain the original functionality but intelligently parse/manipulate paths and URLs, hopefully making the code more flexible and modular.

alexgand commented 4 years ago

For the sake of simplicity I'll leave the code as it is. Thanks though!