AlexanderProd / zippyshare-downloader

Automatic batch zippyshare downloader that can decrypt .dlc files.
4 stars 1 forks source link

After downloading all zippyshare files from one dlc zippyshare-downloader does not quit automatically #1

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi,

after downloading all zippyshare files from one dlc file zippyshare-downloader does not quit automatically. I have to CTRL + C to kill the process.

Could you fix that please, or what could I do to that it quits automatically?

Thanks.

Regards

AlexanderProd commented 4 years ago

Hi,

Unfortunately I can't use the package myself anymore because Zippyshare geoblocks all requests from my country (Germany), so I can only guess what could be the problem. Afaik the problem is that the node process stays active even after the batch script has finished already, so you'd have to call process.exit() once the shell process returns.

ghost commented 4 years ago

OK thanks for help, maybe it works with this method.