From 496ee36d69f165bb67086d704256ee47445d2909 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sat, 13 Nov 2021 09:23:23 +0000 Subject: [PATCH] Switch to yt-dlp --- mpv/mpv.conf | 1 + setup.sh | 3 ++- {youtube-dl => yt-dlp}/config | 0 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 mpv/mpv.conf rename {youtube-dl => yt-dlp}/config (100%) diff --git a/mpv/mpv.conf b/mpv/mpv.conf new file mode 100644 index 0000000..c57d02d --- /dev/null +++ b/mpv/mpv.conf @@ -0,0 +1 @@ +script-opts=ytdl_hook-ytdl_path=yt-dlp diff --git a/setup.sh b/setup.sh index 8a246f5..1fe3e18 100755 --- a/setup.sh +++ b/setup.sh @@ -48,10 +48,11 @@ 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 diff --git a/youtube-dl/config b/yt-dlp/config similarity index 100% rename from youtube-dl/config rename to yt-dlp/config