diff options
Diffstat (limited to '')
-rw-r--r-- | home/yt-dlp/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/home/yt-dlp/config b/home/yt-dlp/config index 4710c9f..815bc66 100644 --- a/home/yt-dlp/config +++ b/home/yt-dlp/config @@ -8,13 +8,15 @@ # 7. When all else fails, take whatever youtube-dl thinks is the best (mainly for non-YT websites). --format="best[height=1080][ext=mp4]/best[height=1080]/bestvideo[height=1080][ext=mp4]+bestaudio[ext=m4a]/bestvideo[fps>30][ext=mp4]+bestaudio[ext=m4a]/best[height=720][ext=mp4]/bestvideo[ext=mp4]+bestaudio[ext=m4a]/best" +--continue + --sub-langs all --write-subs --convert-subs=srt --restrict-filenames ---output="$HOME/media/videos/%(title)s.%(ext)s" +--output="$HOME/media/videos/%(uploader)s/%(playlist)s/%(upload_date)s-%(title)s.%(ext)s" --merge-output-format mkv --embed-metadata |