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

Incomplete downloaded book considered valid after restarting script #41

Closed chaosAD closed 4 years ago

chaosAD commented 4 years ago

For some reason if a user hit Ctrl+C or Ctrl+Break, the incomplete downloaded book would be considered a valid book and would not be replaced on restarting the script.

Also on restart, if a PDF file is present (but incomplete, due to Ctrl+C or Ctrl+Break), its EPUB will be skipped.

alexgand commented 4 years ago

Solved in the last code update.