diff --git a/plugin.video.alfa/channels/repelislive.py b/plugin.video.alfa/channels/repelislive.py index af733fb7..c4e331d9 100644 --- a/plugin.video.alfa/channels/repelislive.py +++ b/plugin.video.alfa/channels/repelislive.py @@ -168,6 +168,7 @@ def findvideos(item): matches = re.compile(patron, re.DOTALL).findall(data) for url, language in matches: + url = url.replace('&','&') data = httptools.downloadpage(url, follow_redirects=False, headers={'Referer':item.url}, only_headers=True) url = data.headers['location']