Browse Source

Merge pull request #2042 from dstftw/master

[smotri] Fix typo
totalwebcasting
Philipp Hagemeister 11 years ago
parent
commit
d29b5e812b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/smotri.py

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

@ -138,7 +138,7 @@ class SmotriIE(InfoExtractor):
# Warning if video is unavailable
warning = self._html_search_regex(
r'<div class="videoUnModer">(.*?)</div>', video_page,
u'warning messagef', default=None)
u'warning message', default=None)
if warning is not None:
self._downloader.report_warning(
u'Video %s may not be available; smotri said: %s ' %


Loading…
Cancel
Save