download_specs_construct¶
Define constructor for downloader.DownloadSpecs
objects.
Functions
|
Construct a list of |
- xbrl_filings_api.download_specs_construct.construct(files, filing, to_dir, stem_pattern, *, check_corruption, isfilingset=False)¶
Construct a list of
downloader.DownloadSpecs
objects.This function is used by methods
download
anddownload_aiter
of objectsFiling
andFilingSet
to get a list ofDownloadSpecs
objects for calls todownloader
subpackage functions.- Returns:
Instructions for a concrete download.
- Return type:
- Parameters: