projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bf28d7
)
[novamov] Make title fatal
author
Sergey M․
<dstftw@gmail.com>
Tue, 5 Apr 2016 15:40:43 +0000
(21:40 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 5 Apr 2016 15:40:43 +0000
(21:40 +0600)
youtube_dl/extractor/novamov.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/novamov.py
b/youtube_dl/extractor/novamov.py
index a131f7dbdd95f5cbd39add52cf3a721068085e78..63a77b9bfd2d2e5cd057bf9a36113dc220f8948d 100644
(file)
--- 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(