My yt-dlp settings

Oct. 21, 2024 • Last updated on Oct. 21, 2024

This is the yt-dlp command that I use for archiving stuff.

    yt-dlp \
        -f bv+ba/b \
        --cookies-from-browser firefox \
        --restrict-filenames \
        --convert-thumbnails png \
        --sub-langs all \
        --no-write-auto-subs \
        --embed-subs \
        --embed-chapters \
        --embed-thumbnail \
        --embed-info-json \
        --embed-metadata \
        --compat-options no-live-chat \
        "https://www.youtube.com/watch?v=dQw4w9WgXcQ"

Some quick explanation:

Metadata

Thumbnail

Subtitles (and live chat)