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

yotube-dl speed #8449

Closed
ghost opened this issue Feb 7, 2016 · 6 comments
Closed

yotube-dl speed #8449

ghost opened this issue Feb 7, 2016 · 6 comments

Comments

@ghost
Copy link

@ghost ghost commented Feb 7, 2016

How to increase youtube-dl json output response speed?

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Feb 7, 2016

You can't without loosing some data. But you can skip DASH manifest downloading with --youtube-skip-dash-manifest.

@dstftw dstftw closed this Feb 7, 2016
@ghost
Copy link
Author

@ghost ghost commented Feb 7, 2016

how to get only specific key value of json output and also skip DASH manifest?
"fulltitle", "url", "height", "ext"
not load any another key and value in json output when use display bellow command.
youtube-dl -j https://www.youtube.com/watch?v=ID

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Feb 7, 2016

Not possible. Use any JSON parser of choice.

@ghost
Copy link
Author

@ghost ghost commented Feb 7, 2016

thanks so much for your help.
please release in next version if possible.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Feb 7, 2016

No, this does not make any sense. Just parse JSON.

@ghost
Copy link
Author

@ghost ghost commented Feb 7, 2016

ok brother, thanks

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