Browse Source

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

master-ytdl-org
Remita Amine 7 years ago
parent
commit
39ee263819
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/adultswim.py

+ 1
- 1
youtube_dl/extractor/adultswim.py View File

@ -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