Radiquum / furaffinity-dl

FurAffinity Downloader, now with 100% more Python
MIT License
6 stars 1 forks source link

[Critical] Poor Keyboard Interrupt handling, Script does not exit #9

Open Radiquum opened 7 hours ago

Radiquum commented 7 hours ago

When using dry-run, keyboard interrupts are not handled properly, so script just freezes and user need to reopen the terminal and end python task manually from task manager. Maybe this is happening in other places too.

Need to implement global keyboard interrupt handling