youtube-dl

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

commit dc400ed6a2f79977cda7968b626b1ead35523b37
parent cf2820710d61742818a906af07f6d6c9669d58a9
Author: Remita Amine <remitamine@gmail.com>
Date:   Tue, 23 Jan 2018 19:06:46 +0100

[tbs] update tokenizer url(fixes #15395)

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

diff --git a/youtube_dl/extractor/tbs.py b/youtube_dl/extractor/tbs.py @@ -58,7 +58,7 @@ class TBSIE(TurnerBaseIE): continue if stream_data.get('playlistProtection') == 'spe': m3u8_url = self._add_akamai_spe_token( - 'http://www.%s.com/service/token_spe' % site, + 'http://token.vgtf.net/token/token_spe', m3u8_url, media_id, { 'url': url, 'site_name': site[:3].upper(),