1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-02 12:02:52 -05:00

Fix unit tests for m3u8 and RTSP extractors that require ffmpeg or mplayer

This commit is contained in:
Nehal Patel
2016-07-07 16:39:39 -05:00
committed by Sergey M․
parent 342f0c3682
commit 7b0d333a7e
5 changed files with 31 additions and 16 deletions

View File

@ -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
}
},
{