Fix parziale cinemalibero (SerieTV)
This commit is contained in:
@@ -46,3 +46,11 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
|
||||
video_urls.append(["%s [Mixdrop]" % ext, media_url])
|
||||
|
||||
return video_urls
|
||||
|
||||
|
||||
def get_filename(page_url):
|
||||
title = httptools.downloadpage(page_url.replace('/e/', '/f/')).data.split('<title>')[1].split('</title>')[0]
|
||||
prefix = 'MixDrop - Watch '
|
||||
if title.startswith(prefix):
|
||||
return title[len(prefix):]
|
||||
return ""
|
||||
|
||||
Reference in New Issue
Block a user