From 510f6c75e9343058586cb6cf73f1aed9c4265d95 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Sat, 11 Apr 2020 15:31:24 +0200 Subject: [PATCH] Fix hdpass --- core/support.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/core/support.py b/core/support.py index 23ad1130..e70c6af1 100755 --- a/core/support.py +++ b/core/support.py @@ -37,15 +37,15 @@ def hdpass_get_servers(item): for mir_url, srv in scrapertools.find_multiple_matches(mir, patron_option): ret.append(Item(channel=item.channel, - action="play", - fulltitle=item.fulltitle, - quality=quality, - show=item.show, - thumbnail=item.thumbnail, - contentType=item.contentType, - title=srv, - server=srv, - url=mir_url)) + action="play", + fulltitle=item.fulltitle, + quality=quality, + show=item.show, + thumbnail=item.thumbnail, + contentType=item.contentType, + title=srv, + server=srv, + url=mir_url.replace('&','&'))) return ret # Carica la pagina itemlist = []