[tvplayer] Fix extraction (closes #13291)
authorSergey M․ <dstftw@gmail.com>
Mon, 5 Jun 2017 17:13:57 +0000 (00:13 +0700)
committerSergey M․ <dstftw@gmail.com>
Mon, 5 Jun 2017 17:13:57 +0000 (00:13 +0700)
youtube_dl/extractor/tvplayer.py

index ebde6053f16be20096bb1eed812ffb20f3c52dc2..8f8686a65414a2f8c390832b0a8f88483457413d 100644 (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']