forked from rDrama/rDrama
1
0
Fork 0

print-debugging

master
Aevann 2023-10-17 22:55:42 +03:00
parent 0cd7714d61
commit d49eb13ffb
1 changed files with 1 additions and 0 deletions

View File

@ -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)