[dctptv] Skip rtmp download
authorSergey M․ <dstftw@gmail.com>
Wed, 11 Feb 2015 16:10:33 +0000 (22:10 +0600)
committerSergey M․ <dstftw@gmail.com>
Wed, 11 Feb 2015 16:10:33 +0000 (22:10 +0600)
youtube_dl/extractor/dctp.py

index 6ed3543790c6f76877b5e11bac7e6c7ffaf5c028..aa2c09eb686f9da5a7bedfdfe57566e9d29a0700 100644 (file)
@@ -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,
         }
     }