X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fdctp.py;h=aa2c09eb686f9da5a7bedfdfe57566e9d29a0700;hb=9f02ff537c6ddfd3f1ea3586f3e44f0ec07a2aea;hp=dbedafa7d4ea690a8d724c30507c3ce9200463cb;hpb=6ebb0dca9f40ecf9fb82882c097f42f497c70cda;p=youtube-dl diff --git a/youtube_dl/extractor/dctp.py b/youtube_dl/extractor/dctp.py index dbedafa7d..aa2c09eb6 100644 --- a/youtube_dl/extractor/dctp.py +++ b/youtube_dl/extractor/dctp.py @@ -13,8 +13,13 @@ class DctpTvIE(InfoExtractor): 'id': '1324', 'display_id': 'videoinstallation-fuer-eine-kaufhausfassade', 'ext': 'flv', - 'title': 'Videoinstallation für eine Kaufhausfassade'} + 'title': 'Videoinstallation für eine Kaufhausfassade' + }, + 'params': { + # rtmp download + 'skip_download': True, } + } def _real_extract(self, url): video_id = self._match_id(url) @@ -54,4 +59,3 @@ class DctpTvIE(InfoExtractor): 'ext': 'flv', 'display_id': video_id } -