diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-11-04 23:34:37 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-11-05 00:12:12 +0530 |
commit | a9d4da606d401b70b307fe69336c5166e5304d2c (patch) | |
tree | 1a1db83a267a9829990e9a42651188ac1cbb0fd1 /README.md | |
parent | c18d4482b1849e1d3854f146b199779aabff43db (diff) | |
download | hypervideo-pre-a9d4da606d401b70b307fe69336c5166e5304d2c.tar.lz hypervideo-pre-a9d4da606d401b70b307fe69336c5166e5304d2c.tar.xz hypervideo-pre-a9d4da606d401b70b307fe69336c5166e5304d2c.zip |
[crunchyroll] Add extractor-args `language` and `hardsub`
Closes #1516
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1559,6 +1559,10 @@ The following extractors use this feature: * `language`: Languages to extract. Eg: `funimation:language=english,japanese` * `version`: The video version to extract - `uncut` or `simulcast` +#### crunchyroll +* `language`: Languages to extract. Eg: `crunchyroll:language=jaJp` +* `hardsub`: Which hard-sub versions to extract. Eg: `crunchyroll:hardsub=None,enUS` + #### vikichannel * `video_types`: Types of videos to download - one or more of `episodes`, `movies`, `clips`, `trailers` |