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

Update wat.py misspelling 'downloding'
This commit is contained in:
Sergey M. 2015-04-18 18:43:03 +05:00
commit f2eeafb061
1 changed files with 1 additions and 1 deletions

View 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: