youtube-dl

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

commit 4932a817a0c2375df14d66c9ac86cfa28988327d
parent 5d003e29b188dd2f140fe1b9b93f1bb1ad8263a0
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Fri, 21 Aug 2015 13:00:08 +0800

[rtl2] Add skip_download for test

Diffstat:
Myoutube_dl/extractor/rtl2.py | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/rtl2.py b/youtube_dl/extractor/rtl2.py @@ -15,6 +15,10 @@ class RTL2IE(InfoExtractor): 'title': 'GRIP sucht den Sommerkönig', 'description': 'Matthias, Det und Helge treten gegeneinander an.' }, + 'params': { + # rtmp download + 'skip_download': True, + }, }, { 'url': 'http://www.rtl2.de/sendung/koeln-50667/video/5512-anna/21040-anna-erwischt-alex/', 'md5': 'ffcd517d2805b57ce11a58a2980c2b02',