diff options
author | Nehal Patel <nehalvpatels+github@gmail.com> | 2016-07-07 16:39:39 -0500 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-07-15 03:06:23 +0700 |
commit | 7b0d333a7e7f13858cc0a24a89dc32b07a2a84f3 (patch) | |
tree | e8b24cf4554c1911d66875b04405b922dda7b3bc /youtube_dl/extractor/dreisat.py | |
parent | 342f0c3682885ad4c7d709686b2a38a466dd05a0 (diff) |
Fix unit tests for m3u8 and RTSP extractors that require ffmpeg or mplayer
Diffstat (limited to 'youtube_dl/extractor/dreisat.py')
-rw-r--r-- | youtube_dl/extractor/dreisat.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/youtube_dl/extractor/dreisat.py b/youtube_dl/extractor/dreisat.py index 0040e70d4..908c9e514 100644 --- a/youtube_dl/extractor/dreisat.py +++ b/youtube_dl/extractor/dreisat.py @@ -17,8 +17,12 @@ class DreiSatIE(ZDFIE): 'ext': 'mp4', 'title': 'Waidmannsheil', 'description': 'md5:cce00ca1d70e21425e72c86a98a56817', - 'uploader': '3sat', + 'uploader': 'SCHWEIZWEIT', + 'uploader_id': '100000210', 'upload_date': '20140913' + }, + 'params': { + 'skip_download': True, # m3u8 downloads } }, { |