datoporn fix debug

This commit is contained in:
Alfa
2018-10-31 14:42:55 -05:00
committed by GitHub
parent 85989353f0
commit 6a9f6ed1df

View File

@@ -21,7 +21,6 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
logger.info("url=" + page_url)
data = httptools.downloadpage(page_url).data
logger.debug(data)
media_urls = scrapertools.find_multiple_matches(data, 'src: "([^"]+)",.*?label: "([^"]+)"')
#media_urls = scrapertools.find_multiple_matches(data, 'file\:"([^"]+\.mp4)",label:"([^"]+)"')
# if not media_urls: