summary refs log tree commit diff
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2017-05-10 08:50:30 +0100
committerRemita Amine <remitamine@gmail.com>2017-05-10 08:50:30 +0100
commit39ee2638194cb40bfc6652ecb2fca2455e87e327 (patch)
tree36b49ce880a06bdabc7961310caa1e6f52997aab
parenta7ed6b341cce27b6b5731969d39711b15dca8d25 (diff)
downloadyoutube-dl-39ee2638194cb40bfc6652ecb2fca2455e87e327.tar.gz
youtube-dl-39ee2638194cb40bfc6652ecb2fca2455e87e327.tar.xz
youtube-dl-39ee2638194cb40bfc6652ecb2fca2455e87e327.zip
use platform=desktop in assets url(closes #13041)
-rw-r--r--youtube_dl/extractor/adultswim.py2
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',