mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[tvplayer] Fix extraction (closes #13291)
This commit is contained in:
parent
537191826f
commit
e1db730d86
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ def _real_extract(self, url):
|
|||
'https://tvplayer.com/watch/context', display_id,
|
||||
'Downloading JSON context', query={
|
||||
'resource': resource_id,
|
||||
'nonce': token,
|
||||
'gen': token,
|
||||
})
|
||||
|
||||
validate = context['validate']
|
||||
|
|
Loading…
Reference in a new issue