X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=multimedia%2Fyt-dlp%2Fconfig;fp=multimedia%2Fyt-dlp%2Fconfig;h=92012b4fcfc9f00aaf40b1107cf8094b90b00fda;hp=0000000000000000000000000000000000000000;hb=c2c0dc4c140a7510c0ee4cea2e2e859636722d21;hpb=6bd2f6fb7f4d5b936c1f08eabc97c3be7625b3d7 diff --git a/multimedia/yt-dlp/config b/multimedia/yt-dlp/config new file mode 100644 index 0000000..92012b4 --- /dev/null +++ b/multimedia/yt-dlp/config @@ -0,0 +1,17 @@ +# Default options for yt-dlp + +# SPDX-License-Identifier: GPL-3.0-or-later +# Copyright (C) 2023 Simon Ruderich + + +--no-overwrites + +--write-subs + +--embed-subs +--embed-chapters + +# If part of a playlist then prefix with playlist name and index of video for +# proper sorting; add release date or upload date (also stored as mtime but it +# might get modified during file transfers); otherwise use default template +--output "%(playlist|)s%(playlist& - |)s%(playlist_index|)02d%(playlist& |)s%(title)s [%(id)s %(release_date,upload_date)s].%(ext)s"