[moniker] Remove extractor(closes #15336)
[youtube-dl] / youtube_dl / extractor / extractors.py
1 # flake8: noqa
2 from __future__ import unicode_literals
3
4 from .abc import (
5     ABCIE,
6     ABCIViewIE,
7 )
8 from .abcnews import (
9     AbcNewsIE,
10     AbcNewsVideoIE,
11 )
12 from .abcotvs import (
13     ABCOTVSIE,
14     ABCOTVSClipsIE,
15 )
16 from .academicearth import AcademicEarthCourseIE
17 from .acast import (
18     ACastIE,
19     ACastChannelIE,
20 )
21 from .addanime import AddAnimeIE
22 from .adn import ADNIE
23 from .adobetv import (
24     AdobeTVIE,
25     AdobeTVShowIE,
26     AdobeTVChannelIE,
27     AdobeTVVideoIE,
28 )
29 from .adultswim import AdultSwimIE
30 from .aenetworks import (
31     AENetworksIE,
32     HistoryTopicIE,
33 )
34 from .afreecatv import AfreecaTVIE
35 from .airmozilla import AirMozillaIE
36 from .aljazeera import AlJazeeraIE
37 from .alphaporno import AlphaPornoIE
38 from .amcnetworks import AMCNetworksIE
39 from .americastestkitchen import AmericasTestKitchenIE
40 from .animeondemand import AnimeOnDemandIE
41 from .anitube import AnitubeIE
42 from .anvato import AnvatoIE
43 from .anysex import AnySexIE
44 from .aol import AolIE
45 from .allocine import AllocineIE
46 from .aliexpress import AliExpressLiveIE
47 from .aparat import AparatIE
48 from .appleconnect import AppleConnectIE
49 from .appletrailers import (
50     AppleTrailersIE,
51     AppleTrailersSectionIE,
52 )
53 from .archiveorg import ArchiveOrgIE
54 from .arkena import ArkenaIE
55 from .ard import (
56     ARDIE,
57     ARDMediathekIE,
58 )
59 from .arte import (
60     ArteTvIE,
61     ArteTVPlus7IE,
62     ArteTVCreativeIE,
63     ArteTVConcertIE,
64     ArteTVInfoIE,
65     ArteTVFutureIE,
66     ArteTVCinemaIE,
67     ArteTVDDCIE,
68     ArteTVMagazineIE,
69     ArteTVEmbedIE,
70     TheOperaPlatformIE,
71     ArteTVPlaylistIE,
72 )
73 from .asiancrush import (
74     AsianCrushIE,
75     AsianCrushPlaylistIE,
76 )
77 from .atresplayer import AtresPlayerIE
78 from .atttechchannel import ATTTechChannelIE
79 from .atvat import ATVAtIE
80 from .audimedia import AudiMediaIE
81 from .audioboom import AudioBoomIE
82 from .audiomack import AudiomackIE, AudiomackAlbumIE
83 from .awaan import (
84     AWAANIE,
85     AWAANVideoIE,
86     AWAANLiveIE,
87     AWAANSeasonIE,
88 )
89 from .azmedien import (
90     AZMedienIE,
91     AZMedienPlaylistIE,
92     AZMedienShowPlaylistIE,
93 )
94 from .baidu import BaiduVideoIE
95 from .bambuser import BambuserIE, BambuserChannelIE
96 from .bandcamp import BandcampIE, BandcampAlbumIE, BandcampWeeklyIE
97 from .bbc import (
98     BBCCoUkIE,
99     BBCCoUkArticleIE,
100     BBCCoUkIPlayerPlaylistIE,
101     BBCCoUkPlaylistIE,
102     BBCIE,
103 )
104 from .beampro import (
105     BeamProLiveIE,
106     BeamProVodIE,
107 )
108 from .beeg import BeegIE
109 from .behindkink import BehindKinkIE
110 from .bellmedia import BellMediaIE
111 from .beatport import BeatportIE
112 from .bet import BetIE
113 from .bigflix import BigflixIE
114 from .bild import BildIE
115 from .bilibili import (
116     BiliBiliIE,
117     BiliBiliBangumiIE,
118 )
119 from .biobiochiletv import BioBioChileTVIE
120 from .biqle import BIQLEIE
121 from .bleacherreport import (
122     BleacherReportIE,
123     BleacherReportCMSIE,
124 )
125 from .blinkx import BlinkxIE
126 from .bloomberg import BloombergIE
127 from .bokecc import BokeCCIE
128 from .bostonglobe import BostonGlobeIE
129 from .bpb import BpbIE
130 from .br import (
131     BRIE,
132     BRMediathekIE,
133 )
134 from .bravotv import BravoTVIE
135 from .breakcom import BreakIE
136 from .brightcove import (
137     BrightcoveLegacyIE,
138     BrightcoveNewIE,
139 )
140 from .businessinsider import BusinessInsiderIE
141 from .buzzfeed import BuzzFeedIE
142 from .byutv import BYUtvIE
143 from .c56 import C56IE
144 from .camdemy import (
145     CamdemyIE,
146     CamdemyFolderIE
147 )
148 from .camwithher import CamWithHerIE
149 from .canalplus import CanalplusIE
150 from .canalc2 import Canalc2IE
151 from .canvas import (
152     CanvasIE,
153     CanvasEenIE,
154     VrtNUIE,
155 )
156 from .carambatv import (
157     CarambaTVIE,
158     CarambaTVPageIE,
159 )
160 from .cartoonnetwork import CartoonNetworkIE
161 from .cbc import (
162     CBCIE,
163     CBCPlayerIE,
164     CBCWatchVideoIE,
165     CBCWatchIE,
166     CBCOlympicsIE,
167 )
168 from .cbs import CBSIE
169 from .cbslocal import CBSLocalIE
170 from .cbsinteractive import CBSInteractiveIE
171 from .cbsnews import (
172     CBSNewsIE,
173     CBSNewsLiveVideoIE,
174 )
175 from .cbssports import CBSSportsIE
176 from .ccc import CCCIE
177 from .ccma import CCMAIE
178 from .cctv import CCTVIE
179 from .cda import CDAIE
180 from .ceskatelevize import (
181     CeskaTelevizeIE,
182     CeskaTelevizePoradyIE,
183 )
184 from .channel9 import Channel9IE
185 from .charlierose import CharlieRoseIE
186 from .chaturbate import ChaturbateIE
187 from .chilloutzone import ChilloutzoneIE
188 from .chirbit import (
189     ChirbitIE,
190     ChirbitProfileIE,
191 )
192 from .cinchcast import CinchcastIE
193 from .cjsw import CJSWIE
194 from .cliphunter import CliphunterIE
195 from .clippit import ClippitIE
196 from .cliprs import ClipRsIE
197 from .clipsyndicate import ClipsyndicateIE
198 from .closertotruth import CloserToTruthIE
199 from .cloudflarestream import CloudflareStreamIE
200 from .cloudy import CloudyIE
201 from .clubic import ClubicIE
202 from .clyp import ClypIE
203 from .cmt import CMTIE
204 from .cnbc import CNBCIE
205 from .cnn import (
206     CNNIE,
207     CNNBlogsIE,
208     CNNArticleIE,
209 )
210 from .coub import CoubIE
211 from .comedycentral import (
212     ComedyCentralFullEpisodesIE,
213     ComedyCentralIE,
214     ComedyCentralShortnameIE,
215     ComedyCentralTVIE,
216     ToshIE,
217 )
218 from .comcarcoff import ComCarCoffIE
219 from .commonmistakes import CommonMistakesIE, UnicodeBOMIE
220 from .commonprotocols import (
221     MmsIE,
222     RtmpIE,
223 )
224 from .condenast import CondeNastIE
225 from .corus import CorusIE
226 from .cracked import CrackedIE
227 from .crackle import CrackleIE
228 from .criterion import CriterionIE
229 from .crooksandliars import CrooksAndLiarsIE
230 from .crunchyroll import (
231     CrunchyrollIE,
232     CrunchyrollShowPlaylistIE
233 )
234 from .cspan import CSpanIE
235 from .ctsnews import CtsNewsIE
236 from .ctvnews import CTVNewsIE
237 from .cultureunplugged import CultureUnpluggedIE
238 from .curiositystream import (
239     CuriosityStreamIE,
240     CuriosityStreamCollectionIE,
241 )
242 from .cwtv import CWTVIE
243 from .dailymail import DailyMailIE
244 from .dailymotion import (
245     DailymotionIE,
246     DailymotionPlaylistIE,
247     DailymotionUserIE,
248 )
249 from .daisuki import (
250     DaisukiMottoIE,
251     DaisukiMottoPlaylistIE,
252 )
253 from .daum import (
254     DaumIE,
255     DaumClipIE,
256     DaumPlaylistIE,
257     DaumUserIE,
258 )
259 from .dbtv import DBTVIE
260 from .dctp import DctpTvIE
261 from .deezer import DeezerPlaylistIE
262 from .democracynow import DemocracynowIE
263 from .dfb import DFBIE
264 from .dhm import DHMIE
265 from .digg import DiggIE
266 from .dotsub import DotsubIE
267 from .douyutv import (
268     DouyuShowIE,
269     DouyuTVIE,
270 )
271 from .dplay import (
272     DPlayIE,
273     DPlayItIE,
274 )
275 from .dramafever import (
276     DramaFeverIE,
277     DramaFeverSeriesIE,
278 )
279 from .dreisat import DreiSatIE
280 from .drbonanza import DRBonanzaIE
281 from .drtuber import DrTuberIE
282 from .drtv import (
283     DRTVIE,
284     DRTVLiveIE,
285 )
286 from .dtube import DTubeIE
287 from .dvtv import DVTVIE
288 from .dumpert import DumpertIE
289 from .defense import DefenseGouvFrIE
290 from .discovery import DiscoveryIE
291 from .discoverygo import (
292     DiscoveryGoIE,
293     DiscoveryGoPlaylistIE,
294 )
295 from .discoverynetworks import DiscoveryNetworksDeIE
296 from .discoveryvr import DiscoveryVRIE
297 from .disney import DisneyIE
298 from .dispeak import DigitallySpeakingIE
299 from .dropbox import DropboxIE
300 from .dw import (
301     DWIE,
302     DWArticleIE,
303 )
304 from .eagleplatform import EaglePlatformIE
305 from .ebaumsworld import EbaumsWorldIE
306 from .echomsk import EchoMskIE
307 from .egghead import (
308     EggheadCourseIE,
309     EggheadLessonIE,
310 )
311 from .ehow import EHowIE
312 from .eighttracks import EightTracksIE
313 from .einthusan import EinthusanIE
314 from .eitb import EitbIE
315 from .ellentube import (
316     EllenTubeIE,
317     EllenTubeVideoIE,
318     EllenTubePlaylistIE,
319 )
320 from .elpais import ElPaisIE
321 from .embedly import EmbedlyIE
322 from .engadget import EngadgetIE
323 from .eporner import EpornerIE
324 from .eroprofile import EroProfileIE
325 from .escapist import EscapistIE
326 from .espn import (
327     ESPNIE,
328     ESPNArticleIE,
329     FiveThirtyEightIE,
330 )
331 from .esri import EsriVideoIE
332 from .europa import EuropaIE
333 from .everyonesmixtape import EveryonesMixtapeIE
334 from .expotv import ExpoTVIE
335 from .extremetube import ExtremeTubeIE
336 from .eyedotv import EyedoTVIE
337 from .facebook import (
338     FacebookIE,
339     FacebookPluginsVideoIE,
340 )
341 from .faz import FazIE
342 from .fc2 import (
343     FC2IE,
344     FC2EmbedIE,
345 )
346 from .fczenit import FczenitIE
347 from .filmon import (
348     FilmOnIE,
349     FilmOnChannelIE,
350 )
351 from .filmweb import FilmwebIE
352 from .firsttv import FirstTVIE
353 from .fivemin import FiveMinIE
354 from .fivetv import FiveTVIE
355 from .flickr import FlickrIE
356 from .flipagram import FlipagramIE
357 from .folketinget import FolketingetIE
358 from .footyroom import FootyRoomIE
359 from .formula1 import Formula1IE
360 from .fourtube import (
361     FourTubeIE,
362     PornTubeIE,
363     PornerBrosIE,
364     FuxIE,
365 )
366 from .fox import FOXIE
367 from .fox9 import FOX9IE
368 from .foxgay import FoxgayIE
369 from .foxnews import (
370     FoxNewsIE,
371     FoxNewsArticleIE,
372     FoxNewsInsiderIE,
373 )
374 from .foxsports import FoxSportsIE
375 from .franceculture import FranceCultureIE
376 from .franceinter import FranceInterIE
377 from .francetv import (
378     FranceTVIE,
379     FranceTVSiteIE,
380     FranceTVEmbedIE,
381     FranceTVInfoIE,
382     FranceTVJeunesseIE,
383     GenerationWhatIE,
384     CultureboxIE,
385 )
386 from .freesound import FreesoundIE
387 from .freespeech import FreespeechIE
388 from .freshlive import FreshLiveIE
389 from .funimation import FunimationIE
390 from .funk import (
391     FunkMixIE,
392     FunkChannelIE,
393 )
394 from .funnyordie import FunnyOrDieIE
395 from .fusion import FusionIE
396 from .fxnetworks import FXNetworksIE
397 from .gameinformer import GameInformerIE
398 from .gameone import (
399     GameOneIE,
400     GameOnePlaylistIE,
401 )
402 from .gamespot import GameSpotIE
403 from .gamestar import GameStarIE
404 from .gaskrank import GaskrankIE
405 from .gazeta import GazetaIE
406 from .gdcvault import GDCVaultIE
407 from .generic import GenericIE
408 from .gfycat import GfycatIE
409 from .giantbomb import GiantBombIE
410 from .giga import GigaIE
411 from .glide import GlideIE
412 from .globo import (
413     GloboIE,
414     GloboArticleIE,
415 )
416 from .go import GoIE
417 from .go90 import Go90IE
418 from .godtube import GodTubeIE
419 from .golem import GolemIE
420 from .googledrive import GoogleDriveIE
421 from .googleplus import GooglePlusIE
422 from .googlesearch import GoogleSearchIE
423 from .goshgay import GoshgayIE
424 from .gputechconf import GPUTechConfIE
425 from .groupon import GrouponIE
426 from .hark import HarkIE
427 from .hbo import (
428     HBOIE,
429     HBOEpisodeIE,
430 )
431 from .hearthisat import HearThisAtIE
432 from .heise import HeiseIE
433 from .hellporno import HellPornoIE
434 from .helsinki import HelsinkiIE
435 from .hentaistigma import HentaiStigmaIE
436 from .hgtv import HGTVComShowIE
437 from .hidive import HiDiveIE
438 from .historicfilms import HistoricFilmsIE
439 from .hitbox import HitboxIE, HitboxLiveIE
440 from .hitrecord import HitRecordIE
441 from .hornbunny import HornBunnyIE
442 from .hotnewhiphop import HotNewHipHopIE
443 from .hotstar import (
444     HotStarIE,
445     HotStarPlaylistIE,
446 )
447 from .howcast import HowcastIE
448 from .howstuffworks import HowStuffWorksIE
449 from .hrti import (
450     HRTiIE,
451     HRTiPlaylistIE,
452 )
453 from .huajiao import HuajiaoIE
454 from .huffpost import HuffPostIE
455 from .hypem import HypemIE
456 from .iconosquare import IconosquareIE
457 from .ign import (
458     IGNIE,
459     OneUPIE,
460     PCMagIE,
461 )
462 from .imdb import (
463     ImdbIE,
464     ImdbListIE
465 )
466 from .imgur import (
467     ImgurIE,
468     ImgurAlbumIE,
469 )
470 from .ina import InaIE
471 from .inc import IncIE
472 from .indavideo import (
473     IndavideoIE,
474     IndavideoEmbedIE,
475 )
476 from .infoq import InfoQIE
477 from .instagram import InstagramIE, InstagramUserIE
478 from .internazionale import InternazionaleIE
479 from .internetvideoarchive import InternetVideoArchiveIE
480 from .iprima import IPrimaIE
481 from .iqiyi import IqiyiIE
482 from .ir90tv import Ir90TvIE
483 from .itv import (
484     ITVIE,
485     ITVBTCCIE,
486 )
487 from .ivi import (
488     IviIE,
489     IviCompilationIE
490 )
491 from .ivideon import IvideonIE
492 from .iwara import IwaraIE
493 from .izlesene import IzleseneIE
494 from .jamendo import (
495     JamendoIE,
496     JamendoAlbumIE,
497 )
498 from .jeuxvideo import JeuxVideoIE
499 from .jove import JoveIE
500 from .joj import JojIE
501 from .jwplatform import JWPlatformIE
502 from .jpopsukitv import JpopsukiIE
503 from .kakao import KakaoIE
504 from .kaltura import KalturaIE
505 from .kanalplay import KanalPlayIE
506 from .kankan import KankanIE
507 from .karaoketv import KaraoketvIE
508 from .karrierevideos import KarriereVideosIE
509 from .keezmovies import KeezMoviesIE
510 from .ketnet import KetnetIE
511 from .khanacademy import KhanAcademyIE
512 from .kickstarter import KickStarterIE
513 from .keek import KeekIE
514 from .konserthusetplay import KonserthusetPlayIE
515 from .kontrtube import KontrTubeIE
516 from .krasview import KrasViewIE
517 from .ku6 import Ku6IE
518 from .kusi import KUSIIE
519 from .kuwo import (
520     KuwoIE,
521     KuwoAlbumIE,
522     KuwoChartIE,
523     KuwoSingerIE,
524     KuwoCategoryIE,
525     KuwoMvIE,
526 )
527 from .la7 import LA7IE
528 from .laola1tv import (
529     Laola1TvEmbedIE,
530     Laola1TvIE,
531     ITTFIE,
532 )
533 from .lci import LCIIE
534 from .lcp import (
535     LcpPlayIE,
536     LcpIE,
537 )
538 from .learnr import LearnrIE
539 from .lecture2go import Lecture2GoIE
540 from .leeco import (
541     LeIE,
542     LePlaylistIE,
543     LetvCloudIE,
544 )
545 from .lego import LEGOIE
546 from .lemonde import LemondeIE
547 from .lenta import LentaIE
548 from .libraryofcongress import LibraryOfCongressIE
549 from .libsyn import LibsynIE
550 from .lifenews import (
551     LifeNewsIE,
552     LifeEmbedIE,
553 )
554 from .limelight import (
555     LimelightMediaIE,
556     LimelightChannelIE,
557     LimelightChannelListIE,
558 )
559 from .line import LineTVIE
560 from .litv import LiTVIE
561 from .liveleak import (
562     LiveLeakIE,
563     LiveLeakEmbedIE,
564 )
565 from .livestream import (
566     LivestreamIE,
567     LivestreamOriginalIE,
568     LivestreamShortenerIE,
569 )
570 from .lnkgo import LnkGoIE
571 from .localnews8 import LocalNews8IE
572 from .lovehomeporn import LoveHomePornIE
573 from .lrt import LRTIE
574 from .lynda import (
575     LyndaIE,
576     LyndaCourseIE
577 )
578 from .m6 import M6IE
579 from .macgamestore import MacGameStoreIE
580 from .mailru import (
581     MailRuIE,
582     MailRuMusicIE,
583     MailRuMusicSearchIE,
584 )
585 from .makerschannel import MakersChannelIE
586 from .makertv import MakerTVIE
587 from .mangomolo import (
588     MangomoloVideoIE,
589     MangomoloLiveIE,
590 )
591 from .manyvids import ManyVidsIE
592 from .massengeschmacktv import MassengeschmackTVIE
593 from .matchtv import MatchTVIE
594 from .mdr import MDRIE
595 from .mediaset import MediasetIE
596 from .mediasite import MediasiteIE
597 from .medici import MediciIE
598 from .megaphone import MegaphoneIE
599 from .meipai import MeipaiIE
600 from .melonvod import MelonVODIE
601 from .meta import METAIE
602 from .metacafe import MetacafeIE
603 from .metacritic import MetacriticIE
604 from .mgoon import MgoonIE
605 from .mgtv import MGTVIE
606 from .miaopai import MiaoPaiIE
607 from .microsoftvirtualacademy import (
608     MicrosoftVirtualAcademyIE,
609     MicrosoftVirtualAcademyCourseIE,
610 )
611 from .minhateca import MinhatecaIE
612 from .ministrygrid import MinistryGridIE
613 from .minoto import MinotoIE
614 from .miomio import MioMioIE
615 from .mit import TechTVMITIE, MITIE, OCWMITIE
616 from .mitele import MiTeleIE
617 from .mixcloud import (
618     MixcloudIE,
619     MixcloudUserIE,
620     MixcloudPlaylistIE,
621     MixcloudStreamIE,
622 )
623 from .mlb import MLBIE
624 from .mnet import MnetIE
625 from .moevideo import MoeVideoIE
626 from .mofosex import MofosexIE
627 from .mojvideo import MojvideoIE
628 from .morningstar import MorningstarIE
629 from .motherless import (
630     MotherlessIE,
631     MotherlessGroupIE
632 )
633 from .motorsport import MotorsportIE
634 from .movieclips import MovieClipsIE
635 from .moviezine import MoviezineIE
636 from .movingimage import MovingImageIE
637 from .msn import MSNIE
638 from .mtv import (
639     MTVIE,
640     MTVVideoIE,
641     MTVServicesEmbeddedIE,
642     MTVDEIE,
643     MTV81IE,
644 )
645 from .muenchentv import MuenchenTVIE
646 from .musicplayon import MusicPlayOnIE
647 from .mwave import MwaveIE, MwaveMeetGreetIE
648 from .myspace import MySpaceIE, MySpaceAlbumIE
649 from .myspass import MySpassIE
650 from .myvi import (
651     MyviIE,
652     MyviEmbedIE,
653 )
654 from .myvidster import MyVidsterIE
655 from .nationalgeographic import (
656     NationalGeographicVideoIE,
657     NationalGeographicIE,
658     NationalGeographicEpisodeGuideIE,
659 )
660 from .naver import NaverIE
661 from .nba import NBAIE
662 from .nbc import (
663     CSNNEIE,
664     NBCIE,
665     NBCNewsIE,
666     NBCOlympicsIE,
667     NBCOlympicsStreamIE,
668     NBCSportsIE,
669     NBCSportsVPlayerIE,
670 )
671 from .ndr import (
672     NDRIE,
673     NJoyIE,
674     NDREmbedBaseIE,
675     NDREmbedIE,
676     NJoyEmbedIE,
677 )
678 from .ndtv import NDTVIE
679 from .netzkino import NetzkinoIE
680 from .nerdcubed import NerdCubedFeedIE
681 from .neteasemusic import (
682     NetEaseMusicIE,
683     NetEaseMusicAlbumIE,
684     NetEaseMusicSingerIE,
685     NetEaseMusicListIE,
686     NetEaseMusicMvIE,
687     NetEaseMusicProgramIE,
688     NetEaseMusicDjRadioIE,
689 )
690 from .newgrounds import (
691     NewgroundsIE,
692     NewgroundsPlaylistIE,
693 )
694 from .newstube import NewstubeIE
695 from .nextmedia import (
696     NextMediaIE,
697     NextMediaActionNewsIE,
698     AppleDailyIE,
699     NextTVIE,
700 )
701 from .nexx import (
702     NexxIE,
703     NexxEmbedIE,
704 )
705 from .nfb import NFBIE
706 from .nfl import NFLIE
707 from .nhk import NhkVodIE
708 from .nhl import (
709     NHLVideocenterIE,
710     NHLNewsIE,
711     NHLVideocenterCategoryIE,
712     NHLIE,
713 )
714 from .nick import (
715     NickIE,
716     NickBrIE,
717     NickDeIE,
718     NickNightIE,
719     NickRuIE,
720 )
721 from .niconico import NiconicoIE, NiconicoPlaylistIE
722 from .ninecninemedia import (
723     NineCNineMediaStackIE,
724     NineCNineMediaIE,
725 )
726 from .ninegag import NineGagIE
727 from .ninenow import NineNowIE
728 from .nintendo import NintendoIE
729 from .njpwworld import NJPWWorldIE
730 from .nobelprize import NobelPrizeIE
731 from .noco import NocoIE
732 from .nonktube import NonkTubeIE
733 from .noovo import NoovoIE
734 from .normalboots import NormalbootsIE
735 from .nosvideo import NosVideoIE
736 from .nova import NovaIE
737 from .novamov import (
738     AuroraVidIE,
739     CloudTimeIE,
740     NowVideoIE,
741     VideoWeedIE,
742     WholeCloudIE,
743 )
744 from .nowness import (
745     NownessIE,
746     NownessPlaylistIE,
747     NownessSeriesIE,
748 )
749 from .noz import NozIE
750 from .npo import (
751     AndereTijdenIE,
752     NPOIE,
753     NPOLiveIE,
754     NPORadioIE,
755     NPORadioFragmentIE,
756     SchoolTVIE,
757     HetKlokhuisIE,
758     VPROIE,
759     WNLIE,
760 )
761 from .npr import NprIE
762 from .nrk import (
763     NRKIE,
764     NRKPlaylistIE,
765     NRKSkoleIE,
766     NRKTVIE,
767     NRKTVDirekteIE,
768     NRKTVEpisodesIE,
769     NRKTVSeriesIE,
770 )
771 from .ntvde import NTVDeIE
772 from .ntvru import NTVRuIE
773 from .nytimes import (
774     NYTimesIE,
775     NYTimesArticleIE,
776 )
777 from .nuvid import NuvidIE
778 from .nzz import NZZIE
779 from .odatv import OdaTVIE
780 from .odnoklassniki import OdnoklassnikiIE
781 from .oktoberfesttv import OktoberfestTVIE
782 from .ondemandkorea import OnDemandKoreaIE
783 from .onet import (
784     OnetIE,
785     OnetChannelIE,
786     OnetMVPIE,
787     OnetPlIE,
788 )
789 from .onionstudios import OnionStudiosIE
790 from .ooyala import (
791     OoyalaIE,
792     OoyalaExternalIE,
793 )
794 from .openload import OpenloadIE
795 from .ora import OraTVIE
796 from .orf import (
797     ORFTVthekIE,
798     ORFFM4IE,
799     ORFFM4StoryIE,
800     ORFOE1IE,
801     ORFIPTVIE,
802 )
803 from .packtpub import (
804     PacktPubIE,
805     PacktPubCourseIE,
806 )
807 from .pandatv import PandaTVIE
808 from .pandoratv import PandoraTVIE
809 from .parliamentliveuk import ParliamentLiveUKIE
810 from .patreon import PatreonIE
811 from .pbs import PBSIE
812 from .pearvideo import PearVideoIE
813 from .people import PeopleIE
814 from .performgroup import PerformGroupIE
815 from .periscope import (
816     PeriscopeIE,
817     PeriscopeUserIE,
818 )
819 from .philharmoniedeparis import PhilharmonieDeParisIE
820 from .phoenix import PhoenixIE
821 from .photobucket import PhotobucketIE
822 from .picarto import (
823     PicartoIE,
824     PicartoVodIE,
825 )
826 from .piksel import PikselIE
827 from .pinkbike import PinkbikeIE
828 from .pladform import PladformIE
829 from .playfm import PlayFMIE
830 from .plays import PlaysTVIE
831 from .playtvak import PlaytvakIE
832 from .playvid import PlayvidIE
833 from .playwire import PlaywireIE
834 from .pluralsight import (
835     PluralsightIE,
836     PluralsightCourseIE,
837 )
838 from .podomatic import PodomaticIE
839 from .pokemon import PokemonIE
840 from .polskieradio import (
841     PolskieRadioIE,
842     PolskieRadioCategoryIE,
843 )
844 from .popcorntv import PopcornTVIE
845 from .porn91 import Porn91IE
846 from .porncom import PornComIE
847 from .pornflip import PornFlipIE
848 from .pornhd import PornHdIE
849 from .pornhub import (
850     PornHubIE,
851     PornHubPlaylistIE,
852     PornHubUserVideosIE,
853 )
854 from .pornotube import PornotubeIE
855 from .pornovoisines import PornoVoisinesIE
856 from .pornoxo import PornoXOIE
857 from .presstv import PressTVIE
858 from .primesharetv import PrimeShareTVIE
859 from .promptfile import PromptFileIE
860 from .prosiebensat1 import ProSiebenSat1IE
861 from .puls4 import Puls4IE
862 from .pyvideo import PyvideoIE
863 from .qqmusic import (
864     QQMusicIE,
865     QQMusicSingerIE,
866     QQMusicAlbumIE,
867     QQMusicToplistIE,
868     QQMusicPlaylistIE,
869 )
870 from .r7 import (
871     R7IE,
872     R7ArticleIE,
873 )
874 from .radiocanada import (
875     RadioCanadaIE,
876     RadioCanadaAudioVideoIE,
877 )
878 from .radiode import RadioDeIE
879 from .radiojavan import RadioJavanIE
880 from .radiobremen import RadioBremenIE
881 from .radiofrance import RadioFranceIE
882 from .rai import (
883     RaiPlayIE,
884     RaiPlayLiveIE,
885     RaiPlayPlaylistIE,
886     RaiIE,
887 )
888 from .raywenderlich import RayWenderlichIE
889 from .rbmaradio import RBMARadioIE
890 from .rds import RDSIE
891 from .redbulltv import RedBullTVIE
892 from .reddit import (
893     RedditIE,
894     RedditRIE,
895 )
896 from .redtube import RedTubeIE
897 from .regiotv import RegioTVIE
898 from .rentv import (
899     RENTVIE,
900     RENTVArticleIE,
901 )
902 from .restudy import RestudyIE
903 from .reuters import ReutersIE
904 from .reverbnation import ReverbNationIE
905 from .revision3 import (
906     Revision3EmbedIE,
907     Revision3IE,
908 )
909 from .rice import RICEIE
910 from .rmcdecouverte import RMCDecouverteIE
911 from .ro220 import Ro220IE
912 from .rockstargames import RockstarGamesIE
913 from .roosterteeth import RoosterTeethIE
914 from .rottentomatoes import RottenTomatoesIE
915 from .roxwel import RoxwelIE
916 from .rozhlas import RozhlasIE
917 from .rtbf import RTBFIE
918 from .rte import RteIE, RteRadioIE
919 from .rtlnl import RtlNlIE
920 from .rtl2 import (
921     RTL2IE,
922     RTL2YouIE,
923     RTL2YouSeriesIE,
924 )
925 from .rtp import RTPIE
926 from .rts import RTSIE
927 from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE, RTVELiveIE, RTVETelevisionIE
928 from .rtvnh import RTVNHIE
929 from .rtvs import RTVSIE
930 from .rudo import RudoIE
931 from .ruhd import RUHDIE
932 from .ruleporn import RulePornIE
933 from .rutube import (
934     RutubeIE,
935     RutubeChannelIE,
936     RutubeEmbedIE,
937     RutubeMovieIE,
938     RutubePersonIE,
939     RutubePlaylistIE,
940 )
941 from .rutv import RUTVIE
942 from .ruutu import RuutuIE
943 from .ruv import RuvIE
944 from .safari import (
945     SafariIE,
946     SafariApiIE,
947     SafariCourseIE,
948 )
949 from .sapo import SapoIE
950 from .savefrom import SaveFromIE
951 from .sbs import SBSIE
952 from .screencast import ScreencastIE
953 from .screencastomatic import ScreencastOMaticIE
954 from .scrippsnetworks import ScrippsNetworksWatchIE
955 from .seeker import SeekerIE
956 from .senateisvp import SenateISVPIE
957 from .sendtonews import SendtoNewsIE
958 from .servingsys import ServingSysIE
959 from .servus import ServusIE
960 from .sevenplus import SevenPlusIE
961 from .sexu import SexuIE
962 from .seznamzpravy import (
963     SeznamZpravyIE,
964     SeznamZpravyArticleIE,
965 )
966 from .shahid import (
967     ShahidIE,
968     ShahidShowIE,
969 )
970 from .shared import (
971     SharedIE,
972     VivoIE,
973 )
974 from .showroomlive import ShowRoomLiveIE
975 from .sina import SinaIE
976 from .sixplay import SixPlayIE
977 from .skylinewebcams import SkylineWebcamsIE
978 from .skynewsarabia import (
979     SkyNewsArabiaIE,
980     SkyNewsArabiaArticleIE,
981 )
982 from .skysports import SkySportsIE
983 from .slideshare import SlideshareIE
984 from .slideslive import SlidesLiveIE
985 from .slutload import SlutloadIE
986 from .smotri import (
987     SmotriIE,
988     SmotriCommunityIE,
989     SmotriUserIE,
990     SmotriBroadcastIE,
991 )
992 from .snotr import SnotrIE
993 from .sohu import SohuIE
994 from .sonyliv import SonyLIVIE
995 from .soundcloud import (
996     SoundcloudIE,
997     SoundcloudSetIE,
998     SoundcloudUserIE,
999     SoundcloudTrackStationIE,
1000     SoundcloudPlaylistIE,
1001     SoundcloudSearchIE,
1002 )
1003 from .soundgasm import (
1004     SoundgasmIE,
1005     SoundgasmProfileIE
1006 )
1007 from .southpark import (
1008     SouthParkIE,
1009     SouthParkDeIE,
1010     SouthParkDkIE,
1011     SouthParkEsIE,
1012     SouthParkNlIE
1013 )
1014 from .spankbang import SpankBangIE
1015 from .spankwire import SpankwireIE
1016 from .spiegel import SpiegelIE, SpiegelArticleIE
1017 from .spiegeltv import SpiegeltvIE
1018 from .spike import (
1019     BellatorIE,
1020     ParamountNetworkIE,
1021 )
1022 from .stitcher import StitcherIE
1023 from .sport5 import Sport5IE
1024 from .sportbox import SportBoxEmbedIE
1025 from .sportdeutschland import SportDeutschlandIE
1026 from .springboardplatform import SpringboardPlatformIE
1027 from .sprout import SproutIE
1028 from .srgssr import (
1029     SRGSSRIE,
1030     SRGSSRPlayIE,
1031 )
1032 from .srmediathek import SRMediathekIE
1033 from .stanfordoc import StanfordOpenClassroomIE
1034 from .steam import SteamIE
1035 from .streamable import StreamableIE
1036 from .streamango import StreamangoIE
1037 from .streamcloud import StreamcloudIE
1038 from .streamcz import StreamCZIE
1039 from .streetvoice import StreetVoiceIE
1040 from .stretchinternet import StretchInternetIE
1041 from .sunporno import SunPornoIE
1042 from .svt import (
1043     SVTIE,
1044     SVTPlayIE,
1045     SVTSeriesIE,
1046 )
1047 from .swrmediathek import SWRMediathekIE
1048 from .syfy import SyfyIE
1049 from .sztvhu import SztvHuIE
1050 from .tagesschau import (
1051     TagesschauPlayerIE,
1052     TagesschauIE,
1053 )
1054 from .tass import TassIE
1055 from .tastytrade import TastyTradeIE
1056 from .tbs import TBSIE
1057 from .tdslifeway import TDSLifewayIE
1058 from .teachertube import (
1059     TeacherTubeIE,
1060     TeacherTubeUserIE,
1061 )
1062 from .teachingchannel import TeachingChannelIE
1063 from .teamcoco import TeamcocoIE
1064 from .techtalks import TechTalksIE
1065 from .ted import TEDIE
1066 from .tele13 import Tele13IE
1067 from .telebruxelles import TeleBruxellesIE
1068 from .telecinco import TelecincoIE
1069 from .telegraaf import TelegraafIE
1070 from .telemb import TeleMBIE
1071 from .telequebec import (
1072     TeleQuebecIE,
1073     TeleQuebecEmissionIE,
1074     TeleQuebecLiveIE,
1075 )
1076 from .teletask import TeleTaskIE
1077 from .telewebion import TelewebionIE
1078 from .tennistv import TennisTVIE
1079 from .testurl import TestURLIE
1080 from .tf1 import TF1IE
1081 from .tfo import TFOIE
1082 from .theintercept import TheInterceptIE
1083 from .theplatform import (
1084     ThePlatformIE,
1085     ThePlatformFeedIE,
1086 )
1087 from .thescene import TheSceneIE
1088 from .thestar import TheStarIE
1089 from .thesun import TheSunIE
1090 from .theweatherchannel import TheWeatherChannelIE
1091 from .thisamericanlife import ThisAmericanLifeIE
1092 from .thisav import ThisAVIE
1093 from .thisoldhouse import ThisOldHouseIE
1094 from .threeqsdn import ThreeQSDNIE
1095 from .tinypic import TinyPicIE
1096 from .tmz import (
1097     TMZIE,
1098     TMZArticleIE,
1099 )
1100 from .tnaflix import (
1101     TNAFlixNetworkEmbedIE,
1102     TNAFlixIE,
1103     EMPFlixIE,
1104     MovieFapIE,
1105 )
1106 from .toggle import ToggleIE
1107 from .tonline import TOnlineIE
1108 from .toongoggles import ToonGogglesIE
1109 from .toutv import TouTvIE
1110 from .toypics import ToypicsUserIE, ToypicsIE
1111 from .traileraddict import TrailerAddictIE
1112 from .trilulilu import TriluliluIE
1113 from .trutv import TruTVIE
1114 from .tube8 import Tube8IE
1115 from .tubitv import TubiTvIE
1116 from .tumblr import TumblrIE
1117 from .tunein import (
1118     TuneInClipIE,
1119     TuneInStationIE,
1120     TuneInProgramIE,
1121     TuneInTopicIE,
1122     TuneInShortenerIE,
1123 )
1124 from .tunepk import TunePkIE
1125 from .turbo import TurboIE
1126 from .tutv import TutvIE
1127 from .tv2 import (
1128     TV2IE,
1129     TV2ArticleIE,
1130 )
1131 from .tv2hu import TV2HuIE
1132 from .tv3 import TV3IE
1133 from .tv4 import TV4IE
1134 from .tv5mondeplus import TV5MondePlusIE
1135 from .tva import TVAIE
1136 from .tvanouvelles import (
1137     TVANouvellesIE,
1138     TVANouvellesArticleIE,
1139 )
1140 from .tvc import (
1141     TVCIE,
1142     TVCArticleIE,
1143 )
1144 from .tvigle import TvigleIE
1145 from .tvland import TVLandIE
1146 from .tvn24 import TVN24IE
1147 from .tvnoe import TVNoeIE
1148 from .tvnow import (
1149     TVNowIE,
1150     TVNowListIE,
1151     TVNowShowIE,
1152 )
1153 from .tvp import (
1154     TVPEmbedIE,
1155     TVPIE,
1156     TVPSeriesIE,
1157 )
1158 from .tvplay import (
1159     TVPlayIE,
1160     ViafreeIE,
1161 )
1162 from .tvplayer import TVPlayerIE
1163 from .tweakers import TweakersIE
1164 from .twentyfourvideo import TwentyFourVideoIE
1165 from .twentymin import TwentyMinutenIE
1166 from .twentythreevideo import TwentyThreeVideoIE
1167 from .twitch import (
1168     TwitchVideoIE,
1169     TwitchChapterIE,
1170     TwitchVodIE,
1171     TwitchProfileIE,
1172     TwitchAllVideosIE,
1173     TwitchUploadsIE,
1174     TwitchPastBroadcastsIE,
1175     TwitchHighlightsIE,
1176     TwitchStreamIE,
1177     TwitchClipsIE,
1178 )
1179 from .twitter import (
1180     TwitterCardIE,
1181     TwitterIE,
1182     TwitterAmplifyIE,
1183 )
1184 from .udemy import (
1185     UdemyIE,
1186     UdemyCourseIE
1187 )
1188 from .udn import UDNEmbedIE
1189 from .ufctv import UFCTVIE
1190 from .uktvplay import UKTVPlayIE
1191 from .digiteka import DigitekaIE
1192 from .umg import UMGDeIE
1193 from .unistra import UnistraIE
1194 from .unity import UnityIE
1195 from .uol import UOLIE
1196 from .uplynk import (
1197     UplynkIE,
1198     UplynkPreplayIE,
1199 )
1200 from .upskill import (
1201     UpskillIE,
1202     UpskillCourseIE,
1203 )
1204 from .urort import UrortIE
1205 from .urplay import URPlayIE
1206 from .usanetwork import USANetworkIE
1207 from .usatoday import USATodayIE
1208 from .ustream import UstreamIE, UstreamChannelIE
1209 from .ustudio import (
1210     UstudioIE,
1211     UstudioEmbedIE,
1212 )
1213 from .varzesh3 import Varzesh3IE
1214 from .vbox7 import Vbox7IE
1215 from .veehd import VeeHDIE
1216 from .veoh import VeohIE
1217 from .vessel import VesselIE
1218 from .vesti import VestiIE
1219 from .vevo import (
1220     VevoIE,
1221     VevoPlaylistIE,
1222 )
1223 from .vgtv import (
1224     BTArticleIE,
1225     BTVestlendingenIE,
1226     VGTVIE,
1227 )
1228 from .vh1 import VH1IE
1229 from .vice import (
1230     ViceIE,
1231     ViceArticleIE,
1232     ViceShowIE,
1233 )
1234 from .vidbit import VidbitIE
1235 from .viddler import ViddlerIE
1236 from .videa import VideaIE
1237 from .videodetective import VideoDetectiveIE
1238 from .videofyme import VideofyMeIE
1239 from .videomega import VideoMegaIE
1240 from .videomore import (
1241     VideomoreIE,
1242     VideomoreVideoIE,
1243     VideomoreSeasonIE,
1244 )
1245 from .videopremium import VideoPremiumIE
1246 from .videopress import VideoPressIE
1247 from .vidio import VidioIE
1248 from .vidlii import VidLiiIE
1249 from .vidme import (
1250     VidmeIE,
1251     VidmeUserIE,
1252     VidmeUserLikesIE,
1253 )
1254 from .vidzi import VidziIE
1255 from .vier import VierIE, VierVideosIE
1256 from .viewlift import (
1257     ViewLiftIE,
1258     ViewLiftEmbedIE,
1259 )
1260 from .viewster import ViewsterIE
1261 from .viidea import ViideaIE
1262 from .vimeo import (
1263     VimeoIE,
1264     VimeoAlbumIE,
1265     VimeoChannelIE,
1266     VimeoGroupsIE,
1267     VimeoLikesIE,
1268     VimeoOndemandIE,
1269     VimeoReviewIE,
1270     VimeoUserIE,
1271     VimeoWatchLaterIE,
1272 )
1273 from .vimple import VimpleIE
1274 from .vine import (
1275     VineIE,
1276     VineUserIE,
1277 )
1278 from .viki import (
1279     VikiIE,
1280     VikiChannelIE,
1281 )
1282 from .viu import (
1283     ViuIE,
1284     ViuPlaylistIE,
1285     ViuOTTIE,
1286 )
1287 from .vk import (
1288     VKIE,
1289     VKUserVideosIE,
1290     VKWallPostIE,
1291 )
1292 from .vlive import (
1293     VLiveIE,
1294     VLiveChannelIE,
1295     VLivePlaylistIE
1296 )
1297 from .vodlocker import VodlockerIE
1298 from .vodpl import VODPlIE
1299 from .vodplatform import VODPlatformIE
1300 from .voicerepublic import VoiceRepublicIE
1301 from .voot import VootIE
1302 from .voxmedia import (
1303     VoxMediaVolumeIE,
1304     VoxMediaIE,
1305 )
1306 from .vporn import VpornIE
1307 from .vrt import VRTIE
1308 from .vrak import VrakIE
1309 from .vrv import (
1310     VRVIE,
1311     VRVSeriesIE,
1312 )
1313 from .vshare import VShareIE
1314 from .medialaan import MedialaanIE
1315 from .vube import VubeIE
1316 from .vuclip import VuClipIE
1317 from .vvvvid import VVVVIDIE
1318 from .vyborymos import VyboryMosIE
1319 from .vzaar import VzaarIE
1320 from .walla import WallaIE
1321 from .washingtonpost import (
1322     WashingtonPostIE,
1323     WashingtonPostArticleIE,
1324 )
1325 from .wat import WatIE
1326 from .watchbox import WatchBoxIE
1327 from .watchindianporn import WatchIndianPornIE
1328 from .wdr import (
1329     WDRIE,
1330     WDRPageIE,
1331     WDRElefantIE,
1332     WDRMobileIE,
1333 )
1334 from .webcaster import (
1335     WebcasterIE,
1336     WebcasterFeedIE,
1337 )
1338 from .webofstories import (
1339     WebOfStoriesIE,
1340     WebOfStoriesPlaylistIE,
1341 )
1342 from .weibo import (
1343     WeiboIE, 
1344     WeiboMobileIE
1345 )
1346 from .weiqitv import WeiqiTVIE
1347 from .wimp import WimpIE
1348 from .wistia import WistiaIE
1349 from .worldstarhiphop import WorldStarHipHopIE
1350 from .wrzuta import (
1351     WrzutaIE,
1352     WrzutaPlaylistIE,
1353 )
1354 from .wsj import (
1355     WSJIE,
1356     WSJArticleIE,
1357 )
1358 from .xbef import XBefIE
1359 from .xboxclips import XboxClipsIE
1360 from .xfileshare import XFileShareIE
1361 from .xhamster import (
1362     XHamsterIE,
1363     XHamsterEmbedIE,
1364 )
1365 from .xiami import (
1366     XiamiSongIE,
1367     XiamiAlbumIE,
1368     XiamiArtistIE,
1369     XiamiCollectionIE
1370 )
1371 from .ximalaya import (
1372     XimalayaIE,
1373     XimalayaAlbumIE
1374 )
1375 from .xminus import XMinusIE
1376 from .xnxx import XNXXIE
1377 from .xstream import XstreamIE
1378 from .xtube import XTubeUserIE, XTubeIE
1379 from .xuite import XuiteIE
1380 from .xvideos import XVideosIE
1381 from .xxxymovies import XXXYMoviesIE
1382 from .yahoo import (
1383     YahooIE,
1384     YahooSearchIE,
1385 )
1386 from .yandexmusic import (
1387     YandexMusicTrackIE,
1388     YandexMusicAlbumIE,
1389     YandexMusicPlaylistIE,
1390 )
1391 from .yandexdisk import YandexDiskIE
1392 from .yapfiles import YapFilesIE
1393 from .yesjapan import YesJapanIE
1394 from .yinyuetai import YinYueTaiIE
1395 from .ynet import YnetIE
1396 from .youjizz import YouJizzIE
1397 from .youku import (
1398     YoukuIE,
1399     YoukuShowIE,
1400 )
1401 from .younow import (
1402     YouNowLiveIE,
1403     YouNowChannelIE,
1404     YouNowMomentIE,
1405 )
1406 from .youporn import YouPornIE
1407 from .yourupload import YourUploadIE
1408 from .youtube import (
1409     YoutubeIE,
1410     YoutubeChannelIE,
1411     YoutubeFavouritesIE,
1412     YoutubeHistoryIE,
1413     YoutubeLiveIE,
1414     YoutubePlaylistIE,
1415     YoutubePlaylistsIE,
1416     YoutubeRecommendedIE,
1417     YoutubeSearchDateIE,
1418     YoutubeSearchIE,
1419     YoutubeSearchURLIE,
1420     YoutubeShowIE,
1421     YoutubeSubscriptionsIE,
1422     YoutubeTruncatedIDIE,
1423     YoutubeTruncatedURLIE,
1424     YoutubeUserIE,
1425     YoutubeWatchLaterIE,
1426 )
1427 from .zapiks import ZapiksIE
1428 from .zaq1 import Zaq1IE
1429 from .zattoo import (
1430     QuicklineIE,
1431     QuicklineLiveIE,
1432     ZattooIE,
1433     ZattooLiveIE,
1434 )
1435 from .zdf import ZDFIE, ZDFChannelIE
1436 from .zingmp3 import ZingMp3IE