mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-13 13:57:59 +09:00
add skip_download to tests using ffmpeg
This commit is contained in:
parent
279539e995
commit
803b071036
@ -75,6 +75,9 @@ class KanEpisodeIE(KanBaseIE):
|
||||
'release_date': '20200803',
|
||||
'duration': 2393,
|
||||
},
|
||||
'params': {
|
||||
'skip_download': True
|
||||
},
|
||||
}
|
||||
|
||||
def _real_extract(self, url):
|
||||
|
Loading…
Reference in New Issue
Block a user