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