mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-10-31 22:44:32 +01:00
[tvplayer] Fix extraction (closes #13291)
This commit is contained in:
parent
537191826f
commit
e1db730d86
@ -48,7 +48,7 @@ class TVPlayerIE(InfoExtractor):
|
||||
'https://tvplayer.com/watch/context', display_id,
|
||||
'Downloading JSON context', query={
|
||||
'resource': resource_id,
|
||||
'nonce': token,
|
||||
'gen': token,
|
||||
})
|
||||
|
||||
validate = context['validate']
|
||||
|
Loading…
Reference in New Issue
Block a user