forked from rDrama/rDrama
1
0
Fork 0
master
Aevann 2024-02-20 01:30:43 +02:00
parent 7eff9e20f3
commit aa21c7f118
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, 'ssh:/videos', ignore_existing=True)
return f'https://videos.{SITE}' + new.split('/videos')[1]
else:
return f"{SITE_FULL}{new}"