]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - multimedia/yt-dlp/config
multimedia: yt-dlp: also write video description
[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 --write-description
12
13 --embed-subs
14 --embed-chapters
15
16 # If part of a playlist then prefix with playlist name and index of video for
17 # proper sorting; add release date or upload date (also stored as mtime but it
18 # might get modified during file transfers); otherwise use default template
19 --output "%(playlist|)s%(playlist& - |)s%(playlist_index|)02d%(playlist& |)s%(title)s [%(id)s %(release_date,upload_date)s].%(ext)s"