Преглед на файлове

[normalboots] Skip download in test, it uses rtmp

Jaime Marquínez Ferrándiz преди 10 години
родител
ревизия
a285b6377b
променени са 1 файла, в които са добавени 5 реда и са изтрити 1 реда
  1. 5 1
      youtube_dl/extractor/normalboots.py

+ 5 - 1
youtube_dl/extractor/normalboots.py

@@ -22,7 +22,11 @@ class NormalbootsIE(InfoExtractor):
             'description': 'Jon is late for Christmas. Typical. Thanks to: Paul Ritchey for Co-Writing/Filming: http://www.youtube.com/user/ContinueShow Michael Azzi for Christmas Intro Animation: http://michafrar.tumblr.com/ Jerrod Waters for Christmas Intro Music: http://www.youtube.com/user/xXJerryTerryXx Casey Ormond for ‘Tense Battle Theme’:\xa0http://www.youtube.com/Kiamet/',
             'uploader': 'JonTron',
             'upload_date': '20140125',
-        }
+        },
+        'params': {
+            # rtmp download
+            'skip_download': True,
+        },
     }
 
     def _real_extract(self, url):