소스 검색

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

Remita Amine 8 년 전
부모
커밋
39ee263819
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      youtube_dl/extractor/adultswim.py

+ 1 - 1
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',