diff --git a/README.md b/README.md index ca87dd1..3a3a1e1 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -also pushes to github :) \ No newline at end of file +quick test \ No newline at end of file diff --git a/bash/dl.sh b/bash/dl.sh index 12e7415..f2fcac4 100755 --- a/bash/dl.sh +++ b/bash/dl.sh @@ -2,7 +2,7 @@ starttime=$(date) yt-dlp --output "%(upload_date)s - %(title)s - [%(id)s].%(ext)s" \ - --format "bv*[ext=mp4]+ba/best" \ + --format "[ext=mp4]+ba/best" \ --sponsorblock-remove all \ -a "$@" \ --download-archive "done.txt"