rudimentary dl-playlist

This commit is contained in:
adam 2026-04-01 18:51:19 -04:00
parent e231c5db6f
commit c23fb08d8c

8
bash/dl-album.sh Executable file
View File

@ -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"