batch download links saved in a file seperated by new line
yt-dlp --prefer-free-formats --audio-multistreams --embed-subs --embed-thumbnail --embed-metadata --embed-chapters --batch-file links.txt
skip already downloaded videos
yt-dlp --prefer-free-formats --audio-multistreams --embed-subs --embed-thumbnail --embed-metadata --embed-chapters --download-archive progress-downloaded.txt --batch-file links.txt
yt-dlp --prefer-free-formats --audio-multistreams --embed-subs --embed-thumbnail --embed-metadata --embed-chapters "LINK"
skip already downloaded videos
yt-dlp --prefer-free-formats --audio-multistreams --embed-subs --embed-thumbnail --embed-metadata --download-archive progress-downloaded.txt --embed-chapters "LINK"
yt-dlp --prefer-free-formats --audio-multistreams --embed-subs --embed-thumbnail --embed-metadata --embed-chapters "LINK" "LINK"
skip already downloaded videos
yt-dlp --prefer-free-formats --audio-multistreams --embed-subs --embed-thumbnail --embed-metadata --download-archive progress-downloaded.txt --embed-chapters "LINK" "LINK"
alias youtube-download-list="yt-dlp --prefer-free-formats --embed-subs --embed-thumbnail --embed-metadata --embed-chapters --download-archive progress-downloaded.txt -a"
alias youtube-download-link="yt-dlp --prefer-free-formats --embed-subs --embed-thumbnail --embed-metadata --embed-chapters --download-archive progress-downloaded.txt"