From: Sergey M․ Date: Tue, 5 Apr 2016 15:40:43 +0000 (+0600) Subject: [novamov] Make title fatal X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=995cf05c96e888f7f1a818f9886345ea25671aa4;p=youtube-dl [novamov] Make title fatal --- diff --git a/youtube_dl/extractor/novamov.py b/youtube_dl/extractor/novamov.py index a131f7dbd..63a77b9bf 100644 --- a/youtube_dl/extractor/novamov.py +++ b/youtube_dl/extractor/novamov.py @@ -81,7 +81,7 @@ class NovaMovIE(InfoExtractor): filekey = extract_filekey() - title = self._html_search_regex(self._TITLE_REGEX, webpage, 'title', fatal=False) + title = self._html_search_regex(self._TITLE_REGEX, webpage, 'title') description = self._html_search_regex(self._DESCRIPTION_REGEX, webpage, 'description', default='', fatal=False) api_response = self._download_webpage(