diff options
| -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,          }      } | 
