1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-04-30 10:43:29 +00:00

[letv] Clarify download message

This commit is contained in:
Sergey M․
2015-03-17 20:01:31 +06:00
parent cf47794f09
commit 576904bce6
+1 -1
View 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']