From c3580f3874a26b4a6b9ffd908201c9b1e9c9445b Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Fri, 17 Jan 2020 17:41:11 +0100 Subject: [PATCH] rimossa forzatura http --- platformcode/platformtools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformcode/platformtools.py b/platformcode/platformtools.py index d1636478..937573f0 100644 --- a/platformcode/platformtools.py +++ b/platformcode/platformtools.py @@ -726,8 +726,8 @@ def play_video(item, strm=False, force_direct=False, autoplay=False): mediaurl, view, mpd = get_video_seleccionado(item, seleccion, video_urls) if mediaurl == "": return - # no certificate verification - mediaurl = mediaurl.replace('https://', 'http://') + # # no certificate verification + # mediaurl = mediaurl.replace('https://', 'http://') # se obtiene la información del video. if not item.contentThumbnail: