From: Sergey M․ Date: Thu, 29 Jun 2017 15:27:53 +0000 (+0700) Subject: [bbccouk] Capture and output error message (closes #13518) X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=b2ed954fc6f19a00c7c8c12f45a6a44bd1722867;p=youtube-dl.git [bbccouk] Capture and output error message (closes #13518) --- diff --git a/youtube_dl/extractor/bbc.py b/youtube_dl/extractor/bbc.py index 7cd4446b4..6f5f9aa3a 100644 --- a/youtube_dl/extractor/bbc.py +++ b/youtube_dl/extractor/bbc.py @@ -523,6 +523,12 @@ class BBCCoUkIE(InfoExtractor): webpage = self._download_webpage(url, group_id, 'Downloading video page') + error = self._search_regex( + r']+\bclass=["\']smp__message delta["\'][^>]*>([^<]+)<', + webpage, 'error', default=None) + if error: + raise ExtractorError(error, expected=True) + programme_id = None duration = None