aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAshish Gupta <39122144+Ashish0804@users.noreply.github.com>2022-01-01 02:32:23 +0530
committerGitHub <noreply@github.com>2022-01-01 02:32:23 +0530
commit26f2aa3db96cf44764d69b32db78b7a48752a016 (patch)
tree820d251838dd941c2a6eca2bcea12d1945b91b7d /README.md
parent3464a2727bc3a0465ed21ea5c37f3e78ed8797d2 (diff)
[hotstar] Add extractor args to ignore tags (#2116)
Authored by: Ashish0804
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3490721b9..e9785764b 100644
--- a/README.md
+++ b/README.md
@@ -1631,6 +1631,11 @@ The following extractors use this feature:
#### gamejolt
* `comment_sort`: `hot` (default), `you` (cookies needed), `top`, `new` - choose comment sorting mode (on GameJolt's side)
+#### hotstar
+* `res`: resolution to ignore - one or more of `sd`, `hd`, `fhd`
+* `vcodec`: vcodec to ignore - one or more of `h264`, `h265`, `dvh265`
+* `dr`: dynamic range to ignore - one or more of `sdr`, `hdr10`, `dv`
+
NOTE: These options may be changed/removed in the future without concern for backward compatibility
<!-- MANPAGE: MOVE "INSTALLATION" SECTION HERE -->