diff options
| author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-08-21 13:00:08 +0800 | 
|---|---|---|
| committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-08-21 13:00:08 +0800 | 
| commit | 4932a817a0c2375df14d66c9ac86cfa28988327d (patch) | |
| tree | eeaf12580a626893d9437b7eb0c0fed0ab0585c6 /youtube_dl/extractor/rtl2.py | |
| parent | 5d003e29b188dd2f140fe1b9b93f1bb1ad8263a0 (diff) | |
[rtl2] Add skip_download for test
Diffstat (limited to 'youtube_dl/extractor/rtl2.py')
| -rw-r--r-- | youtube_dl/extractor/rtl2.py | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/rtl2.py b/youtube_dl/extractor/rtl2.py index 72cd80498..e9589449e 100644 --- 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',  | 
