diff options
author | Jeff Huffman <tejing@tejing.com> | 2022-11-06 10:48:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-07 00:18:55 +0530 |
commit | cb1553e96601e92765dd8d70d549b8d551191e70 (patch) | |
tree | cdb82ca61ed05ddfb2dc3af892f7d1b488f43ff8 /README.md | |
parent | 0d2a0ecac3d721b4b01ebc2f00f922740961e515 (diff) | |
download | hypervideo-pre-cb1553e96601e92765dd8d70d549b8d551191e70.tar.lz hypervideo-pre-cb1553e96601e92765dd8d70d549b8d551191e70.tar.xz hypervideo-pre-cb1553e96601e92765dd8d70d549b8d551191e70.zip |
[extractor/crunchyroll] Beta is now the only layout (#5294)
Closes #5292
Authored by: tejing1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1733,11 +1733,7 @@ The following extractors use this feature: * `language`: Audio languages to extract, e.g. `funimation:language=english,japanese` * `version`: The video version to extract - `uncut` or `simulcast` -#### crunchyroll -* `language`: Audio languages to extract, e.g. `crunchyroll:language=jaJp` -* `hardsub`: Which hard-sub versions to extract, e.g. `crunchyroll:hardsub=None,enUS` - -#### crunchyrollbeta +#### 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` |