1
0
Fork 0

[ie/niconicochannelplus] Add extractors (#5686)

Closes #2537
Authored by: pzhlkj6612
This commit is contained in:
Mozi 2023-09-24 06:36:34 +08:00 committed by GitHub
commit 698beb9a49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 434 additions and 0 deletions

View file

@ -1299,6 +1299,11 @@ from .ninecninemedia import (
NineCNineMediaIE,
CPTwentyFourIE,
)
from .niconicochannelplus import (
NiconicoChannelPlusIE,
NiconicoChannelPlusChannelVideosIE,
NiconicoChannelPlusChannelLivesIE,
)
from .ninegag import NineGagIE
from .ninenow import NineNowIE
from .nintendo import NintendoIE