evmer / perlego-downloader

Download books from Perlego.com in PDF format
MIT License
106 stars 52 forks source link

--fix: memory leak and existing files #44

Closed jajosheni closed 1 year ago

jajosheni commented 1 year ago

close pages after the pdf is saved in order to release the blocked memory for the garbage collector to clean up and reuse

ignore existing files instead of overwriting them

jajosheni commented 1 year ago

fixes #42

evmer commented 1 year ago

Thanks for the contribute, looks good to me. It temporarely solves the problem, check my comment in #42