aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordst <dstftw@gmail.com>2013-12-25 09:02:35 +0700
committerdst <dstftw@gmail.com>2013-12-25 09:02:35 +0700
commitf7e9d77f340250c2ec3cb18fba3ab0f7d8829944 (patch)
treef1d1f273a51ef5be3d531925d3f82ce5253a5f06
parentdabc127362ddfe88996e72b7e0d5cd2e4f239c98 (diff)
downloadyoutube-dl-f7e9d77f340250c2ec3cb18fba3ab0f7d8829944.tar.xz
[smotri] Fix typo
-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 ' %