Skip to content

Commit

Permalink
Some documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFrenchGhosty committed Feb 28, 2022
1 parent e371d3f commit b34cf89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/Details.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b34cf89

Please sign in to comment.