Update wat.py
authorhedii <hedi.chaibs@gmail.com>
Sat, 18 Apr 2015 13:40:40 +0000 (15:40 +0200)
committerhedii <hedi.chaibs@gmail.com>
Sat, 18 Apr 2015 13:40:40 +0000 (15:40 +0200)
line 116, modify 'Downloding' to 'Downloading'.
It looks like nothing, but it is very annoying when youtube-dl command's output is parsed to find progress on a php (or other language) website for example.

youtube_dl/extractor/wat.py

index bf9e40bad7c29e01b231b2ecf9e0cbb53295d52f..affcc52f6e244c40bbca6381700c2f15e645580f 100644 (file)
@@ -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: