[nationalgeographic] skip download for national geographic channel tests(closes ...
authorRemita Amine <remitamine@gmail.com>
Sun, 3 Jul 2016 09:43:36 +0000 (10:43 +0100)
committerRemita Amine <remitamine@gmail.com>
Sun, 3 Jul 2016 09:43:36 +0000 (10:43 +0100)
youtube_dl/extractor/nationalgeographic.py

index ed76798aa6f85d4edaff439cad1cfed442e7f8f0..6eabd2278b68f06b18a5be2f1d89ba46629c7b26 100644 (file)
@@ -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'],
         },
     ]