瀏覽代碼

Merge pull request #5462 from hedii/hedii-patch-1

Update wat.py misspelling 'downloding'
Sergey M. 10 年之前
父節點
當前提交
f2eeafb061
共有 1 個文件被更改,包括 1 次插入1 次删除
  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(
                 '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: