mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-10 12:14:32 +01:00
Merge pull request #5462 from hedii/hedii-patch-1
Update wat.py misspelling 'downloding'
This commit is contained in:
commit
f2eeafb061
@ -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