youtube dl mp3 with thumbnail full quality command code example
Example 1: youtube dl text tracked playlist download
youtube-dl --download-archive downloaded.txt --no-post-overwrites -ciwx --audio-format mp3 -o "%(title)s.%(ext)s" <url>
youtube-dl --download-archive downloaded.txt --no-post-overwrites -ciw -f bestvideo --merge-output-format mp4 --write-auto-sub --embed-thumbnail --embed-subs --add-metadata -o "%(title)s.%(ext)s" <url>
Example 2: youtube-dl don't replace videos
youtube-dl --download-archive downloaded.txt --no-post-overwrites -ciwx --audio-format mp3 -o "%(title)s.%(ext)s" [path here]