diff options
author | Mozi <29089388+pzhlkj6612@users.noreply.github.com> | 2023-09-24 06:36:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-23 22:36:34 +0000 |
commit | 698beb9a497f51693e64d167e572ff9efa4bc25f (patch) | |
tree | 4bf2fdef066849c4eca5ba10be2c8c77cd5e0656 /README.md | |
parent | 15591940ff102d1ae337d603a46d8f238c83a61f (diff) |
[ie/niconicochannelplus] Add extractors (#5686)
Closes #2537
Authored by: pzhlkj6612
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1845,6 +1845,9 @@ The following extractors use this feature: * `vcodec`: vcodec to ignore - one or more of `h264`, `h265`, `dvh265` * `dr`: dynamic range to ignore - one or more of `sdr`, `hdr10`, `dv` +#### niconicochannelplus +* `max_comments`: Maximum number of comments to extract - default is `120` + #### tiktok * `api_hostname`: Hostname to use for mobile API requests, e.g. `api-h2.tiktokv.com` * `app_version`: App version to call mobile APIs with - should be set along with `manifest_app_version`, e.g. `20.2.1` |