1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-26 11:25:19 +00:00

[extractor/generic] Add extractor-args hls_key, variant_query (#6567)

Authored by: bashonly
This commit is contained in:
bashonly
2023-03-21 18:12:17 -05:00
committed by GitHub
parent 06966cb896
commit c2e0fc40a7
2 changed files with 23 additions and 11 deletions

View File

@@ -1798,6 +1798,8 @@ The following extractors use this feature:
#### generic
* `fragment_query`: Passthrough any query in mpd/m3u8 manifest URLs to their fragments. Does not apply to ffmpeg
* `variant_query`: Passthrough the master m3u8 URL query to its variant playlist URLs
* `hls_key`: An HLS AES-128 key URI *or* key (as hex), and optionally the IV (as hex), in the form of `(URI|KEY)[,IV]`; e.g. `generic:hls_key=ABCDEF1234567980,0xFEDCBA0987654321`. Passing any of these values will force usage of the native HLS downloader and override the corresponding values found in the m3u8 playlist
#### funimation
* `language`: Audio languages to extract, e.g. `funimation:language=english,japanese`