diff options
| author | Sergey M․ <dstftw@gmail.com> | 2015-02-11 22:10:33 +0600 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2015-02-11 22:10:33 +0600 | 
| commit | c56d7d899d5587cd73cb017b776ceb302494b6fd (patch) | |
| tree | d0220439b014de3ca98d3651b16f754eabac8ac1 | |
| parent | ea5db8469ee3e5f1bb4ba3deb88f28b4d9838e09 (diff) | |
[dctptv] Skip rtmp download
| -rw-r--r-- | youtube_dl/extractor/dctp.py | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/youtube_dl/extractor/dctp.py b/youtube_dl/extractor/dctp.py index 6ed354379..aa2c09eb6 100644 --- 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,          }      } | 
