diff options
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 \ |