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

Proposed main.py improvements #18

Closed justinallennz closed 4 years ago

justinallennz commented 4 years ago

fixed filename errors caused by having a colon in the name added try: clause to both open() to catch any other char errors also required to 'pip install openpyxl' to use spreadsheet in script

alexgand commented 4 years ago

Merged, thanks!