mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[tbs] update tokenizer url(fixes #15395)
This commit is contained in:
parent
cf2820710d
commit
dc400ed6a2
@ -58,7 +58,7 @@ class TBSIE(TurnerBaseIE):
|
|||||||
continue
|
continue
|
||||||
if stream_data.get('playlistProtection') == 'spe':
|
if stream_data.get('playlistProtection') == 'spe':
|
||||||
m3u8_url = self._add_akamai_spe_token(
|
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, {
|
m3u8_url, media_id, {
|
||||||
'url': url,
|
'url': url,
|
||||||
'site_name': site[:3].upper(),
|
'site_name': site[:3].upper(),
|
||||||
|
Loading…
Reference in New Issue
Block a user