aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-01-27 20:33:41 +1300
committerTom Ryder <tom@sanctum.geek.nz>2022-01-27 20:33:41 +1300
commit7eac38c96b2d932a2ee4adfd3038f493d3719c9d (patch)
treec79e38f89177ac3c0e04c473aa1663d46c64acbe
parentMerge branch 'release/v11.11.0' into develop (diff)
downloaddotfiles-7eac38c96b2d932a2ee4adfd3038f493d3719c9d.tar.gz
dotfiles-7eac38c96b2d932a2ee4adfd3038f493d3719c9d.zip
Switch from youtube-dl to yt-dlp
-rw-r--r--Makefile8
-rw-r--r--README.md3
-rw-r--r--yt-dlp/config (renamed from youtube-dl/config)0
3 files changed, 6 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index ca3fe473..df6f04d1 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@
install-vint \
install-wget \
install-x \
- install-youtube-dl \
+ install-yt-dlp \
install-zsh \
check \
check-bash \
@@ -636,9 +636,9 @@ install-x: check-xinit
cp -p -- X/Xresources $(HOME)/.Xresources
cp -p -- X/Xresources.d/* $(HOME)/.Xresources.d
-install-youtube-dl:
- mkdir -p -- $(XDG_CONFIG_HOME)/youtube-dl
- cp -p -- youtube-dl/config $(XDG_CONFIG_HOME)/youtube-dl
+install-yt-dlp install-youtube-dl:
+ mkdir -p -- $(XDG_CONFIG_HOME)/yt-dlp
+ cp -p -- yt-dlp/config $(XDG_CONFIG_HOME)/yt-dlp
install-zsh: check-zsh install-sh
mkdir -p -- $(HOME)/.zshrc.d
diff --git a/README.md b/README.md
index 57eb47f4..15a46b71 100644
--- a/README.md
+++ b/README.md
@@ -113,7 +113,8 @@ Configuration is included for:
- [Vim](https://www.vim.org/)---Vi IMproved, a text editor
- [X11](https://www.x.org/wiki/)---Windowing system with network transparency
for Unix
-- [youtube-dl](https://youtube-dl.org/)---Download manager for video hosting websites
+- [yt-dlp](https://github.com/yt-dlp/yt-dlp)---Download manager for video
+ hosting websites
There is also some slightly customized support for multi-version environment
management for three major scripting languages:
diff --git a/youtube-dl/config b/yt-dlp/config
index ae2162f5..ae2162f5 100644
--- a/youtube-dl/config
+++ b/yt-dlp/config