From 783d5decdba71aaaa1c7b2efcaf5f9fa628c61b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Sat, 4 Jul 2020 00:33:25 +0200 Subject: [PATCH] change filenames in yt-download (script) --- bin/youtube-dl-download-or-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/youtube-dl-download-or-update.sh b/bin/youtube-dl-download-or-update.sh index 9348b67..63c8e70 100755 --- a/bin/youtube-dl-download-or-update.sh +++ b/bin/youtube-dl-download-or-update.sh @@ -1,2 +1,2 @@ #!/bin/bash -youtube-dl --write-description --write-info-json --write-annotations --write-all-thumbnails -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best' -o '%(playlist)s/%(title)s.%(ext)s' -c -w -a ./url +youtube-dl --write-description --write-info-json --write-annotations --write-all-thumbnails -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best' -o '%(playlist)s/%(title)s-%(id)s.%(ext)s' -c -w -a ./url