瀏覽代碼

[nationalgeographic] skip download for national geographic channel tests(closes #9991)

Remita Amine 9 年之前
父節點
當前提交
64436cb1a4
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      youtube_dl/extractor/nationalgeographic.py

+ 8 - 0
youtube_dl/extractor/nationalgeographic.py

@@ -79,6 +79,10 @@ class NationalGeographicChannelIE(ThePlatformIE):
                 'upload_date': '20160322',
                 'uploader': 'NEWA-FNG-NGTV',
             },
+            'params': {
+                # m3u8 download
+                'skip_download': True,
+            },
             'add_ie': ['ThePlatform'],
         },
         {
@@ -93,6 +97,10 @@ class NationalGeographicChannelIE(ThePlatformIE):
                 'upload_date': '20160330',
                 'uploader': 'NEWA-FNG-NGTV',
             },
+            'params': {
+                # m3u8 download
+                'skip_download': True,
+            },
             'add_ie': ['ThePlatform'],
         },
     ]