Set a default configuration for yt-dlp

This commit is contained in:
Ohad Livne 2025-08-04 23:37:56 +03:00
parent 1b278acd2b
commit 850bfd6e68
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

11
.config/yt-dlp/config Normal file
View file

@ -0,0 +1,11 @@
# Set a default output directory
--output ~/Downloads/yt-dlp/%(title)s.%(ext)s
# Metadata embedding
--embed-info-json
--embed-metadata
--embed-thumbnail
# Post-processing options
--extract-audio
--keep-video