projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf28207
)
[tbs] update tokenizer url(fixes #15395)
author
Remita Amine
<remitamine@gmail.com>
Tue, 23 Jan 2018 18:06:46 +0000
(19:06 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Tue, 23 Jan 2018 18:06:46 +0000
(19:06 +0100)
youtube_dl/extractor/tbs.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/tbs.py
b/youtube_dl/extractor/tbs.py
index eab22c38f187c50334cb43f48535e8982ad847a3..edc31729d35f250d2b8267e87719ea54ce9480e3 100644
(file)
--- 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(),