diff options
author | Remita Amine <remitamine@gmail.com> | 2017-05-10 08:50:30 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2017-05-10 08:50:30 +0100 |
commit | 39ee2638194cb40bfc6652ecb2fca2455e87e327 (patch) | |
tree | 36b49ce880a06bdabc7961310caa1e6f52997aab /youtube_dl/extractor/adultswim.py | |
parent | a7ed6b341cce27b6b5731969d39711b15dca8d25 (diff) |
use platform=desktop in assets url(closes #13041)
Diffstat (limited to 'youtube_dl/extractor/adultswim.py')
-rw-r--r-- | youtube_dl/extractor/adultswim.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/adultswim.py b/youtube_dl/extractor/adultswim.py index 9c37ea33c..acc4ce38d 100644 --- a/youtube_dl/extractor/adultswim.py +++ b/youtube_dl/extractor/adultswim.py @@ -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', |