forked from rDrama/rDrama
1
0
Fork 0

fix rclone

master
Aevann 2024-02-20 01:36:20 +02:00
parent aa21c7f118
commit 6383d53416
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, 'ssh:/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}"