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

Update main.py: handle non-ascii chars in paths #30

Closed vspur closed 4 years ago

vspur commented 4 years ago

Found and fixed a bug with non-ascii characters in paths because of non-ascii characters in book info.

Thanks so much for this script!!

alexgand commented 4 years ago

Merged, thanks!