diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-07 13:02:03 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-07 13:02:03 +0900 |
| commit | 8b53277b492831109a1e1a8d7d4c5753d9d48fa2 (patch) | |
| tree | 0c5c26837160f223a762aa9ef48cbff3149e6143 /ar/.local/bin/qndl | |
| parent | 83487d66031d2576f7336de20f0900b7264a391b (diff) | |
modified bin/bookmarks, modified bin/dmenuconnections, modified bin/getkeys, modified bin/qndl, modified statusbar/sb-internet
Diffstat (limited to 'ar/.local/bin/qndl')
| -rwxr-xr-x | ar/.local/bin/qndl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/qndl b/ar/.local/bin/qndl index 4444130..0a4e954 100755 --- a/ar/.local/bin/qndl +++ b/ar/.local/bin/qndl @@ -82,7 +82,7 @@ case $url in playlisttitle=$(yt-dlp -s -O "%(playlist_title)s" "$url" | head -n 1 | sed 's/, /,/g;s/[\/:*?"<>| ]/-/g' | tr '[:upper:]' '[:lower:]') && subdest="$channel/$playlisttitle" && mkdir -p "$dest/$subdest" && - output="$dest/$subdest/%(playlist_index)02d_%(title)s [%(id)s].%(ext)s" + output="$dest/$subdest/%(playlist_index)02d. %(title)s [%(id)s].%(ext)s" ;; esac |
