Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abort youtube-dl.exe? #6011

Closed
PeterPanino opened this issue Jun 18, 2015 · 3 comments
Closed

Abort youtube-dl.exe? #6011

PeterPanino opened this issue Jun 18, 2015 · 3 comments

Comments

@PeterPanino
Copy link

@PeterPanino PeterPanino commented Jun 18, 2015

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?

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jun 18, 2015

You can kill it, but the files aren't deleted and since you use --no-part the download cannot be resumed.

@jaimeMF jaimeMF closed this Jun 18, 2015
@PeterPanino
Copy link
Author

@PeterPanino PeterPanino commented Jun 18, 2015

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.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jun 18, 2015

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 youtube_dl module to implement it in a separate program.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.