From 4713395b1db2025a09d7359267a15840fc3ab850 Mon Sep 17 00:00:00 2001 From: Sergey M Date: Sun, 17 Sep 2017 22:45:40 +0700 Subject: [PATCH] Update heise.py --- youtube_dl/extractor/heise.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/youtube_dl/extractor/heise.py b/youtube_dl/extractor/heise.py index a4f1dcd2f..8c1ba58d9 100644 --- a/youtube_dl/extractor/heise.py +++ b/youtube_dl/extractor/heise.py @@ -27,6 +27,7 @@ class HeiseIE(InfoExtractor): 'thumbnail': r're:^https?://.*/gallery/$', } }, { + # YouTube embed 'url': 'http://www.heise.de/newsticker/meldung/Netflix-In-20-Jahren-vom-Videoverleih-zum-TV-Revolutionaer-3814130.html', 'md5': 'e403d2b43fea8e405e88e3f8623909f1', 'info_dict': { @@ -37,7 +38,10 @@ class HeiseIE(InfoExtractor): 'upload_date': '20170830', 'uploader': 'Netflix Deutschland, Österreich und Schweiz', 'uploader_id': 'netflixdach', - } + }, + 'params': { + 'skip_download': True, + }, }, { 'url': 'http://www.heise.de/ct/artikel/c-t-uplink-3-3-Owncloud-Tastaturen-Peilsender-Smartphone-2403911.html', 'only_matching': True,