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

fixes: don't write PDF as EPUB if there is no EPUB #25

Closed pjungermann closed 4 years ago

pjungermann commented 4 years ago

try-except had the same indentation as the if statement checking for the existence of the EPUB file. Therefore, it was using the PDF file (same variable) and wrote it as "EPUB" file.