From 21ecd4004dbb3dd99d26c8b65884424d96d676c7 Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Fri, 15 Sep 2017 10:20:59 -0500 Subject: [PATCH] Update streamplay.py --- plugin.video.alfa/servers/streamplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.video.alfa/servers/streamplay.py b/plugin.video.alfa/servers/streamplay.py index aa5d3651..8f3366c0 100644 --- a/plugin.video.alfa/servers/streamplay.py +++ b/plugin.video.alfa/servers/streamplay.py @@ -36,7 +36,7 @@ def get_video_url(page_url, premium=False, user="", password="", video_password= for video_url in matches: _hash = scrapertools.find_single_match(video_url, '[A-z0-9\_\-]{40,}') hash = _hash[::-1] - hash = hash.replace(hash[2:3],"",1) + hash = hash.replace(hash[0:1],"",1) video_url = video_url.replace(_hash, hash) filename = scrapertools.get_filename_from_url(video_url)[-4:]