Explorar o código

[novamov] Make title fatal

Sergey M․ %!s(int64=9) %!d(string=hai) anos
pai
achega
995cf05c96
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      youtube_dl/extractor/novamov.py

+ 1 - 1
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(