[fd] Support available_at format field (#13980)

Authored by: bashonly
This commit is contained in:
bashonly
2025-08-19 19:38:48 -05:00
committed by GitHub
parent 74b4b3b005
commit 438d3f06b3
3 changed files with 17 additions and 4 deletions

View File

@@ -263,6 +263,7 @@ class InfoExtractor:
* a string in the format of CLIENT[:OS]
* a list or a tuple of CLIENT[:OS] strings or ImpersonateTarget instances
* a boolean value; True means any impersonate target is sufficient
* available_at Unix timestamp of when a format will be available to download
* downloader_options A dictionary of downloader options
(For internal use only)
* http_chunk_size Chunk size for HTTP downloads