Browse Source

[novamov] Make title fatal

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

+ 1
- 1
youtube_dl/extractor/novamov.py View File

@ -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