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

Fixed problem of downloading PDF file twice #36

Closed chaosAD closed 4 years ago

chaosAD commented 4 years ago

I noticed that when it should download an EPUB, it instead downloaded the same PDF again, thus missing the EPUB file. It was due to naming conflict; I had reused the variable r in my code and therefore corrupted the original URL. I have renamed my variables. Sorry.