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

[youtube] parsing titles #13608

Closed
jjousun opened this issue Jul 8, 2017 · 1 comment
Closed

[youtube] parsing titles #13608

jjousun opened this issue Jul 8, 2017 · 1 comment

Comments

@jjousun
Copy link

@jjousun jjousun commented Jul 8, 2017

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like that [x])
  • Use Preview tab to see how your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2017.07.02. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.

  • [x ] I've verified and I assure that I'm running youtube-dl 2017.07.02

Before submitting an issue make sure you have:

  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

Description of your issue, suggested solution and other information

Used youtube-dl to retrieve json objects of a user's youtube history. Relevant fields from the json files are title and categories. After filtering by the category 'Music,' trying to parse titles into 'artist' and 'title' - but this isn't 100% accurate.

Is there a way that youtube-dl will allow for parsing of this data? Will working with the --add-metadata or --metadata-from-title be able to parse the artist and title cleanly (especially if the audio or video isn't needed)?

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jul 9, 2017

--add-metadata or --metadata-from-title are postprocessing options thus only work during media postprocessing stuff. Metadata extracted via --metadata-from-title is not reflected in exported JSON.

@dstftw dstftw closed this Jul 9, 2017
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.