From c23fb08d8c0f4968ddd3ceb20746a0fca74a6a41 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 1 Apr 2026 18:51:19 -0400 Subject: [PATCH] rudimentary dl-playlist --- bash/dl-album.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 bash/dl-album.sh diff --git a/bash/dl-album.sh b/bash/dl-album.sh new file mode 100755 index 0000000..207bab0 --- /dev/null +++ b/bash/dl-album.sh @@ -0,0 +1,8 @@ +#!/bin/bash +yt-dlp \ + --cookies-from-browser "firefox:~/.librewolf/ugbom7sa.default-default/" \ + --output "/home/adam/.local/bin/convertqueue/%(playlist)s/%(playlist_index)s - %(title)s - [%(id)s].%(ext)s" \ + --format "bv+ba/best" \ + --js-runtimes bun \ + --no-sponsorblock \ + "$1"