youtube-dl

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

commit 576904bce64ca036a7b21b43fa3f8c023e0bcdb1
parent cf47794f09ca13bfb16acc0903f13530a3f2d0f8
Author: Sergey M․ <dstftw@gmail.com>
Date:   Tue, 17 Mar 2015 20:01:31 +0600

[letv] Clarify download message

Diffstat:
Myoutube_dl/extractor/letv.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/letv.py b/youtube_dl/extractor/letv.py @@ -94,7 +94,7 @@ class LetvIE(InfoExtractor): play_json = self._download_json( play_json_req, - media_id, 'playJson data') + media_id, 'Downloading playJson data') # Check for errors playstatus = play_json['playstatus']