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

Have a way to cancel the download programatically #8014

Open
facundobatista opened this issue Dec 26, 2015 · 1 comment
Open

Have a way to cancel the download programatically #8014

facundobatista opened this issue Dec 26, 2015 · 1 comment
Labels

Comments

@facundobatista
Copy link

@facundobatista facundobatista commented Dec 26, 2015

this way, it could be done the following:

ydl = youtube_dl.YoutubeDL(conf)
ydl.download([self.url])

at some point in the middle, from other thread:

ydl.cancel()

and it would stop downloading.

@jaimeMF jaimeMF added the request label Dec 27, 2015
@santicalvo
Copy link

@santicalvo santicalvo commented Jan 9, 2017

I'd love to see this feature! Does anyone plan to implement it?

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
3 participants
You can’t perform that action at this time.