aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-05-01 13:33:59 -0300
committerEuAndreh <eu@euandre.org>2024-05-01 13:33:59 -0300
commit9018a8371eba0783be5b336b4e898e0a4cdb5e73 (patch)
treeca19fe1d1820648f6da371e8041de5756bac42f6 /bin
parentetc/guix/home.scm: Replace "youtube-dl" with "yt-dlp" (diff)
downloaddotfiles-9018a8371eba0783be5b336b4e898e0a4cdb5e73.tar.gz
dotfiles-9018a8371eba0783be5b336b4e898e0a4cdb5e73.tar.xz
bin/yt: Replace "youtube-dl" with "yt-dlp" here too
Diffstat (limited to 'bin')
-rwxr-xr-xbin/yt3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/yt b/bin/yt
index ff52bf0..1ba331a 100755
--- a/bin/yt
+++ b/bin/yt
@@ -106,9 +106,8 @@ fi
# The value of $EXTRA_OPTIONS doesn't depend on user input, and can't contain
# spaces, unless $HOME contains spaces:
# shellcheck disable=2086
-youtube-dl \
+yt-dlp \
--batch-file "$F" \
- --format best \
--prefer-free-formats \
--playlist-end "$PLAYLIST_COUNT" \
--write-description \