Correcciones y novedades

This commit is contained in:
Alfa-beto
2019-03-27 15:29:23 -03:00
committed by GitHub
parent 0e20aaf456
commit 3fad1e3566
3 changed files with 70 additions and 1 deletions
-1
View File
@@ -20,7 +20,6 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
logger.info("url=" + page_url)
video_urls = []
data = httptools.downloadpage(page_url).data
logger.debug(data)
patron = '<meta property="og:video" content="([^"]+)">'
matches = scrapertools.find_multiple_matches(data, patron)
for url in matches: