commit: c56d7d899d5587cd73cb017b776ceb302494b6fd
parent ea5db8469ee3e5f1bb4ba3deb88f28b4d9838e09
Author: Sergey M․ <dstftw@gmail.com>
Date: Wed, 11 Feb 2015 22:10:33 +0600
[dctptv] Skip rtmp download
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/youtube_dl/extractor/dctp.py b/youtube_dl/extractor/dctp.py
@@ -14,6 +14,10 @@ class DctpTvIE(InfoExtractor):
'display_id': 'videoinstallation-fuer-eine-kaufhausfassade',
'ext': 'flv',
'title': 'Videoinstallation für eine Kaufhausfassade'
+ },
+ 'params': {
+ # rtmp download
+ 'skip_download': True,
}
}