fix override DNS e altre migliorie

This commit is contained in:
mac12m99
2020-01-10 22:32:52 +01:00
committed by marco
parent ac2edfd117
commit 44704ae556
10 changed files with 70 additions and 93 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: