Browse Source

[novamov] Make title fatal

master
Sergey M․ 9 years ago
parent
commit
995cf05c96
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/novamov.py

2
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(

Loading…
Cancel
Save