aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorcoletdjnz <colethedj@protonmail.com>2021-07-12 11:18:40 +1200
committerGitHub <noreply@github.com>2021-07-12 04:48:40 +0530
commit2d6659b9ea24ecea1b0694c96711fef09aa87faa (patch)
tree9b347536351a80167cf8cf0afbcc7d45e1183fbd /README.md
parentc5370857b3075bd5719b59d8e493dda8bea15e24 (diff)
downloadhypervideo-pre-2d6659b9ea24ecea1b0694c96711fef09aa87faa.tar.lz
hypervideo-pre-2d6659b9ea24ecea1b0694c96711fef09aa87faa.tar.xz
hypervideo-pre-2d6659b9ea24ecea1b0694c96711fef09aa87faa.zip
[youtube:comments] Move comment extraction to new API (#466)
Closes #438, #481, #485 Authored by: colethedj
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4b8d0ed10..db0730131 100644
--- a/README.md
+++ b/README.md
@@ -1335,7 +1335,10 @@ The following extractors use this feature:
* `skip`: `hls` or `dash` (or both) to skip download of the respective manifests
* `player_client`: `web` (default) or `android` (force use the android client fallbacks for video extraction)
* `player_skip`: `configs` - skip requests if applicable for client configs and use defaults
-
+ * `comment_sort`: `top` or `new` (default) - choose comment sorting mode (on YouTube's side).
+ * `max_comments`: maximum amount of comments to download (default all).
+ * `max_comment_depth`: maximum depth for nested comments. YouTube supports depths 1 or 2 (default).
+
* **funimation**
* `language`: Languages to extract. Eg: `funimation:language=english,japanese`
* `version`: The video version to extract - `uncut` or `simulcast`