diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-03-17 20:01:31 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-03-17 20:01:31 +0600 |
commit | 576904bce64ca036a7b21b43fa3f8c023e0bcdb1 (patch) | |
tree | 4b5c753e77a046e81a8ddb8f32cb0d021c485230 /youtube_dl | |
parent | cf47794f09ca13bfb16acc0903f13530a3f2d0f8 (diff) |
[letv] Clarify download message
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/letv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/letv.py b/youtube_dl/extractor/letv.py index 9ed81a199..1484ac0d2 100644 --- 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'] |