From c7dd7aea12d918d403c2b18a3be699e1ed56d2f2 Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Fri, 25 Aug 2023 17:57:18 +0200 Subject: yt-dlp: limit format to 1440p60 --- .config/yt-dlp/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/yt-dlp/config b/.config/yt-dlp/config index ab329dd..9620bad 100644 --- a/.config/yt-dlp/config +++ b/.config/yt-dlp/config @@ -1,7 +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' +--format '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