mirror of
https://github.com/TheFrenchGhosty/TheFrenchGhostys-Ultimate-YouTube-DL-Scripts-Collection
synced 2024-11-10 06:24:14 +00:00
Some documentation fixes
This commit is contained in:
parent
e371d3ffa6
commit
b34cf8958c
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@
|
|||
|
||||
`--add-metadata`: Tell yt-dlp to write metadata to the video files.
|
||||
|
||||
`--parse-metadata "%(title)s:%(meta_title)s" --parse-metadata "%(uploader)s:%(meta_artist)s"`: Tell yt-dlp to match the metadata `title` and `uploader` to the name of the uploader (to avoid Content ID tags overwriting them)
|
||||
`--parse-metadata "%(title)s:%(meta_title)s"`: Tell yt-dlp to match the metadata `title` to the title of the video (to avoid overwriting it with the title of the identified content).
|
||||
|
||||
`--parse-metadata "%(uploader)s:%(meta_artist)s"`: Tell yt-dlp to match the metadata `uploader` to the name of the uploader (to avoid overwriting it to the artist name of the identified content).
|
||||
|
||||
`--write-description`: Tell yt-dlp to write video description to a `.description` file.
|
||||
|
||||
|
|
Loading…
Reference in a new issue