use platform=desktop in assets url(closes #13041)
authorRemita Amine <remitamine@gmail.com>
Wed, 10 May 2017 07:50:30 +0000 (08:50 +0100)
committerRemita Amine <remitamine@gmail.com>
Wed, 10 May 2017 07:50:30 +0000 (08:50 +0100)
youtube_dl/extractor/adultswim.py

index 9c37ea33cd92c15d98841cea49887d76c763110a..acc4ce38dca31a4ec8401d253044eb7e4fb91b3e 100644 (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',