summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-03-17 20:01:31 +0600
committerSergey M․ <dstftw@gmail.com>2015-03-17 20:01:31 +0600
commit576904bce64ca036a7b21b43fa3f8c023e0bcdb1 (patch)
tree4b5c753e77a046e81a8ddb8f32cb0d021c485230
parentcf47794f09ca13bfb16acc0903f13530a3f2d0f8 (diff)
downloadyoutube-dl-576904bce64ca036a7b21b43fa3f8c023e0bcdb1.tar.gz
youtube-dl-576904bce64ca036a7b21b43fa3f8c023e0bcdb1.tar.xz
youtube-dl-576904bce64ca036a7b21b43fa3f8c023e0bcdb1.zip
[letv] Clarify download message
-rw-r--r--youtube_dl/extractor/letv.py2
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']