mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[hotstar] Add extractor args to ignore tags (#2116)
Authored by: Ashish0804
This commit is contained in:
parent
3464a2727b
commit
26f2aa3db9
2 changed files with 8 additions and 0 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue