youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit f2eeafb061d9d6a7f8b1b08db09aec71085144a7
parent cc36e2295a19796380e4a4f2abf618e727617efe
Author: Sergey M <dstftw@gmail.com>
Date:   Sat, 18 Apr 2015 18:43:03 +0500

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

Update wat.py misspelling 'downloding'
Diffstat:
Myoutube_dl/extractor/wat.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/wat.py b/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: