ltsdw / gofile-downloader

Download files from https://gofile.io
GNU General Public License v3.0
154 stars 38 forks source link

Script does not automatically exit once downloads are completed #1

Closed natecodes closed 2 years ago

natecodes commented 2 years ago

I am working on solving this on my fork

ltsdw commented 2 years ago

strange, here it exits normally after all jobs are done, you can still hit ctrl+c though.

natecodes commented 2 years ago

I tried running in vscode terminal with ctrl-c and didn't close, could be an ide thing

ltsdw commented 2 years ago

yes, I also think it's an ide thing. from what I read there's some issues related to python script not exiting on the vscode github page, also, from stackoverflow:

There should be a trashcan at the top of the integrated terminal window. Clicking the trashcan will kill the window and the processes.

You can also try ctrl-Z or ctrl-D.
ltsdw commented 2 years ago

since there's no activity on this issue I'll be closing it. please feel free to re-open it if you need anything else 😄