@@ -140,7 +140,6 @@ class _Params(TypedDict, total=False):
140140 nopart : bool | None
141141 updatetime : bool | None
142142 writedescription : bool | None
143- writeannotations : bool | None
144143 writeinfojson : bool | None
145144 allow_playlist_files : bool | None
146145 clean_infojson : bool | None
@@ -187,13 +186,9 @@ class _Params(TypedDict, total=False):
187186 socket_timeout : int | None
188187 bidi_workaround : bool | None
189188 debug_printtraffic : bool | None
190- prefer_ffmpeg : bool | None
191- include_ads : bool | None
192189 default_search : str | None
193190 dynamic_mpd : bool | None
194191 extractor_args : Mapping [str , Mapping [str , Any ]] | None
195- youtube_include_dash_manifest : bool | None
196- youtube_include_hls_manifest : bool | None
197192 encoding : str | None
198193 extract_flat : bool | Literal ["in_playlist" , "discard" , "discard_in_playlist" ] | None
199194 live_from_start : bool | None
@@ -205,7 +200,6 @@ class _Params(TypedDict, total=False):
205200 postprocessors : Collection [Mapping [str , Any ]]
206201 fixup : Literal ["never" , "warn" , "detect_or_warn" ] | None
207202 source_address : str | None
208- call_home : bool | None
209203 sleep_interval_requests : int | None
210204 sleep_interval : int | None
211205 max_sleep_interval : int | None
@@ -215,7 +209,6 @@ class _Params(TypedDict, total=False):
215209 force_keyframes_at_cuts : bool | None
216210 list_thumbnails : str | None
217211 playlist_items : Collection [int ] | None
218- xattr_set_filesize : bool | None
219212 match_filter : NotRequired [Callable [[Mapping [str , Any ], bool ], str | None ] | Callable [[Mapping [str , Any ]], str | None ] | None ]
220213 color : _Color | None
221214 ffmpeg_location : str | None
@@ -240,9 +233,7 @@ class _Params(TypedDict, total=False):
240233 _warnings : Collection [str ] | None
241234 autonumber_size : int | None
242235 autonumber_start : int | None
243- cn_verification_proxy : str | None
244236 load_pages : bool | None
245- youtube_print_sig_code : bool | None
246237 progress_hooks : list [Callable [[Mapping [str , Any ]], object ]]
247238 impersonate : ImpersonateTarget
248239
0 commit comments