From a368629f265c9e5671ac17e0cb62d0b636bdf399 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 13 Dec 2023 00:50:18 -0500 Subject: [PATCH] is my key locked? --- README.md | 2 +- bash/dl.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"