From 9018a8371eba0783be5b336b4e898e0a4cdb5e73 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 1 May 2024 13:33:59 -0300 Subject: bin/yt: Replace "youtube-dl" with "yt-dlp" here too --- bin/yt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin') 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 \ -- cgit v1.2.3