Update rapidvideo.py
This commit is contained in:
@@ -31,7 +31,6 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
|
|||||||
logger.info("url=" + page_url)
|
logger.info("url=" + page_url)
|
||||||
video_urls = []
|
video_urls = []
|
||||||
data = httptools.downloadpage(page_url).data
|
data = httptools.downloadpage(page_url).data
|
||||||
bloque = scrapertools.find_single_match(data, 'video class.*?home_video')
|
|
||||||
patron = 'https://www.rapidvideo.com/e/[^"]+'
|
patron = 'https://www.rapidvideo.com/e/[^"]+'
|
||||||
match = scrapertools.find_multiple_matches(data, patron)
|
match = scrapertools.find_multiple_matches(data, patron)
|
||||||
for url1 in match:
|
for url1 in match:
|
||||||
|
|||||||
Reference in New Issue
Block a user