mediaurl sempre http, no ssl

This commit is contained in:
marco
2020-01-10 21:17:15 +01:00
parent 9fd915575e
commit 056a20c5b4
3 changed files with 2 additions and 2 deletions

View File

@@ -726,6 +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://')
# se obtiene la información del video.
if not item.contentThumbnail: