From eb533b8e1df4759d0b19eb4d0632a460542c1212 Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Fri, 24 Mar 2023 02:47:55 +0100 Subject: Add yt-dlp config --- .config/yt-dlp/config | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .config/yt-dlp/config (limited to '.config/yt-dlp') diff --git a/.config/yt-dlp/config b/.config/yt-dlp/config new file mode 100644 index 0000000..ab329dd --- /dev/null +++ b/.config/yt-dlp/config @@ -0,0 +1,7 @@ +# yt-dlp configuration + +--ignore-errors +--format '315+251/313+251/308+251/271+251/303+251/299+140/248+251/137+140/302+251/298+140/247+251/136+140/22/best' +--output '%(upload_date)s %(title)s-%(id)s.%(ext)s' + +# vim: ft=config -- cgit v1.2.3-54-g00ecf