1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-17 01:48:29 +00:00

[cleanup] Fix typos

Authored by: seproDev
This commit is contained in:
sepro 2025-07-26 18:28:37 +02:00
parent 1fe83b0111
commit ab6d0690ef

View File

@ -243,7 +243,7 @@ class InfoExtractor:
* extra_param_to_segment_url A query string to append to each * extra_param_to_segment_url A query string to append to each
fragment's URL, or to update each existing query string fragment's URL, or to update each existing query string
with. If it is an HLS stream with an AES-128 decryption key, with. If it is an HLS stream with an AES-128 decryption key,
the query paramaters will be passed to the key URI as well, the query parameters will be passed to the key URI as well,
unless there is an `extra_param_to_key_url` given, unless there is an `extra_param_to_key_url` given,
or unless an external key URI is provided via `hls_aes`. or unless an external key URI is provided via `hls_aes`.
Only applied by the native HLS/DASH downloaders. Only applied by the native HLS/DASH downloaders.
@ -419,7 +419,7 @@ class InfoExtractor:
__post_extractor: A function to be called just before the metadata is __post_extractor: A function to be called just before the metadata is
written to either disk, logger or console. The function written to either disk, logger or console. The function
must return a dict which will be added to the info_dict. must return a dict which will be added to the info_dict.
This is usefull for additional information that is This is useful for additional information that is
time-consuming to extract. Note that the fields thus time-consuming to extract. Note that the fields thus
extracted will not be available to output template and extracted will not be available to output template and
match_filter. So, only "comments" and "comment_count" are match_filter. So, only "comments" and "comment_count" are