diff --git a/servers/wstream.py b/servers/wstream.py index 1d3aeda3..05256db9 100644 --- a/servers/wstream.py +++ b/servers/wstream.py @@ -58,7 +58,7 @@ def get_video_url(page_url, premium=False, user="", password="", video_password= video_urls = [] global data, real_url - sitekey = scrapertools.find_single_match(data, 'data-sitekey="([^"]+)') + sitekey = scrapertools.find_single_match(data, """data-sitekey=['"] *([^"']+)""") captcha = platformtools.show_recaptcha(sitekey, page_url) if sitekey else '' possibleParam = scrapertools.find_multiple_matches(data,