uncomment rclone

pull/225/head
Aevann 2024-02-20 19:49:04 +02:00
parent f1572b6af1
commit 025f5ad109
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}"