fix video uploading

pull/225/head
Aevann 2024-02-20 15:56:54 +02:00
parent 6aff678cd2
commit eb55956332
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ def process_video(file, v):
gevent.spawn(delete_file, new, f'https://videos.{SITE}' + new.split('/videos')[1])
if SITE == 'watchpeopledie.tv':
rclone.copy(new, 'no:/videos', ignore_existing=True)
# rclone.copy(new, 'no:/videos', ignore_existing=True)
return f'https://videos.{SITE}' + new.split('/videos')[1]
else:
return f"{SITE_FULL}{new}"