[letv] Clarify download message
authorSergey M․ <dstftw@gmail.com>
Tue, 17 Mar 2015 14:01:31 +0000 (20:01 +0600)
committerSergey M․ <dstftw@gmail.com>
Tue, 17 Mar 2015 14:01:31 +0000 (20:01 +0600)
youtube_dl/extractor/letv.py

index 9ed81a1992acc8e527844e0242e6392abe37884f..1484ac0d267697dceb34c9e406e3a26b26a37f54 100644 (file)
@@ -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']