]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - multimedia/yt-dlp/config
92012b4fcfc9f00aaf40b1107cf8094b90b00fda
[config/dotfiles.git] / multimedia / yt-dlp / config
1 # Default options for yt-dlp
2
3 # SPDX-License-Identifier: GPL-3.0-or-later
4 # Copyright (C) 2023  Simon Ruderich
5
6
7 --no-overwrites
8
9 --write-subs
10
11 --embed-subs
12 --embed-chapters
13
14 # If part of a playlist then prefix with playlist name and index of video for
15 # proper sorting; add release date or upload date (also stored as mtime but it
16 # might get modified during file transfers); otherwise use default template
17 --output "%(playlist|)s%(playlist& - |)s%(playlist_index|)02d%(playlist& |)s%(title)s [%(id)s %(release_date,upload_date)s].%(ext)s"