diff --git a/PABot.py b/PABot.py index e8f95cf..948f0d5 100644 --- a/PABot.py +++ b/PABot.py @@ -219,7 +219,7 @@ def play(msg) : video = pafy.new(url) best = video.getbestaudio() playurl = best.url - Instance = vlc.Instance() + Instance = vlc.Instance("prefer-insecure") player = Instance.media_player_new() Media = Instance.media_new(playurl) Media.get_mrl()