diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2022-11-21 00:51:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-21 00:51:45 +0000 |
commit | 3b021eacefab4a9e43660d72d6d5a49f7ddb025e (patch) | |
tree | dbbe95efaed24d43dcffb114afd80e1c53067e68 /README.md | |
parent | f352a0977879a6210b1519036fc75e9d423f277c (diff) |
[extractor/generic] Add `fragment_query` extractor arg for DASH and HLS (#5528)
* `fragment_query`: passthrough any query in generic mpd/m3u8 manifest URLs to their fragments
* Add support for `extra_param_to_segment_url` to DASH downloader
Authored by: bashonly, pukkandan
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1736,6 +1736,9 @@ The following extractors use this feature: * `skip`: One or more of `webpage` (skip initial webpage download), `authcheck` (allow the download of playlists requiring authentication when no initial webpage is downloaded. This may cause unwanted behavior, see [#1122](https://github.com/yt-dlp/yt-dlp/pull/1122) for more details) * `approximate_date`: Extract approximate `upload_date` and `timestamp` in flat-playlist. This may cause date-based filters to be slightly off +#### generic +* `fragment_query`: Passthrough any query in mpd/m3u8 manifest URLs to their fragments. Does not apply to ffmpeg + #### funimation * `language`: Audio languages to extract, e.g. `funimation:language=english,japanese` * `version`: The video version to extract - `uncut` or `simulcast` |