목차

yt-dlp

파일 저장 경로/이름 옵션

# https://www.youtube.com/watch?v=BaW_jenozKc : youtube-dl test video
 
yt-dlp --get-filename -P "~/Videos" -o "test video.%(ext)s" BaW_jenozKc
/home/kwon37xi/Videos/test video.webm
yt-dlp --get-filename -o "%(title)s.%(ext)s" BaW_jenozKc --restrict-filenames
youtube-dl_test_video_a.webm
yt-dlp --get-filename -o "%(title)s.%(ext)s" BaW_jenozKc --trim-filenames 10
youtube-dl.webm

자막 함께 다운로드