fix all videos on wpd

pull/138/head
Aevann 2023-03-06 19:24:49 +02:00
parent a6121849d4
commit 9117fd21cc
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ def process_video(file, v):
)
g.db.add(media)
if SITE == 'watchpeopledie.tv': f'https://videos.{SITE}{new}'
return new
def process_image(filename:str, v, resize=0, trim=False, uploader_id:Optional[int]=None, db=None):