[myvideo] Remove extractor (closes #8557)
[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 BRIE
131 from .bravotv import BravoTVIE
132 from .breakcom import BreakIE
133 from .brightcove import (
134     BrightcoveLegacyIE,
135     BrightcoveNewIE,
136 )
137 from .buzzfeed import BuzzFeedIE
138 from .byutv import (
139     BYUtvIE,
140     BYUtvEventIE,
141 )
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 .collegerama import CollegeRamaIE
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     DailymotionCloudIE,
247 )
248 from .daisuki import (
249     DaisukiIE,
250     DaisukiPlaylistIE,
251 )
252 from .daum import (
253     DaumIE,
254     DaumClipIE,
255     DaumPlaylistIE,
256     DaumUserIE,
257 )
258 from .dbtv import DBTVIE
259 from .dctp import DctpTvIE
260 from .deezer import DeezerPlaylistIE
261 from .democracynow import DemocracynowIE
262 from .dfb import DFBIE
263 from .dhm import DHMIE
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 .ellentv import (
313     EllenTVIE,
314     EllenTVClipsIE,
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 )
326 from .esri import EsriVideoIE
327 from .etonline import ETOnlineIE
328 from .europa import EuropaIE
329 from .everyonesmixtape import EveryonesMixtapeIE
330 from .expotv import ExpoTVIE
331 from .extremetube import ExtremeTubeIE
332 from .eyedotv import EyedoTVIE
333 from .facebook import (
334     FacebookIE,
335     FacebookPluginsVideoIE,
336 )
337 from .faz import FazIE
338 from .fc2 import (
339     FC2IE,
340     FC2EmbedIE,
341 )
342 from .fczenit import FczenitIE
343 from .filmon import (
344     FilmOnIE,
345     FilmOnChannelIE,
346 )
347 from .firstpost import FirstpostIE
348 from .firsttv import FirstTVIE
349 from .fivemin import FiveMinIE
350 from .fivetv import FiveTVIE
351 from .fktv import FKTVIE
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     GenerationQuoiIE,
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 .gamersyde import GamersydeIE
395 from .gamespot import GameSpotIE
396 from .gamestar import GameStarIE
397 from .gaskrank import GaskrankIE
398 from .gazeta import GazetaIE
399 from .gdcvault import GDCVaultIE
400 from .generic import GenericIE
401 from .gfycat import GfycatIE
402 from .giantbomb import GiantBombIE
403 from .giga import GigaIE
404 from .glide import GlideIE
405 from .globo import (
406     GloboIE,
407     GloboArticleIE,
408 )
409 from .go import GoIE
410 from .go90 import Go90IE
411 from .godtube import GodTubeIE
412 from .golem import GolemIE
413 from .googledrive import GoogleDriveIE
414 from .googleplus import GooglePlusIE
415 from .googlesearch import GoogleSearchIE
416 from .goshgay import GoshgayIE
417 from .gputechconf import GPUTechConfIE
418 from .groupon import GrouponIE
419 from .hark import HarkIE
420 from .hbo import (
421     HBOIE,
422     HBOEpisodeIE,
423 )
424 from .hearthisat import HearThisAtIE
425 from .heise import HeiseIE
426 from .hellporno import HellPornoIE
427 from .helsinki import HelsinkiIE
428 from .hentaistigma import HentaiStigmaIE
429 from .hgtv import HGTVComShowIE
430 from .historicfilms import HistoricFilmsIE
431 from .hitbox import HitboxIE, HitboxLiveIE
432 from .hitrecord import HitRecordIE
433 from .hornbunny import HornBunnyIE
434 from .hotnewhiphop import HotNewHipHopIE
435 from .hotstar import HotStarIE
436 from .howcast import HowcastIE
437 from .howstuffworks import HowStuffWorksIE
438 from .hrti import (
439     HRTiIE,
440     HRTiPlaylistIE,
441 )
442 from .huajiao import HuajiaoIE
443 from .huffpost import HuffPostIE
444 from .hypem import HypemIE
445 from .iconosquare import IconosquareIE
446 from .ign import (
447     IGNIE,
448     OneUPIE,
449     PCMagIE,
450 )
451 from .imdb import (
452     ImdbIE,
453     ImdbListIE
454 )
455 from .imgur import (
456     ImgurIE,
457     ImgurAlbumIE,
458 )
459 from .ina import InaIE
460 from .inc import IncIE
461 from .indavideo import (
462     IndavideoIE,
463     IndavideoEmbedIE,
464 )
465 from .infoq import InfoQIE
466 from .instagram import InstagramIE, InstagramUserIE
467 from .internetvideoarchive import InternetVideoArchiveIE
468 from .iprima import IPrimaIE
469 from .iqiyi import IqiyiIE
470 from .ir90tv import Ir90TvIE
471 from .itv import ITVIE
472 from .ivi import (
473     IviIE,
474     IviCompilationIE
475 )
476 from .ivideon import IvideonIE
477 from .iwara import IwaraIE
478 from .izlesene import IzleseneIE
479 from .jamendo import (
480     JamendoIE,
481     JamendoAlbumIE,
482 )
483 from .jeuxvideo import JeuxVideoIE
484 from .jove import JoveIE
485 from .joj import JojIE
486 from .jwplatform import JWPlatformIE
487 from .jpopsukitv import JpopsukiIE
488 from .kakao import KakaoIE
489 from .kaltura import KalturaIE
490 from .kamcord import KamcordIE
491 from .kanalplay import KanalPlayIE
492 from .kankan import KankanIE
493 from .karaoketv import KaraoketvIE
494 from .karrierevideos import KarriereVideosIE
495 from .keezmovies import KeezMoviesIE
496 from .ketnet import KetnetIE
497 from .khanacademy import KhanAcademyIE
498 from .kickstarter import KickStarterIE
499 from .keek import KeekIE
500 from .konserthusetplay import KonserthusetPlayIE
501 from .kontrtube import KontrTubeIE
502 from .krasview import KrasViewIE
503 from .ku6 import Ku6IE
504 from .kusi import KUSIIE
505 from .kuwo import (
506     KuwoIE,
507     KuwoAlbumIE,
508     KuwoChartIE,
509     KuwoSingerIE,
510     KuwoCategoryIE,
511     KuwoMvIE,
512 )
513 from .la7 import LA7IE
514 from .laola1tv import (
515     Laola1TvEmbedIE,
516     Laola1TvIE,
517     ITTFIE,
518 )
519 from .lci import LCIIE
520 from .lcp import (
521     LcpPlayIE,
522     LcpIE,
523 )
524 from .learnr import LearnrIE
525 from .lecture2go import Lecture2GoIE
526 from .lego import LEGOIE
527 from .lemonde import LemondeIE
528 from .leeco import (
529     LeIE,
530     LePlaylistIE,
531     LetvCloudIE,
532 )
533 from .libraryofcongress import LibraryOfCongressIE
534 from .libsyn import LibsynIE
535 from .lifenews import (
536     LifeNewsIE,
537     LifeEmbedIE,
538 )
539 from .limelight import (
540     LimelightMediaIE,
541     LimelightChannelIE,
542     LimelightChannelListIE,
543 )
544 from .litv import LiTVIE
545 from .liveleak import (
546     LiveLeakIE,
547     LiveLeakEmbedIE,
548 )
549 from .livestream import (
550     LivestreamIE,
551     LivestreamOriginalIE,
552     LivestreamShortenerIE,
553 )
554 from .lnkgo import LnkGoIE
555 from .localnews8 import LocalNews8IE
556 from .lovehomeporn import LoveHomePornIE
557 from .lrt import LRTIE
558 from .lynda import (
559     LyndaIE,
560     LyndaCourseIE
561 )
562 from .m6 import M6IE
563 from .macgamestore import MacGameStoreIE
564 from .mailru import MailRuIE
565 from .makerschannel import MakersChannelIE
566 from .makertv import MakerTVIE
567 from .mangomolo import (
568     MangomoloVideoIE,
569     MangomoloLiveIE,
570 )
571 from .manyvids import ManyVidsIE
572 from .matchtv import MatchTVIE
573 from .mdr import MDRIE
574 from .mediaset import MediasetIE
575 from .medici import MediciIE
576 from .megaphone import MegaphoneIE
577 from .meipai import MeipaiIE
578 from .melonvod import MelonVODIE
579 from .meta import METAIE
580 from .metacafe import MetacafeIE
581 from .metacritic import MetacriticIE
582 from .mgoon import MgoonIE
583 from .mgtv import MGTVIE
584 from .miaopai import MiaoPaiIE
585 from .microsoftvirtualacademy import (
586     MicrosoftVirtualAcademyIE,
587     MicrosoftVirtualAcademyCourseIE,
588 )
589 from .minhateca import MinhatecaIE
590 from .ministrygrid import MinistryGridIE
591 from .minoto import MinotoIE
592 from .miomio import MioMioIE
593 from .mit import TechTVMITIE, MITIE, OCWMITIE
594 from .mitele import MiTeleIE
595 from .mixcloud import (
596     MixcloudIE,
597     MixcloudUserIE,
598     MixcloudPlaylistIE,
599     MixcloudStreamIE,
600 )
601 from .mlb import MLBIE
602 from .mnet import MnetIE
603 from .moevideo import MoeVideoIE
604 from .mofosex import MofosexIE
605 from .mojvideo import MojvideoIE
606 from .moniker import MonikerIE
607 from .morningstar import MorningstarIE
608 from .motherless import MotherlessIE
609 from .motorsport import MotorsportIE
610 from .movieclips import MovieClipsIE
611 from .moviezine import MoviezineIE
612 from .movingimage import MovingImageIE
613 from .msn import MSNIE
614 from .mtv import (
615     MTVIE,
616     MTVVideoIE,
617     MTVServicesEmbeddedIE,
618     MTVDEIE,
619     MTV81IE,
620 )
621 from .muenchentv import MuenchenTVIE
622 from .musicplayon import MusicPlayOnIE
623 from .mwave import MwaveIE, MwaveMeetGreetIE
624 from .myspace import MySpaceIE, MySpaceAlbumIE
625 from .myspass import MySpassIE
626 from .myvi import MyviIE
627 from .myvidster import MyVidsterIE
628 from .nationalgeographic import (
629     NationalGeographicVideoIE,
630     NationalGeographicIE,
631     NationalGeographicEpisodeGuideIE,
632 )
633 from .naver import NaverIE
634 from .nba import NBAIE
635 from .nbc import (
636     CSNNEIE,
637     NBCIE,
638     NBCNewsIE,
639     NBCOlympicsIE,
640     NBCSportsIE,
641     NBCSportsVPlayerIE,
642 )
643 from .ndr import (
644     NDRIE,
645     NJoyIE,
646     NDREmbedBaseIE,
647     NDREmbedIE,
648     NJoyEmbedIE,
649 )
650 from .ndtv import NDTVIE
651 from .netzkino import NetzkinoIE
652 from .nerdcubed import NerdCubedFeedIE
653 from .neteasemusic import (
654     NetEaseMusicIE,
655     NetEaseMusicAlbumIE,
656     NetEaseMusicSingerIE,
657     NetEaseMusicListIE,
658     NetEaseMusicMvIE,
659     NetEaseMusicProgramIE,
660     NetEaseMusicDjRadioIE,
661 )
662 from .newgrounds import (
663     NewgroundsIE,
664     NewgroundsPlaylistIE,
665 )
666 from .newstube import NewstubeIE
667 from .nextmedia import (
668     NextMediaIE,
669     NextMediaActionNewsIE,
670     AppleDailyIE,
671     NextTVIE,
672 )
673 from .nexx import (
674     NexxIE,
675     NexxEmbedIE,
676 )
677 from .nfb import NFBIE
678 from .nfl import NFLIE
679 from .nhk import NhkVodIE
680 from .nhl import (
681     NHLVideocenterIE,
682     NHLNewsIE,
683     NHLVideocenterCategoryIE,
684     NHLIE,
685 )
686 from .nick import (
687     NickIE,
688     NickDeIE,
689     NickNightIE,
690     NickRuIE,
691 )
692 from .niconico import NiconicoIE, NiconicoPlaylistIE
693 from .ninecninemedia import (
694     NineCNineMediaStackIE,
695     NineCNineMediaIE,
696 )
697 from .ninegag import NineGagIE
698 from .ninenow import NineNowIE
699 from .nintendo import NintendoIE
700 from .njpwworld import NJPWWorldIE
701 from .nobelprize import NobelPrizeIE
702 from .noco import NocoIE
703 from .nonktube import NonkTubeIE
704 from .noovo import NoovoIE
705 from .normalboots import NormalbootsIE
706 from .nosvideo import NosVideoIE
707 from .nova import NovaIE
708 from .novamov import (
709     AuroraVidIE,
710     CloudTimeIE,
711     NowVideoIE,
712     VideoWeedIE,
713     WholeCloudIE,
714 )
715 from .nowness import (
716     NownessIE,
717     NownessPlaylistIE,
718     NownessSeriesIE,
719 )
720 from .nowtv import (
721     NowTVIE,
722     NowTVListIE,
723 )
724 from .noz import NozIE
725 from .npo import (
726     AndereTijdenIE,
727     NPOIE,
728     NPOLiveIE,
729     NPORadioIE,
730     NPORadioFragmentIE,
731     SchoolTVIE,
732     HetKlokhuisIE,
733     VPROIE,
734     WNLIE,
735 )
736 from .npr import NprIE
737 from .nrk import (
738     NRKIE,
739     NRKPlaylistIE,
740     NRKSkoleIE,
741     NRKTVIE,
742     NRKTVDirekteIE,
743     NRKTVEpisodesIE,
744     NRKTVSeriesIE,
745 )
746 from .ntvde import NTVDeIE
747 from .ntvru import NTVRuIE
748 from .nytimes import (
749     NYTimesIE,
750     NYTimesArticleIE,
751 )
752 from .nuvid import NuvidIE
753 from .nzz import NZZIE
754 from .odatv import OdaTVIE
755 from .odnoklassniki import OdnoklassnikiIE
756 from .oktoberfesttv import OktoberfestTVIE
757 from .ondemandkorea import OnDemandKoreaIE
758 from .onet import (
759     OnetIE,
760     OnetChannelIE,
761     OnetMVPIE,
762     OnetPlIE,
763 )
764 from .onionstudios import OnionStudiosIE
765 from .ooyala import (
766     OoyalaIE,
767     OoyalaExternalIE,
768 )
769 from .openload import OpenloadIE
770 from .ora import OraTVIE
771 from .orf import (
772     ORFTVthekIE,
773     ORFFM4IE,
774     ORFFM4StoryIE,
775     ORFOE1IE,
776     ORFIPTVIE,
777 )
778 from .packtpub import (
779     PacktPubIE,
780     PacktPubCourseIE,
781 )
782 from .pandatv import PandaTVIE
783 from .pandoratv import PandoraTVIE
784 from .parliamentliveuk import ParliamentLiveUKIE
785 from .patreon import PatreonIE
786 from .pbs import PBSIE
787 from .pearvideo import PearVideoIE
788 from .people import PeopleIE
789 from .periscope import (
790     PeriscopeIE,
791     PeriscopeUserIE,
792 )
793 from .philharmoniedeparis import PhilharmonieDeParisIE
794 from .phoenix import PhoenixIE
795 from .photobucket import PhotobucketIE
796 from .piksel import PikselIE
797 from .pinkbike import PinkbikeIE
798 from .pladform import PladformIE
799 from .playfm import PlayFMIE
800 from .plays import PlaysTVIE
801 from .playtvak import PlaytvakIE
802 from .playvid import PlayvidIE
803 from .playwire import PlaywireIE
804 from .pluralsight import (
805     PluralsightIE,
806     PluralsightCourseIE,
807 )
808 from .podomatic import PodomaticIE
809 from .pokemon import PokemonIE
810 from .polskieradio import (
811     PolskieRadioIE,
812     PolskieRadioCategoryIE,
813 )
814 from .popcorntv import PopcornTVIE
815 from .porn91 import Porn91IE
816 from .porncom import PornComIE
817 from .pornflip import PornFlipIE
818 from .pornhd import PornHdIE
819 from .pornhub import (
820     PornHubIE,
821     PornHubPlaylistIE,
822     PornHubUserVideosIE,
823 )
824 from .pornotube import PornotubeIE
825 from .pornovoisines import PornoVoisinesIE
826 from .pornoxo import PornoXOIE
827 from .presstv import PressTVIE
828 from .primesharetv import PrimeShareTVIE
829 from .promptfile import PromptFileIE
830 from .prosiebensat1 import ProSiebenSat1IE
831 from .puls4 import Puls4IE
832 from .pyvideo import PyvideoIE
833 from .qqmusic import (
834     QQMusicIE,
835     QQMusicSingerIE,
836     QQMusicAlbumIE,
837     QQMusicToplistIE,
838     QQMusicPlaylistIE,
839 )
840 from .r7 import (
841     R7IE,
842     R7ArticleIE,
843 )
844 from .radiocanada import (
845     RadioCanadaIE,
846     RadioCanadaAudioVideoIE,
847 )
848 from .radiode import RadioDeIE
849 from .radiojavan import RadioJavanIE
850 from .radiobremen import RadioBremenIE
851 from .radiofrance import RadioFranceIE
852 from .rai import (
853     RaiPlayIE,
854     RaiPlayLiveIE,
855     RaiIE,
856 )
857 from .rbmaradio import RBMARadioIE
858 from .rds import RDSIE
859 from .redbulltv import RedBullTVIE
860 from .reddit import (
861     RedditIE,
862     RedditRIE,
863 )
864 from .redtube import RedTubeIE
865 from .regiotv import RegioTVIE
866 from .rentv import (
867     RENTVIE,
868     RENTVArticleIE,
869 )
870 from .restudy import RestudyIE
871 from .reuters import ReutersIE
872 from .reverbnation import ReverbNationIE
873 from .revision3 import (
874     Revision3EmbedIE,
875     Revision3IE,
876 )
877 from .rice import RICEIE
878 from .ringtv import RingTVIE
879 from .rmcdecouverte import RMCDecouverteIE
880 from .ro220 import Ro220IE
881 from .rockstargames import RockstarGamesIE
882 from .roosterteeth import RoosterTeethIE
883 from .rottentomatoes import RottenTomatoesIE
884 from .roxwel import RoxwelIE
885 from .rozhlas import RozhlasIE
886 from .rtbf import RTBFIE
887 from .rte import RteIE, RteRadioIE
888 from .rtlnl import RtlNlIE
889 from .rtl2 import (
890     RTL2IE,
891     RTL2YouIE,
892     RTL2YouSeriesIE,
893 )
894 from .rtp import RTPIE
895 from .rts import RTSIE
896 from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE, RTVELiveIE, RTVETelevisionIE
897 from .rtvnh import RTVNHIE
898 from .rudo import RudoIE
899 from .ruhd import RUHDIE
900 from .ruleporn import RulePornIE
901 from .rutube import (
902     RutubeIE,
903     RutubeChannelIE,
904     RutubeEmbedIE,
905     RutubeMovieIE,
906     RutubePersonIE,
907     RutubePlaylistIE,
908 )
909 from .rutv import RUTVIE
910 from .ruutu import RuutuIE
911 from .ruv import RuvIE
912 from .sandia import SandiaIE
913 from .safari import (
914     SafariIE,
915     SafariApiIE,
916     SafariCourseIE,
917 )
918 from .sapo import SapoIE
919 from .savefrom import SaveFromIE
920 from .sbs import SBSIE
921 from .screencast import ScreencastIE
922 from .screencastomatic import ScreencastOMaticIE
923 from .scrippsnetworks import ScrippsNetworksWatchIE
924 from .seeker import SeekerIE
925 from .senateisvp import SenateISVPIE
926 from .sendtonews import SendtoNewsIE
927 from .servingsys import ServingSysIE
928 from .servus import ServusIE
929 from .sexu import SexuIE
930 from .shahid import ShahidIE
931 from .shared import (
932     SharedIE,
933     VivoIE,
934 )
935 from .showroomlive import ShowRoomLiveIE
936 from .sina import SinaIE
937 from .sixplay import SixPlayIE
938 from .skylinewebcams import SkylineWebcamsIE
939 from .skynewsarabia import (
940     SkyNewsArabiaIE,
941     SkyNewsArabiaArticleIE,
942 )
943 from .skysports import SkySportsIE
944 from .slideshare import SlideshareIE
945 from .slideslive import SlidesLiveIE
946 from .slutload import SlutloadIE
947 from .smotri import (
948     SmotriIE,
949     SmotriCommunityIE,
950     SmotriUserIE,
951     SmotriBroadcastIE,
952 )
953 from .snotr import SnotrIE
954 from .sohu import SohuIE
955 from .sonyliv import SonyLIVIE
956 from .soundcloud import (
957     SoundcloudIE,
958     SoundcloudSetIE,
959     SoundcloudUserIE,
960     SoundcloudTrackStationIE,
961     SoundcloudPlaylistIE,
962     SoundcloudSearchIE,
963 )
964 from .soundgasm import (
965     SoundgasmIE,
966     SoundgasmProfileIE
967 )
968 from .southpark import (
969     SouthParkIE,
970     SouthParkDeIE,
971     SouthParkDkIE,
972     SouthParkEsIE,
973     SouthParkNlIE
974 )
975 from .spankbang import SpankBangIE
976 from .spankwire import SpankwireIE
977 from .spiegel import SpiegelIE, SpiegelArticleIE
978 from .spiegeltv import SpiegeltvIE
979 from .spike import SpikeIE
980 from .stitcher import StitcherIE
981 from .sport5 import Sport5IE
982 from .sportbox import SportBoxEmbedIE
983 from .sportdeutschland import SportDeutschlandIE
984 from .sportschau import SportschauIE
985 from .sprout import SproutIE
986 from .srgssr import (
987     SRGSSRIE,
988     SRGSSRPlayIE,
989 )
990 from .srmediathek import SRMediathekIE
991 from .stanfordoc import StanfordOpenClassroomIE
992 from .steam import SteamIE
993 from .streamable import StreamableIE
994 from .streamango import StreamangoIE
995 from .streamcloud import StreamcloudIE
996 from .streamcz import StreamCZIE
997 from .streetvoice import StreetVoiceIE
998 from .sunporno import SunPornoIE
999 from .svt import (
1000     SVTIE,
1001     SVTPlayIE,
1002 )
1003 from .swrmediathek import SWRMediathekIE
1004 from .syfy import SyfyIE
1005 from .sztvhu import SztvHuIE
1006 from .tagesschau import (
1007     TagesschauPlayerIE,
1008     TagesschauIE,
1009 )
1010 from .tass import TassIE
1011 from .tastytrade import TastyTradeIE
1012 from .tbs import TBSIE
1013 from .tdslifeway import TDSLifewayIE
1014 from .teachertube import (
1015     TeacherTubeIE,
1016     TeacherTubeUserIE,
1017 )
1018 from .teachingchannel import TeachingChannelIE
1019 from .teamcoco import TeamcocoIE
1020 from .techtalks import TechTalksIE
1021 from .ted import TEDIE
1022 from .tele13 import Tele13IE
1023 from .telebruxelles import TeleBruxellesIE
1024 from .telecinco import TelecincoIE
1025 from .telegraaf import TelegraafIE
1026 from .telemb import TeleMBIE
1027 from .telequebec import TeleQuebecIE
1028 from .teletask import TeleTaskIE
1029 from .telewebion import TelewebionIE
1030 from .testurl import TestURLIE
1031 from .tf1 import TF1IE
1032 from .tfo import TFOIE
1033 from .theintercept import TheInterceptIE
1034 from .theplatform import (
1035     ThePlatformIE,
1036     ThePlatformFeedIE,
1037 )
1038 from .thescene import TheSceneIE
1039 from .thesixtyone import TheSixtyOneIE
1040 from .thestar import TheStarIE
1041 from .thesun import TheSunIE
1042 from .theweatherchannel import TheWeatherChannelIE
1043 from .thisamericanlife import ThisAmericanLifeIE
1044 from .thisav import ThisAVIE
1045 from .thisoldhouse import ThisOldHouseIE
1046 from .threeqsdn import ThreeQSDNIE
1047 from .tinypic import TinyPicIE
1048 from .tmz import (
1049     TMZIE,
1050     TMZArticleIE,
1051 )
1052 from .tnaflix import (
1053     TNAFlixNetworkEmbedIE,
1054     TNAFlixIE,
1055     EMPFlixIE,
1056     MovieFapIE,
1057 )
1058 from .toggle import ToggleIE
1059 from .tonline import TOnlineIE
1060 from .toongoggles import ToonGogglesIE
1061 from .toutv import TouTvIE
1062 from .toypics import ToypicsUserIE, ToypicsIE
1063 from .traileraddict import TrailerAddictIE
1064 from .trilulilu import TriluliluIE
1065 from .trutv import TruTVIE
1066 from .tube8 import Tube8IE
1067 from .tubitv import TubiTvIE
1068 from .tumblr import TumblrIE
1069 from .tunein import (
1070     TuneInClipIE,
1071     TuneInStationIE,
1072     TuneInProgramIE,
1073     TuneInTopicIE,
1074     TuneInShortenerIE,
1075 )
1076 from .tunepk import TunePkIE
1077 from .turbo import TurboIE
1078 from .tutv import TutvIE
1079 from .tv2 import (
1080     TV2IE,
1081     TV2ArticleIE,
1082 )
1083 from .tv2hu import TV2HuIE
1084 from .tv3 import TV3IE
1085 from .tv4 import TV4IE
1086 from .tv5mondeplus import TV5MondePlusIE
1087 from .tva import TVAIE
1088 from .tvanouvelles import (
1089     TVANouvellesIE,
1090     TVANouvellesArticleIE,
1091 )
1092 from .tvc import (
1093     TVCIE,
1094     TVCArticleIE,
1095 )
1096 from .tvigle import TvigleIE
1097 from .tvland import TVLandIE
1098 from .tvn24 import TVN24IE
1099 from .tvnoe import TVNoeIE
1100 from .tvp import (
1101     TVPEmbedIE,
1102     TVPIE,
1103     TVPSeriesIE,
1104 )
1105 from .tvplay import (
1106     TVPlayIE,
1107     ViafreeIE,
1108 )
1109 from .tvplayer import TVPlayerIE
1110 from .tweakers import TweakersIE
1111 from .twentyfourvideo import TwentyFourVideoIE
1112 from .twentymin import TwentyMinutenIE
1113 from .twentytwotracks import (
1114     TwentyTwoTracksIE,
1115     TwentyTwoTracksGenreIE
1116 )
1117 from .twitch import (
1118     TwitchVideoIE,
1119     TwitchChapterIE,
1120     TwitchVodIE,
1121     TwitchProfileIE,
1122     TwitchAllVideosIE,
1123     TwitchUploadsIE,
1124     TwitchPastBroadcastsIE,
1125     TwitchHighlightsIE,
1126     TwitchStreamIE,
1127     TwitchClipsIE,
1128 )
1129 from .twitter import (
1130     TwitterCardIE,
1131     TwitterIE,
1132     TwitterAmplifyIE,
1133 )
1134 from .udemy import (
1135     UdemyIE,
1136     UdemyCourseIE
1137 )
1138 from .udn import UDNEmbedIE
1139 from .uktvplay import UKTVPlayIE
1140 from .digiteka import DigitekaIE
1141 from .unistra import UnistraIE
1142 from .unity import UnityIE
1143 from .uol import UOLIE
1144 from .uplynk import (
1145     UplynkIE,
1146     UplynkPreplayIE,
1147 )
1148 from .upskill import (
1149     UpskillIE,
1150     UpskillCourseIE,
1151 )
1152 from .urort import UrortIE
1153 from .urplay import URPlayIE
1154 from .usanetwork import USANetworkIE
1155 from .usatoday import USATodayIE
1156 from .ustream import UstreamIE, UstreamChannelIE
1157 from .ustudio import (
1158     UstudioIE,
1159     UstudioEmbedIE,
1160 )
1161 from .varzesh3 import Varzesh3IE
1162 from .vbox7 import Vbox7IE
1163 from .veehd import VeeHDIE
1164 from .veoh import VeohIE
1165 from .vessel import VesselIE
1166 from .vesti import VestiIE
1167 from .vevo import (
1168     VevoIE,
1169     VevoPlaylistIE,
1170 )
1171 from .vgtv import (
1172     BTArticleIE,
1173     BTVestlendingenIE,
1174     VGTVIE,
1175 )
1176 from .vh1 import VH1IE
1177 from .vice import (
1178     ViceIE,
1179     ViceArticleIE,
1180     ViceShowIE,
1181 )
1182 from .viceland import VicelandIE
1183 from .vidbit import VidbitIE
1184 from .viddler import ViddlerIE
1185 from .videa import VideaIE
1186 from .videodetective import VideoDetectiveIE
1187 from .videofyme import VideofyMeIE
1188 from .videomega import VideoMegaIE
1189 from .videomore import (
1190     VideomoreIE,
1191     VideomoreVideoIE,
1192     VideomoreSeasonIE,
1193 )
1194 from .videopremium import VideoPremiumIE
1195 from .videopress import VideoPressIE
1196 from .vidio import VidioIE
1197 from .vidme import (
1198     VidmeIE,
1199     VidmeUserIE,
1200     VidmeUserLikesIE,
1201 )
1202 from .vidzi import VidziIE
1203 from .vier import VierIE, VierVideosIE
1204 from .viewlift import (
1205     ViewLiftIE,
1206     ViewLiftEmbedIE,
1207 )
1208 from .viewster import ViewsterIE
1209 from .viidea import ViideaIE
1210 from .vimeo import (
1211     VimeoIE,
1212     VimeoAlbumIE,
1213     VimeoChannelIE,
1214     VimeoGroupsIE,
1215     VimeoLikesIE,
1216     VimeoOndemandIE,
1217     VimeoReviewIE,
1218     VimeoUserIE,
1219     VimeoWatchLaterIE,
1220 )
1221 from .vimple import VimpleIE
1222 from .vine import (
1223     VineIE,
1224     VineUserIE,
1225 )
1226 from .viki import (
1227     VikiIE,
1228     VikiChannelIE,
1229 )
1230 from .viu import (
1231     ViuIE,
1232     ViuPlaylistIE,
1233     ViuOTTIE,
1234 )
1235 from .vk import (
1236     VKIE,
1237     VKUserVideosIE,
1238     VKWallPostIE,
1239 )
1240 from .vlive import (
1241     VLiveIE,
1242     VLiveChannelIE,
1243     VLivePlaylistIE
1244 )
1245 from .vodlocker import VodlockerIE
1246 from .vodpl import VODPlIE
1247 from .vodplatform import VODPlatformIE
1248 from .voicerepublic import VoiceRepublicIE
1249 from .voot import VootIE
1250 from .voxmedia import (
1251     VoxMediaVolumeIE,
1252     VoxMediaIE,
1253 )
1254 from .vporn import VpornIE
1255 from .vrt import VRTIE
1256 from .vrak import VrakIE
1257 from .vrv import (
1258     VRVIE,
1259     VRVSeriesIE,
1260 )
1261 from .vshare import VShareIE
1262 from .medialaan import MedialaanIE
1263 from .vube import VubeIE
1264 from .vuclip import VuClipIE
1265 from .vvvvid import VVVVIDIE
1266 from .vyborymos import VyboryMosIE
1267 from .vzaar import VzaarIE
1268 from .walla import WallaIE
1269 from .washingtonpost import (
1270     WashingtonPostIE,
1271     WashingtonPostArticleIE,
1272 )
1273 from .wat import WatIE
1274 from .watchbox import WatchBoxIE
1275 from .watchindianporn import WatchIndianPornIE
1276 from .wdr import (
1277     WDRIE,
1278     WDRMobileIE,
1279 )
1280 from .webcaster import (
1281     WebcasterIE,
1282     WebcasterFeedIE,
1283 )
1284 from .webofstories import (
1285     WebOfStoriesIE,
1286     WebOfStoriesPlaylistIE,
1287 )
1288 from .weiqitv import WeiqiTVIE
1289 from .wimp import WimpIE
1290 from .wistia import WistiaIE
1291 from .worldstarhiphop import WorldStarHipHopIE
1292 from .wrzuta import (
1293     WrzutaIE,
1294     WrzutaPlaylistIE,
1295 )
1296 from .wsj import (
1297     WSJIE,
1298     WSJArticleIE,
1299 )
1300 from .xbef import XBefIE
1301 from .xboxclips import XboxClipsIE
1302 from .xfileshare import XFileShareIE
1303 from .xhamster import (
1304     XHamsterIE,
1305     XHamsterEmbedIE,
1306 )
1307 from .xiami import (
1308     XiamiSongIE,
1309     XiamiAlbumIE,
1310     XiamiArtistIE,
1311     XiamiCollectionIE
1312 )
1313 from .xminus import XMinusIE
1314 from .xnxx import XNXXIE
1315 from .xstream import XstreamIE
1316 from .xtube import XTubeUserIE, XTubeIE
1317 from .xuite import XuiteIE
1318 from .xvideos import XVideosIE
1319 from .xxxymovies import XXXYMoviesIE
1320 from .yahoo import (
1321     YahooIE,
1322     YahooSearchIE,
1323 )
1324 from .yandexmusic import (
1325     YandexMusicTrackIE,
1326     YandexMusicAlbumIE,
1327     YandexMusicPlaylistIE,
1328 )
1329 from .yandexdisk import YandexDiskIE
1330 from .yesjapan import YesJapanIE
1331 from .yinyuetai import YinYueTaiIE
1332 from .ynet import YnetIE
1333 from .youjizz import YouJizzIE
1334 from .youku import (
1335     YoukuIE,
1336     YoukuShowIE,
1337 )
1338 from .youporn import YouPornIE
1339 from .yourupload import YourUploadIE
1340 from .youtube import (
1341     YoutubeIE,
1342     YoutubeChannelIE,
1343     YoutubeFavouritesIE,
1344     YoutubeHistoryIE,
1345     YoutubeLiveIE,
1346     YoutubePlaylistIE,
1347     YoutubePlaylistsIE,
1348     YoutubeRecommendedIE,
1349     YoutubeSearchDateIE,
1350     YoutubeSearchIE,
1351     YoutubeSearchURLIE,
1352     YoutubeShowIE,
1353     YoutubeSubscriptionsIE,
1354     YoutubeTruncatedIDIE,
1355     YoutubeTruncatedURLIE,
1356     YoutubeUserIE,
1357     YoutubeWatchLaterIE,
1358 )
1359 from .zapiks import ZapiksIE
1360 from .zaq1 import Zaq1IE
1361 from .zdf import ZDFIE, ZDFChannelIE
1362 from .zingmp3 import ZingMp3IE