From d49eb13ffb6ec427799b76809e02d5d5b1622a60 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 17 Oct 2023 22:55:42 +0300 Subject: [PATCH] print-debugging --- files/routes/admin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/routes/admin.py b/files/routes/admin.py index 5af6c5fb8..c89f2f8d4 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -1997,6 +1997,7 @@ def schedule_orgy(v): elif any((normalized_link.lower().endswith(f'.{x}') for x in VIDEO_FORMATS)): orgy_type = 'file' data = normalized_link + print(ffmpeg.probe(data), flush=True) else: abort(400)