aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-12-25 15:24:44 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-12-25 15:24:44 +0100
commitc3afc93a69fbfbe7712278f7ad03d0369ac9f885 (patch)
treedb84cf8ac2202f1dccec7e7b31cbadd067a5ea91
parent7b8af56340bcc7521bb05da14d2dce6d949ce916 (diff)
parentd29b5e812bdd2cefca14dd1cb23a6514afd80060 (diff)
downloadyoutube-dl-c3afc93a69fbfbe7712278f7ad03d0369ac9f885.tar.xz
Merge remote-tracking branch 'origin/master'
-rw-r--r--youtube_dl/extractor/smotri.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/smotri.py b/youtube_dl/extractor/smotri.py
index beea58d63..99f5b19d2 100644
--- a/youtube_dl/extractor/smotri.py
+++ b/youtube_dl/extractor/smotri.py
@@ -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 ' %