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