mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[letv] Clarify download message
This commit is contained in:
parent
cf47794f09
commit
576904bce6
@ -94,7 +94,7 @@ class LetvIE(InfoExtractor):
|
|||||||
|
|
||||||
play_json = self._download_json(
|
play_json = self._download_json(
|
||||||
play_json_req,
|
play_json_req,
|
||||||
media_id, 'playJson data')
|
media_id, 'Downloading playJson data')
|
||||||
|
|
||||||
# Check for errors
|
# Check for errors
|
||||||
playstatus = play_json['playstatus']
|
playstatus = play_json['playstatus']
|
||||||
|
Loading…
Reference in New Issue
Block a user