aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
diff options
context:
space:
mode:
authorSergey M. <dstftw@gmail.com>2015-04-18 18:43:03 +0500
committerSergey M. <dstftw@gmail.com>2015-04-18 18:43:03 +0500
commitf2eeafb061d9d6a7f8b1b08db09aec71085144a7 (patch)
tree12c7348e6748ab096e4aa25ec0e731fbccbc715c /youtube_dl
parentcc36e2295a19796380e4a4f2abf618e727617efe (diff)
parent8f4e8bf28080a7d6e969fea66e59afd3a1b2f085 (diff)
downloadyoutube-dl-f2eeafb061d9d6a7f8b1b08db09aec71085144a7.tar.xz
Merge pull request #5462 from hedii/hedii-patch-1
Update wat.py misspelling 'downloding'
Diffstat (limited to 'youtube_dl')
-rw-r--r--youtube_dl/extractor/wat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/wat.py b/youtube_dl/extractor/wat.py
index bf9e40bad..affcc52f6 100644
--- a/youtube_dl/extractor/wat.py
+++ b/youtube_dl/extractor/wat.py
@@ -113,7 +113,7 @@ class WatIE(InfoExtractor):
video_url = self._download_webpage(
'http://www.wat.tv/get%s?token=%s&getURL=1&country=%s' % (webid, compute_token(webid), country),
real_id,
- 'Downloding %s video URL' % fmt[0],
+ 'Downloading %s video URL' % fmt[0],
'Failed to download %s video URL' % fmt[0],
False)
if not video_url: