mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-20 21:34:01 -07:00
[test:download] Only extract enough videos for playlist_mincount
This commit is contained in:
parent
584715a803
commit
73e1ab6125
2 changed files with 1 additions and 1 deletions
|
@ -121,6 +121,7 @@ def generator(test_case, tname):
|
|||
params['outtmpl'] = tname + '_' + params['outtmpl']
|
||||
if is_playlist and 'playlist' not in test_case:
|
||||
params.setdefault('extract_flat', 'in_playlist')
|
||||
params.setdefault('playlistend', test_case.get('playlist_mincount'))
|
||||
params.setdefault('skip_download', True)
|
||||
|
||||
ydl = YoutubeDL(params, auto_init=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue