youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit c56d7d899d5587cd73cb017b776ceb302494b6fd
parent ea5db8469ee3e5f1bb4ba3deb88f28b4d9838e09
Author: Sergey M․ <dstftw@gmail.com>
Date:   Wed, 11 Feb 2015 22:10:33 +0600

[dctptv] Skip rtmp download

Diffstat:
Myoutube_dl/extractor/dctp.py | 4++++
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, } }