change filenames in yt-download (script)

This commit is contained in:
Jakobus Schürz 2020-07-04 00:33:25 +02:00
parent 8316ea552c
commit 783d5decdb

View file

@ -1,2 +1,2 @@
#!/bin/bash #!/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