youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit e1db730d86302f1f96f20d44510e8fb060366bff
parent 537191826f0c778ed3e2eaef4168a3aa358fb7e7
Author: Sergey M․ <dstftw@gmail.com>
Date:   Tue,  6 Jun 2017 00:13:57 +0700

[tvplayer] Fix extraction (closes #13291)

Diffstat:
Myoutube_dl/extractor/tvplayer.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/tvplayer.py b/youtube_dl/extractor/tvplayer.py @@ -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']