aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-12-28 23:33:08 +1300
committerTom Ryder <tom@sanctum.geek.nz>2022-12-28 23:33:08 +1300
commitd79e9a66c9ccd1bd63a2f3a82717919a3759249e (patch)
tree8484270438190f8f40761e8eff3ba9d38b611063
parentUpdate vimrc comment to reflect new behavior (diff)
downloaddotfiles-d79e9a66c9ccd1bd63a2f3a82717919a3759249e.tar.gz
dotfiles-d79e9a66c9ccd1bd63a2f3a82717919a3759249e.zip
Stop versioning yt-dlp config
Neither of the two things configured are consistently what I want, so I think I'll leave this running off its defaults.
-rw-r--r--Makefile5
-rw-r--r--README.md2
-rw-r--r--yt-dlp/config5
3 files changed, 0 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index 1e03d000..f5fa47be 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,6 @@
install-x \
install-xfce \
install-xsession \
- install-yt-dlp \
install-zsh \
check \
check-bash \
@@ -686,10 +685,6 @@ install-xfce: install-x
install-xsession: x/xsession check-xsession install-x
cp -p -- x/xsession $(HOME)/.xsession
-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
cp -p -- zsh/profile.d/zsh.sh $(HOME)/.profile.d
diff --git a/README.md b/README.md
index 0953a61a..9bfb28bd 100644
--- a/README.md
+++ b/README.md
@@ -112,8 +112,6 @@ 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
-- [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/yt-dlp/config b/yt-dlp/config
deleted file mode 100644
index ae2162f5..00000000
--- a/yt-dlp/config
+++ /dev/null
@@ -1,5 +0,0 @@
-# Get WebM if we can, but keep going if not
---format 'bestvideo[ext=webm]+bestaudio[ext=webm]/best'
-
-# Save into the ~/download directory
---output ~/download/%(title)s-%(id)s.%(ext)s