diff options
author | Jesús <heckyel@hyperbola.info> | 2022-03-04 11:45:58 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-03-04 11:45:58 +0800 |
commit | 2064247b6faafff3ee304ea6ec58495b8d9ee023 (patch) | |
tree | 8a9e77f31deb3f859fe21ca5d93cf362d29af8f5 /yt_dlp/extractor/extractors.py | |
parent | 4a094056595a2d714b238eb63ef0a5df6eb03397 (diff) | |
parent | 45806d44a7bc96dc0199410fec81cdce6015a546 (diff) | |
download | hypervideo-pre-2064247b6faafff3ee304ea6ec58495b8d9ee023.tar.lz hypervideo-pre-2064247b6faafff3ee304ea6ec58495b8d9ee023.tar.xz hypervideo-pre-2064247b6faafff3ee304ea6ec58495b8d9ee023.zip |
updated from upstream | 04/03/2022 at 11:45
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r-- | yt_dlp/extractor/extractors.py | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py index ef1d6c14d..0f26dc24f 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -1011,11 +1011,12 @@ from .nick import ( NickNightIE, NickRuIE, ) - from .niconico import ( NiconicoIE, NiconicoPlaylistIE, NiconicoUserIE, + NiconicoSeriesIE, + NiconicoHistoryIE, NicovideoSearchDateIE, NicovideoSearchIE, NicovideoSearchURLIE, @@ -1333,6 +1334,11 @@ from .reverbnation import ReverbNationIE from .rice import RICEIE from .rmcdecouverte import RMCDecouverteIE from .rockstargames import RockstarGamesIE +from .rokfin import ( + RokfinIE, + RokfinStackIE, + RokfinChannelIE, +) from .roosterteeth import RoosterTeethIE, RoosterTeethSeriesIE from .rottentomatoes import RottenTomatoesIE from .rozhlas import RozhlasIE |