[smotri] Fix typo

pull/2042/head
dst 2013-12-25 09:02:35 +07:00
parent dabc127362
commit f7e9d77f34
1 changed files with 1 additions and 1 deletions

View File

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