add skip_download to tests using ffmpeg

This commit is contained in:
Yuval Hager 2021-05-18 18:32:26 -07:00
parent 279539e995
commit 803b071036
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@ class KanEpisodeIE(KanBaseIE):
'release_date': '20200803',
'duration': 2393,
},
'params': {
'skip_download': True
},
}
def _real_extract(self, url):