aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r--yt_dlp/extractor/extractors.py45
1 files changed, 35 insertions, 10 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py
index 0cb686304..9c5a5f482 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -1,5 +1,4 @@
-# flake8: noqa
-from __future__ import unicode_literals
+# flake8: noqa: F401
from .abc import (
ABCIE,
@@ -169,6 +168,7 @@ from .bilibili import (
BilibiliChannelIE,
BiliIntlIE,
BiliIntlSeriesIE,
+ BiliLiveIE,
)
from .biobiochiletv import BioBioChileTVIE
from .bitchute import (
@@ -501,6 +501,7 @@ from .fc2 import (
FC2LiveIE,
)
from .fczenit import FczenitIE
+from .fifa import FifaIE
from .filmmodu import FilmmoduIE
from .filmon import (
FilmOnIE,
@@ -590,6 +591,7 @@ from .go import GoIE
from .godtube import GodTubeIE
from .gofile import GofileIE
from .golem import GolemIE
+from .goodgame import GoodGameIE
from .googledrive import GoogleDriveIE
from .googlepodcasts import (
GooglePodcastsIE,
@@ -600,7 +602,11 @@ from .gopro import GoProIE
from .goshgay import GoshgayIE
from .gotostage import GoToStageIE
from .gputechconf import GPUTechConfIE
-from .gronkh import GronkhIE
+from .gronkh import (
+ GronkhIE,
+ GronkhFeedIE,
+ GronkhVodsIE
+)
from .groupon import GrouponIE
from .hbo import HBOIE
from .hearthisat import HearThisAtIE
@@ -617,6 +623,7 @@ from .hitrecord import HitRecordIE
from .hotnewhiphop import HotNewHipHopIE
from .hotstar import (
HotStarIE,
+ HotStarPrefixIE,
HotStarPlaylistIE,
HotStarSeriesIE,
)
@@ -640,6 +647,7 @@ from .hungama import (
HungamaAlbumPlaylistIE,
)
from .hypem import HypemIE
+from .icareus import IcareusIE
from .ichinanalive import (
IchinanaLiveIE,
IchinanaLiveClipIE,
@@ -699,7 +707,11 @@ from .ivi import (
IviCompilationIE
)
from .ivideon import IvideonIE
-from .iwara import IwaraIE
+from .iwara import (
+ IwaraIE,
+ IwaraPlaylistIE,
+ IwaraUserIE,
+)
from .izlesene import IzleseneIE
from .jable import (
JableIE,
@@ -785,6 +797,10 @@ from .lifenews import (
LifeNewsIE,
LifeEmbedIE,
)
+from .likee import (
+ LikeeIE,
+ LikeeUserIE
+)
from .limelight import (
LimelightMediaIE,
LimelightChannelIE,
@@ -813,7 +829,10 @@ from .lnkgo import (
)
from .localnews8 import LocalNews8IE
from .lovehomeporn import LoveHomePornIE
-from .lrt import LRTIE
+from .lrt import (
+ LRTVODIE,
+ LRTStreamIE
+)
from .lynda import (
LyndaIE,
LyndaCourseIE
@@ -843,6 +862,7 @@ from .markiza import (
MarkizaPageIE,
)
from .massengeschmacktv import MassengeschmackTVIE
+from .masters import MastersIE
from .matchtv import MatchTVIE
from .mdr import MDRIE
from .medaltv import MedalTVIE
@@ -999,7 +1019,8 @@ from .ndr import (
from .ndtv import NDTVIE
from .nebula import (
NebulaIE,
- NebulaCollectionIE,
+ NebulaSubscriptionsIE,
+ NebulaChannelIE,
)
from .nerdcubed import NerdCubedFeedIE
from .netzkino import NetzkinoIE
@@ -1248,6 +1269,7 @@ from .pluralsight import (
PluralsightIE,
PluralsightCourseIE,
)
+from .podchaser import PodchaserIE
from .podomatic import PodomaticIE
from .pokemon import (
PokemonIE,
@@ -1383,6 +1405,7 @@ from .rokfin import (
RokfinIE,
RokfinStackIE,
RokfinChannelIE,
+ RokfinSearchIE,
)
from .roosterteeth import RoosterTeethIE, RoosterTeethSeriesIE
from .rottentomatoes import RottenTomatoesIE
@@ -1884,10 +1907,7 @@ from .vice import (
from .vidbit import VidbitIE
from .viddler import ViddlerIE
from .videa import VideaIE
-from .videocampus_sachsen import (
- VideocampusSachsenIE,
- VideocampusSachsenEmbedIE,
-)
+from .videocampus_sachsen import VideocampusSachsenIE
from .videodetective import VideoDetectiveIE
from .videofyme import VideofyMeIE
from .videomore import (
@@ -2111,6 +2131,7 @@ from .youtube import (
YoutubeSearchURLIE,
YoutubeMusicSearchURLIE,
YoutubeSubscriptionsIE,
+ YoutubeStoriesIE,
YoutubeTruncatedIDIE,
YoutubeTruncatedURLIE,
YoutubeYtBeIE,
@@ -2145,6 +2166,10 @@ from .zhihu import ZhihuIE
from .zingmp3 import (
ZingMp3IE,
ZingMp3AlbumIE,
+ ZingMp3ChartHomeIE,
+ ZingMp3WeekChartIE,
+ ZingMp3ChartMusicVideoIE,
+ ZingMp3UserIE,
)
from .zoom import ZoomIE
from .zype import ZypeIE