[folketinget] Add skip_download for test
authorSergey M․ <dstftw@gmail.com>
Fri, 21 Aug 2015 02:54:28 +0000 (08:54 +0600)
committerSergey M․ <dstftw@gmail.com>
Fri, 21 Aug 2015 02:54:28 +0000 (08:54 +0600)
youtube_dl/extractor/folketinget.py

index 0fb29de75228f0133c0b8d54a015fbd5d90954c1..75399fa7d2a3164c67f2d72c24628a861ed77806 100644 (file)
@@ -30,6 +30,10 @@ class FolketingetIE(InfoExtractor):
             'upload_date': '20141120',
             'duration': 3960,
         },
+        'params': {
+            # rtmp download
+            'skip_download': True,
+        },
     }
 
     def _real_extract(self, url):