diff --git a/yt-dlp/config b/yt-dlp/config new file mode 100644 index 0000000..29a5569 --- /dev/null +++ b/yt-dlp/config @@ -0,0 +1,13 @@ +# Lines starting with # are comments + +# Always extract audio +# -x + +# Do not copy the mtime +--no-mtime + +--embed-thumbnail +--embed-subs + +# Save all videos under YouTube directory in your home directory +-o ~/Videos/YouTube/%(title)s.%(ext)s