diff options
| author | dirkf <fieldhouse@gmx.net> | 2025-10-31 14:27:33 +0000 |
|---|---|---|
| committer | dirkf <fieldhouse@gmx.net> | 2025-11-21 01:52:11 +0000 |
| commit | a96a77875023407233bae4111a36d113b756a4e3 (patch) | |
| tree | 38476ccd9dfcc9a90687035d94dc6e539a19a9c3 /youtube_dl/extractor/common.py | |
| parent | 68fe8c1781f6bbfef3aa75cf7746f6508d7ef75c (diff) | |
[core] Fix housekeeping for `available_at`
Diffstat (limited to 'youtube_dl/extractor/common.py')
| -rw-r--r-- | youtube_dl/extractor/common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index a64fcfccc..a0901dab5 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -214,6 +214,7 @@ class InfoExtractor(object): width : height ratio as float. * no_resume The server does not support resuming the (HTTP or RTMP) download. Boolean. + * available_at Unix timestamp of when a format will be available to download * downloader_options A dictionary of downloader options as described in FileDownloader |
