add skip_download to tests using ffmpeg

pull/27959/head
Yuval Hager 4 years ago
parent 279539e995
commit 803b071036

@ -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…
Cancel
Save