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

Error when using --all-subs with --dump-json on playlist #3657

Closed
ghost opened this issue Sep 2, 2014 · 2 comments
Closed

Error when using --all-subs with --dump-json on playlist #3657

ghost opened this issue Sep 2, 2014 · 2 comments

Comments

@ghost
Copy link

@ghost ghost commented Sep 2, 2014

Dear Developers

This is example play list:
http://www.youtube.com/playlist?list=PLd30401eOBwbE8xeoQZtO1VbUP3AX5Q1U

When I'm using this command line I got invalid output. Please checkout this issue.

./youtube-dl --all-subs --dump-json http://www.youtube.com/playlist?list=PLd30401eOBwbE8xeoQZtO1VbUP3AX5Q1U

Thank you.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Sep 2, 2014

What do you mean by invalid output? I get a json dictionary for each video, if you want to get a single array of dictionaries, you can use youtube-dl --all-subs --dump-json 'http://www.youtube.com/playlist?list=PLd30401eOBwbE8xeoQZtO1VbUP3AX5Q1U' | jq -s .(you'll need jq)

@ghost
Copy link
Author

@ghost ghost commented Sep 2, 2014

I'm very sorry.

I'm tested my command lines on terminal. So, I got confuse.

It works perfectly.

Thank you very much for your awesome support.

@jaimeMF jaimeMF closed this Sep 2, 2014
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.