Browse Source

[letv] Clarify download message

Sergey M․ 10 năm trước cách đây
mục cha
commit
576904bce6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      youtube_dl/extractor/letv.py

+ 1 - 1
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']