forked from rDrama/rDrama
1
0
Fork 0

same as last commit

master
Aevann 2023-10-17 23:51:23 +03:00
parent 5dcf93f63f
commit 67d284fd7e
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, headers=f'referer:http://{SITE}'), flush=True)
print(ffmpeg.probe(data, headers=f'referer:https://{SITE}/chat'), flush=True)
else:
abort(400)