File size: 421 Bytes
5605d80 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
# RESOLUTION
-f 'bestvideo[height<=360][ext=mp4]+bestaudio/best[height<=360][ext=m4a]/mp4'
--flat-playlist
# FORMAT
--prefer-ffmpeg
--merge-output-format mkv
--video-multistreams
--audio-multistreams
# SUBTITLES
# --write-auto-sub
# --convert-subs srt
# METADATA
#--add-metadata
#--write-description
# COOKIES
--cookies ./cookies/cookies-youtube-personal.txt
--referer "URL"
# Ignore missing videos
--ignore-errors
|