Browse Source

Update wat.py

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.
hedii 10 years ago
parent
commit
8f4e8bf280
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/wat.py

+ 1 - 1
youtube_dl/extractor/wat.py

@@ -113,7 +113,7 @@ class WatIE(InfoExtractor):
             video_url = self._download_webpage(
             video_url = self._download_webpage(
                 'http://www.wat.tv/get%s?token=%s&getURL=1&country=%s' % (webid, compute_token(webid), country),
                 'http://www.wat.tv/get%s?token=%s&getURL=1&country=%s' % (webid, compute_token(webid), country),
                 real_id,
                 real_id,
-                'Downloding %s video URL' % fmt[0],
+                'Downloading %s video URL' % fmt[0],
                 'Failed to download %s video URL' % fmt[0],
                 'Failed to download %s video URL' % fmt[0],
                 False)
                 False)
             if not video_url:
             if not video_url: