master
Aevann 2023-10-17 23:48:15 +03:00
parent aa7af63d26
commit 5dcf93f63f
1 changed files with 1 additions and 1 deletions

View File

@ -1997,7 +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)
print(ffmpeg.probe(data, headers=f'referer:http://{SITE}'), flush=True)
else:
abort(400)