forked from rDrama/rDrama
1
0
Fork 0
master
Aevann 2023-03-07 22:38:22 +02:00
parent 3afecb326b
commit 349d1975d7
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ def process_video(file, v):
g.db.add(media)
if SITE == 'watchpeopledie.tv':
return f'https://videos.{SITE}{new}'
return f'https://videos.{SITE}' + new.split('/videos')[1]
else:
return f"{SITE_FULL}{new}"