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

structuring a bit data feeds' metadata ... #4217

Closed
Albretch opened this issue Nov 16, 2014 · 1 comment
Closed

structuring a bit data feeds' metadata ... #4217

Albretch opened this issue Nov 16, 2014 · 1 comment

Comments

@Albretch
Copy link

@Albretch Albretch commented Nov 16, 2014

it would be helpful if youtube-dl offers a way to structure all the metadata you get via:

youtube-dl --simulate

say the provided input parameters are:

--ignore-errors --verbose --continue --get-filename --get-title --get-description

then in order to keep the file tidy the first line it outputs with the metadata you "--get" would be something like:

filename: 0
title: 1
description: 2

Also, it would be helpful if the metadata relating to some data feed would be marked up somehow, preferably in a way the user defines, say:

youtube-dl --simulate … --get-filename --get-title --get-description –set-grouping-seq="//*~"

then "//*~" would be printed by itself in a line each time all the metadata related to a data feed is listed.

Thank you,
lbrtchx

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Nov 16, 2014

For that task I think it's just better to use --dump-json, for each video it will print a newline with a json dictionary with all the metadata.

@phihag phihag closed this Nov 16, 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
3 participants
You can’t perform that action at this time.