diff --git a/.config/yt-dlp/config b/.config/yt-dlp/config new file mode 100644 index 0000000..2ef4b09 --- /dev/null +++ b/.config/yt-dlp/config @@ -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