Skip to content

Commit

Permalink
[ie/niconicochannelplus] Add extractors (#5686)
Browse files Browse the repository at this point in the history
Closes #2537
Authored by: pzhlkj6612
  • Loading branch information
pzhlkj6612 committed Sep 23, 2023
1 parent 1559194 commit 698beb9
Show file tree
Hide file tree
Showing 3 changed files with 434 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -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`
Expand Down
5 changes: 5 additions & 0 deletions yt_dlp/extractor/_extractors.py
Expand Up @@ -1299,6 +1299,11 @@
NineCNineMediaIE,
CPTwentyFourIE,
)
from .niconicochannelplus import (
NiconicoChannelPlusIE,
NiconicoChannelPlusChannelVideosIE,
NiconicoChannelPlusChannelLivesIE,
)
from .ninegag import NineGagIE
from .ninenow import NineNowIE
from .nintendo import NintendoIE
Expand Down

0 comments on commit 698beb9

Please sign in to comment.