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 duplicate download of PDF #109

Closed chaosAD closed 4 years ago

chaosAD commented 4 years ago

Contributors moving code around causing this bug. This fixes #107.

chaosAD commented 4 years ago

Actually only one line of code that caused the download duplicate. Josh Mackey accidentally added it while he was resolving his conflicting code. I have simplified the code changes by rencire.

rencire commented 4 years ago

@chaosAD nice, I missed that line; definitely a lot simpler solution.