From bb018cc4d51d2bf9ae84ff8ae29675e4d5b0ec04 Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Sat, 9 Sep 2017 10:01:25 -0500 Subject: [PATCH] Update rapidvideo.py --- plugin.video.alfa/servers/rapidvideo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin.video.alfa/servers/rapidvideo.py b/plugin.video.alfa/servers/rapidvideo.py index 392014c2..a0e591e4 100755 --- a/plugin.video.alfa/servers/rapidvideo.py +++ b/plugin.video.alfa/servers/rapidvideo.py @@ -31,7 +31,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 - bloque = scrapertools.find_single_match(data, 'video class.*?home_video') patron = 'https://www.rapidvideo.com/e/[^"]+' match = scrapertools.find_multiple_matches(data, patron) for url1 in match: