Compare commits
2 Commits
622ac92722
...
c23fb08d8c
| Author | SHA1 | Date | |
|---|---|---|---|
| c23fb08d8c | |||
| e231c5db6f |
@ -1,2 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Icon=folder-script
|
|
||||||
8
bash/dl-album.sh
Executable file
8
bash/dl-album.sh
Executable 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"
|
||||||
Loading…
Reference in New Issue
Block a user