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