diff options
author | bytedream <63594396+bytedream@users.noreply.github.com> | 2024-04-06 12:53:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-06 12:53:20 +0200 |
commit | 954e57e405f79188450eb30103a9308732cd318f (patch) | |
tree | fcd9a22317ddab5883e571a6d0cdcb41efa48e22 /README.md | |
parent | 9073ae6458f4c6a832aa832c67174c61852869be (diff) |
[ie/crunchyroll] Fix extractor (#9615)
Authored by: bytedream
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1784,8 +1784,7 @@ The following extractors use this feature: * `version`: The video version to extract - `uncut` or `simulcast` #### crunchyrollbeta (Crunchyroll) -* `format`: Which stream type(s) to extract (default: `adaptive_hls`). Potentially useful values include `adaptive_hls`, `adaptive_dash`, `vo_adaptive_hls`, `vo_adaptive_dash`, `download_hls`, `download_dash`, `multitrack_adaptive_hls_v2` -* `hardsub`: Preference order for which hardsub versions to extract, or `all` (default: `None` = no hardsubs), e.g. `crunchyrollbeta:hardsub=en-US,None` +* `hardsub`: One or more hardsub versions to extract (in order of preference), or `all` (default: `None` = no hardsubs will be extracted), e.g. `crunchyrollbeta:hardsub=en-US,de-DE` #### vikichannel * `video_types`: Types of videos to download - one or more of `episodes`, `movies`, `clips`, `trailers` |