We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60fbc68 commit 48f8b8fCopy full SHA for 48f8b8f
1 file changed
tests/test_tubeup.py
@@ -165,15 +165,12 @@ def test_generate_ydl_options_with_download_archive(self):
165
'writeinfojson': True,
166
'writedescription': True,
167
'writethumbnail': True,
168
- 'writeannotations': True,
169
'writesubtitles': True,
170
'allsubtitles': True,
171
'ignoreerrors': True,
172
'fixup': 'detect_or_warn',
173
'nooverwrites': True,
174
'consoletitle': True,
175
- 'prefer_ffmpeg': True,
176
- 'call_home': False,
177
'logger': self.tu.logger,
178
'progress_hooks': [mocked_ydl_progress_hook]}
179
0 commit comments