瀏覽代碼

[folketinget] Add skip_download for test

Sergey M․ 10 年之前
父節點
當前提交
dc95bd503e
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      youtube_dl/extractor/folketinget.py

+ 4 - 0
youtube_dl/extractor/folketinget.py

@@ -30,6 +30,10 @@ class FolketingetIE(InfoExtractor):
             'upload_date': '20141120',
             'duration': 3960,
         },
+        'params': {
+            # rtmp download
+            'skip_download': True,
+        },
     }
 
     def _real_extract(self, url):