X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/ca4d08063804fb264eb0ae9cc57894198f66e1fb..d1a5eac72c0b1116e8efbbf50766d8d00678f5c8:/youtube_dl/extractor/smotri.py diff --git a/youtube_dl/extractor/smotri.py b/youtube_dl/extractor/smotri.py index beea58d..99f5b19 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'
(.*?)
', 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 ' %