Browse Source

[tvplayer] Fix extraction (closes #13291)

master-ytdl-org
Sergey M․ 7 years ago
parent
commit
e1db730d86
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/tvplayer.py

+ 1
- 1
youtube_dl/extractor/tvplayer.py View File

@ -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…
Cancel
Save