[turner] use android secure hls host and catch token extraction errors
This commit is contained in:
parent
f3eeaacb4e
commit
bdcc046d12
3 changed files with 12 additions and 18 deletions
|
@ -53,7 +53,7 @@ class TBSIE(TurnerBaseIE):
|
|||
'media_src': 'http://ht.cdn.turner.com/%s/big' % site,
|
||||
},
|
||||
'secure': {
|
||||
'media_src': 'http://apple-secure.cdn.turner.com/%s/big' % site,
|
||||
'media_src': 'http://androidhls-secure.cdn.turner.com/%s/big' % site,
|
||||
'tokenizer_src': 'http://www.%s.com/video/processors/services/token_ipadAdobe.do' % domain,
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue