Skip to content

Commit 48f8b8f

Browse files
author
vxbinaca
committed
Pruned depreciated yt-dlp flags hopefully stops UT breaks
1 parent 60fbc68 commit 48f8b8f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/test_tubeup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,12 @@ def test_generate_ydl_options_with_download_archive(self):
165165
'writeinfojson': True,
166166
'writedescription': True,
167167
'writethumbnail': True,
168-
'writeannotations': True,
169168
'writesubtitles': True,
170169
'allsubtitles': True,
171170
'ignoreerrors': True,
172171
'fixup': 'detect_or_warn',
173172
'nooverwrites': True,
174173
'consoletitle': True,
175-
'prefer_ffmpeg': True,
176-
'call_home': False,
177174
'logger': self.tu.logger,
178175
'progress_hooks': [mocked_ydl_progress_hook]}
179176

0 commit comments

Comments
 (0)