Sfoglia il codice sorgente

[folketinget] Add skip_download for test

Sergey M․ 10 anni fa
parent
commit
dc95bd503e
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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):