use platform=desktop in assets url(closes #13041)
This commit is contained in:
parent
a7ed6b341c
commit
39ee263819
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class AdultSwimIE(TurnerBaseIE):
|
|||
video_id = video_data['id']
|
||||
|
||||
info = self._extract_cvp_info(
|
||||
'http://www.adultswim.com/videos/api/v0/assets?id=' + video_id,
|
||||
'http://www.adultswim.com/videos/api/v0/assets?platform=desktop&id=' + video_id,
|
||||
video_id, {
|
||||
'secure': {
|
||||
'media_src': 'http://androidhls-secure.cdn.turner.com/adultswim/big',
|
||||
|
|
Loading…
Reference in a new issue