mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-16 16:15:52 +00:00
add skip_download to tests using ffmpeg
This commit is contained in:
parent
279539e995
commit
803b071036
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ class KanEpisodeIE(KanBaseIE):
|
||||||
'release_date': '20200803',
|
'release_date': '20200803',
|
||||||
'duration': 2393,
|
'duration': 2393,
|
||||||
},
|
},
|
||||||
|
'params': {
|
||||||
|
'skip_download': True
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
|
Loading…
Reference in a new issue