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

Still download video, even set download = False #1769

Closed
donnguyen opened this issue Nov 15, 2013 · 1 comment
Closed

Still download video, even set download = False #1769

donnguyen opened this issue Nov 15, 2013 · 1 comment
Labels
bug

Comments

@donnguyen
Copy link

@donnguyen donnguyen commented Nov 15, 2013

I'm trying to use youtube-dl in my project, I use:

ydl = SimpleYDL({'outtmpl': '%(title)s'})     #SimpleYDL(youtube_dl.YoutubeDL)
res = ydl.extract_info(url=url, download=False)

But when I executed my script, it still downloaded video.

What I need to do to avoid downloading video?

I'm using latest version: 2013.11.15

@jaimeMF jaimeMF closed this in feee2ec Nov 15, 2013
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Nov 15, 2013

It was an error, we moved the processing of the final video result to a new method and we weren't passing the download argument to it.
Thanks for the report!

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.