[smotri] Fix typo
authordst <dstftw@gmail.com>
Wed, 25 Dec 2013 02:02:35 +0000 (09:02 +0700)
committerdst <dstftw@gmail.com>
Wed, 25 Dec 2013 02:02:35 +0000 (09:02 +0700)
youtube_dl/extractor/smotri.py

index beea58d6317727133f85b74c14097445cf785dc5..99f5b19d2dd68e78aaf2f45f79fad60b8bb459dc 100644 (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 ' %