Fix parziale cinemalibero (SerieTV)

This commit is contained in:
marco
2021-12-14 19:45:15 +01:00
parent 3bd5d636e1
commit a038497d94
11 changed files with 130 additions and 22 deletions
+4
View File
@@ -36,3 +36,7 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
url = httptools.downloadpage(url, follow_redirects=False, only_headers=True).headers.get("location", "")
video_urls.append(['MP4 [Streamtape]', url])
return video_urls
def get_filename(page_url):
return httptools.downloadpage(page_url).data.split('<meta name="og:title" content="')[1].split('"')[0]