1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-02 03:33:29 +00:00

[core] Fix housekeeping for available_at

This commit is contained in:
dirkf
2025-10-31 14:27:33 +00:00
parent 68fe8c1781
commit a96a778750
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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