From 8334aa4682622c02c79deebd5c96b9d346c05385 Mon Sep 17 00:00:00 2001 From: Et0h Date: Tue, 26 Jan 2016 23:33:26 +0000 Subject: [PATCH] Repeat mpv youtube-dl failure messages in Syncplay --- syncplay/players/mpv.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/syncplay/players/mpv.py b/syncplay/players/mpv.py index c3cf44b..2439a15 100644 --- a/syncplay/players/mpv.py +++ b/syncplay/players/mpv.py @@ -94,6 +94,9 @@ class OldMpvPlayer(MpvPlayer): elif "[ytdl_hook] Your version of youtube-dl is too old" in line: self._client.ui.showErrorMessage(line) + elif "[ytdl_hook] youtube-dl failed" in line: + self._client.ui.showErrorMessage(line) + def _handleUnknownLine(self, line): self.mpvVersionErrorCheck(line) if "Playing: " in line: