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