Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Abort youtube-dl.exe? #6011
Abort youtube-dl.exe? #6011
Comments
|
You can kill it, but the files aren't deleted and since you use |
|
Wouldn't it be useful to implement something which allows to communicate with youtube-dl.exe? So I could send a message to youtube-dl.exe and tell him: Please abort the current download and cleanup. Or, when not using --no-part: Please pause the download. Or: Please resume the download. I think this would be very useful. |
|
I don't think we are going to implement it directly in youtube-dl because it could complicate too much the tool, but we may consider a pull request or someone could use the python |
I use youtube-dl.exe 2015.06.15 in Windows. Is there a way to ABORT the running youtube-dl.exe? (maybe after having cleaned up the already downloaded part of the file? I use --no-part).
Or is it safe to just KILL it?