diff options
author | Franck Cuny <franck@fcuny.net> | 2023-03-11 19:25:06 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-03-11 19:25:06 -0800 |
commit | e70a61134b186335c3f6e590d61945ac4ff3cdee (patch) | |
tree | 911aa56682b3e6cb0c3991514f247a979367721f /home | |
parent | home/zsh: load ssh-agent before sway (diff) | |
download | world-e70a61134b186335c3f6e590d61945ac4ff3cdee.tar.gz |
home/yt-dlp: update configuration
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 |