From df9a52a8f2e8426d06519273f50adbe844e7489e Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 24 Mar 2023 09:57:09 +0700 Subject: [PATCH] speed up add to queue by disabling format check --- tubearchivist/home/src/download/queue.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tubearchivist/home/src/download/queue.py b/tubearchivist/home/src/download/queue.py index 52e2e66c..72c7d25b 100644 --- a/tubearchivist/home/src/download/queue.py +++ b/tubearchivist/home/src/download/queue.py @@ -161,6 +161,7 @@ class PendingList(PendingIndex): "noplaylist": True, "writethumbnail": True, "simulate": True, + "check_formats": None, } def __init__(self, youtube_ids=False, task=False):