]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - youtube_dl/extractor/smotri.py
Imported Upstream version 2014.01.17.2
[youtubedl] / 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 ' %