Browse Source

[tbs] update tokenizer url(fixes #15395)

master-ytdl-org
Remita Amine 7 years ago
parent
commit
dc400ed6a2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/tbs.py

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

@ -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(),


Loading…
Cancel
Save