youtube-dl icon indicating copy to clipboard operation
youtube-dl copied to clipboard

[YandexMusic] Save track version in the title field

Open unkernet opened this issue 7 months ago • 0 comments

Before submitting a pull request make sure you have:

In order to be accepted and merged into youtube-dl each piece of code must be in public domain or released under Unlicense. Check one of the following options:

  • [x] I am the original author of this code and I am willing to release it under Unlicense
  • [ ] I am not the original author of this code but it is in public domain or released under Unlicense (provide reliable evidence)

What is the purpose of your pull request?

  • [ ] Bug fix
  • [x] Improvement
  • [ ] New extractor
  • [ ] New feature

Description of your pull request and other information

YandexMusic stores the track title and its version in sepatate fields. image For example, both of this tracks will be downloaded with the same title "Til The End". I want to concatenate title and version in a single field and save it as "Til The End (Super Flu Remix)"

Also I would like to merge #31159 here.

unkernet avatar Jul 05 '24 09:07 unkernet