mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-18 23:03:05 +01:00
[letv] Clarify download message
This commit is contained in:
parent
cf47794f09
commit
576904bce6
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Reference in a new issue