mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-03 17:34:28 +01:00
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.
This commit is contained in:
parent
cc36e2295a
commit
8f4e8bf280
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user