diff options
author | Simon Sawicki <37424085+Grub4K@users.noreply.github.com> | 2022-09-30 03:05:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-30 06:35:44 +0530 |
commit | dfea94f8f69a8cd06b4781e95a0cd23fb06e6d67 (patch) | |
tree | 53bc143ffb70e7beb5aca1e1a02e34875cad1652 /README.md | |
parent | f1aae715684b8a2cd4ce5590373b49ba5030dba6 (diff) |
[extractor/crunchyroll:beta] Improve handling of hardsubs (#5041)
Closes #3397
Authored by: Grub4K
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1722,7 +1722,7 @@ The following extractors use this feature: #### crunchyrollbeta * `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 (default: `None` = no hardsubs), e.g. `crunchyrollbeta:hardsub=en-US,None` +* `hardsub`: Preference order for which hardsub versions to extract, or `all` (default: `None` = no hardsubs), e.g. `crunchyrollbeta:hardsub=en-US,None` #### vikichannel * `video_types`: Types of videos to download - one or more of `episodes`, `movies`, `clips`, `trailers` |