use platform=desktop in assets url(closes #13041)

pull/13052/head
Remita Amine 7 years ago
parent a7ed6b341c
commit 39ee263819

@ -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…
Cancel
Save