[fd/hls] Support hls_media_playlist_data format field (#12322)
Authored by: bashonly
This commit is contained in:
parent
14cd7f3443
commit
c987be0acb
3 changed files with 14 additions and 5 deletions
|
|
@ -201,6 +201,11 @@ class InfoExtractor:
|
|||
fragment_base_url
|
||||
* "duration" (optional, int or float)
|
||||
* "filesize" (optional, int)
|
||||
* hls_media_playlist_data
|
||||
The M3U8 media playlist data as a string.
|
||||
Only use if the data must be modified during extraction and
|
||||
the native HLS downloader should bypass requesting the URL.
|
||||
Does not apply if ffmpeg is used as external downloader
|
||||
* is_from_start Is a live format that can be downloaded
|
||||
from the start. Boolean
|
||||
* preference Order number of this format. If this field is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue