From 061de2d740dd9cd2e1c6f980f667beaa6f8443b2 Mon Sep 17 00:00:00 2001 From: Sam Liew <148304702+Samive@users.noreply.github.com> Date: Fri, 10 Apr 2026 15:33:36 +0800 Subject: [PATCH] create yt-dlp.conf --- yt-dlp.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 yt-dlp.conf diff --git a/yt-dlp.conf b/yt-dlp.conf new file mode 100644 index 000000000..f8159551d --- /dev/null +++ b/yt-dlp.conf @@ -0,0 +1,21 @@ +--js-runtimes +node:/usr/bin/node + +--remote-components +ejs:github + +--paths +/home/appuser/downloads + +--output +%(title)s [%(id)s].%(ext)s + +--format +bv*[ext=mp4]+ba[ext=m4a]/b[ext=mp4] + +--merge-output-format +mp4 + +--no-mtime +--continue +--no-part