is my key locked?

This commit is contained in:
adam 2023-12-13 00:50:18 -05:00
parent 9d9f5d34f8
commit a368629f26
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
also pushes to github :) quick test

View File

@ -2,7 +2,7 @@
starttime=$(date) starttime=$(date)
yt-dlp --output "%(upload_date)s - %(title)s - [%(id)s].%(ext)s" \ 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 \ --sponsorblock-remove all \
-a "$@" \ -a "$@" \
--download-archive "done.txt" --download-archive "done.txt"