diff options
author | EuAndreh <eu@euandre.org> | 2024-05-01 13:33:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-05-01 13:33:59 -0300 |
commit | 9018a8371eba0783be5b336b4e898e0a4cdb5e73 (patch) | |
tree | ca19fe1d1820648f6da371e8041de5756bac42f6 /bin/yt | |
parent | etc/guix/home.scm: Replace "youtube-dl" with "yt-dlp" (diff) | |
download | dotfiles-9018a8371eba0783be5b336b4e898e0a4cdb5e73.tar.gz dotfiles-9018a8371eba0783be5b336b4e898e0a4cdb5e73.tar.xz |
bin/yt: Replace "youtube-dl" with "yt-dlp" here too
Diffstat (limited to 'bin/yt')
-rwxr-xr-x | bin/yt | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 \ |