This commit is contained in:
mac12m99
2019-11-01 20:22:55 +01:00
committed by marco
parent e0961a1a4c
commit ab739925d0
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -19,8 +19,6 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
logger.info()
itemlist = []
logger.info(page_url)
page_url = 'https://hdload.space/getHost/' + scrapertoolsV2.find_single_match(page_url, 'https://hdload\.space/public/dist/index\.html\?id=([a-z0-9]+)')
logger.info(page_url)
data = httptools.downloadpage(page_url, post='').data
logger.info(data)