ADDED mpv/mpv.conf Index: mpv/mpv.conf ================================================================== --- mpv/mpv.conf +++ mpv/mpv.conf @@ -0,0 +1,1 @@ +script-opts=ytdl_hook-ytdl_path=yt-dlp Index: setup.sh ================================================================== --- setup.sh +++ setup.sh @@ -46,14 +46,15 @@ have git && link_file git .config/git ../ if have gpg || have gpg2; then mkdir -p $HOME/.local/share/gnupg link_file gpg.conf .local/share/gnupg/gpg.conf ../../../ fi +have mpv && link_file mpv .config/mpv ../ have sway && link_file sway .config/sway ../ have tmux && link_file tmux .config/tmux ../ have vim && link_file vim .config/vim ../ -have youtube-dl && link_file youtube-dl .config/youtube-dl ../ +have yt-dlp && link_file yt-dlp .config/yt-dlp ../ have zsh && link_file zshrc .zshrc if have ssh; then mkdir -p $HOME/.ssh link_file ssh_config .ssh/config ../ fi DELETED youtube-dl/config Index: youtube-dl/config ================================================================== --- youtube-dl/config +++ youtube-dl/config @@ -1,10 +0,0 @@ -# 315 2160p[56]0 vp9 -# 308 1440p[56]0 vp9 -# 264 1440p avc1 -# 299 1080p[56]0 avc1 -# 137 1080p avc1 - -# -f 315+251/308+251/264+140/299+140/137+140/best --f 308+251/264+140/299+140/137+140/best - ---merge-output-format mkv ADDED yt-dlp/config Index: yt-dlp/config ================================================================== --- yt-dlp/config +++ yt-dlp/config @@ -0,0 +1,10 @@ +# 315 2160p[56]0 vp9 +# 308 1440p[56]0 vp9 +# 264 1440p avc1 +# 299 1080p[56]0 avc1 +# 137 1080p avc1 + +# -f 315+251/308+251/264+140/299+140/137+140/best +-f 308+251/264+140/299+140/137+140/best + +--merge-output-format mkv