[formula1] Add new extractor(closes #3617)
[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 .lecture2go import Lecture2GoIE
374 from .lemonde import LemondeIE
375 from .leeco import (
376     LeIE,
377     LePlaylistIE,
378     LetvCloudIE,
379 )
380 from .libsyn import LibsynIE
381 from .lifenews import (
382     LifeNewsIE,
383     LifeEmbedIE,
384 )
385 from .limelight import (
386     LimelightMediaIE,
387     LimelightChannelIE,
388     LimelightChannelListIE,
389 )
390 from .litv import LiTVIE
391 from .liveleak import LiveLeakIE
392 from .livestream import (
393     LivestreamIE,
394     LivestreamOriginalIE,
395     LivestreamShortenerIE,
396 )
397 from .lnkgo import LnkGoIE
398 from .lovehomeporn import LoveHomePornIE
399 from .lrt import LRTIE
400 from .lynda import (
401     LyndaIE,
402     LyndaCourseIE
403 )
404 from .m6 import M6IE
405 from .macgamestore import MacGameStoreIE
406 from .mailru import MailRuIE
407 from .makerschannel import MakersChannelIE
408 from .makertv import MakerTVIE
409 from .matchtv import MatchTVIE
410 from .mdr import MDRIE
411 from .metacafe import MetacafeIE
412 from .metacritic import MetacriticIE
413 from .mgoon import MgoonIE
414 from .mgtv import MGTVIE
415 from .microsoftvirtualacademy import (
416     MicrosoftVirtualAcademyIE,
417     MicrosoftVirtualAcademyCourseIE,
418 )
419 from .minhateca import MinhatecaIE
420 from .ministrygrid import MinistryGridIE
421 from .minoto import MinotoIE
422 from .miomio import MioMioIE
423 from .mit import TechTVMITIE, MITIE, OCWMITIE
424 from .mitele import MiTeleIE
425 from .mixcloud import (
426     MixcloudIE,
427     MixcloudUserIE,
428     MixcloudPlaylistIE,
429     MixcloudStreamIE,
430 )
431 from .mlb import MLBIE
432 from .mnet import MnetIE
433 from .mpora import MporaIE
434 from .moevideo import MoeVideoIE
435 from .mofosex import MofosexIE
436 from .mojvideo import MojvideoIE
437 from .moniker import MonikerIE
438 from .morningstar import MorningstarIE
439 from .motherless import MotherlessIE
440 from .motorsport import MotorsportIE
441 from .movieclips import MovieClipsIE
442 from .moviezine import MoviezineIE
443 from .mtv import (
444     MTVIE,
445     MTVServicesEmbeddedIE,
446     MTVIggyIE,
447     MTVDEIE,
448 )
449 from .muenchentv import MuenchenTVIE
450 from .musicplayon import MusicPlayOnIE
451 from .mwave import MwaveIE, MwaveMeetGreetIE
452 from .myspace import MySpaceIE, MySpaceAlbumIE
453 from .myspass import MySpassIE
454 from .myvi import MyviIE
455 from .myvideo import MyVideoIE
456 from .myvidster import MyVidsterIE
457 from .nationalgeographic import (
458     NationalGeographicIE,
459     NationalGeographicChannelIE,
460 )
461 from .naver import NaverIE
462 from .nba import NBAIE
463 from .nbc import (
464     CSNNEIE,
465     NBCIE,
466     NBCNewsIE,
467     NBCSportsIE,
468     NBCSportsVPlayerIE,
469     MSNBCIE,
470 )
471 from .ndr import (
472     NDRIE,
473     NJoyIE,
474     NDREmbedBaseIE,
475     NDREmbedIE,
476     NJoyEmbedIE,
477 )
478 from .ndtv import NDTVIE
479 from .netzkino import NetzkinoIE
480 from .nerdcubed import NerdCubedFeedIE
481 from .neteasemusic import (
482     NetEaseMusicIE,
483     NetEaseMusicAlbumIE,
484     NetEaseMusicSingerIE,
485     NetEaseMusicListIE,
486     NetEaseMusicMvIE,
487     NetEaseMusicProgramIE,
488     NetEaseMusicDjRadioIE,
489 )
490 from .newgrounds import NewgroundsIE
491 from .newstube import NewstubeIE
492 from .nextmedia import (
493     NextMediaIE,
494     NextMediaActionNewsIE,
495     AppleDailyIE,
496 )
497 from .nextmovie import NextMovieIE
498 from .nfb import NFBIE
499 from .nfl import NFLIE
500 from .nhl import (
501     NHLVideocenterIE,
502     NHLNewsIE,
503     NHLVideocenterCategoryIE,
504     NHLIE,
505 )
506 from .nick import NickIE
507 from .niconico import NiconicoIE, NiconicoPlaylistIE
508 from .ninegag import NineGagIE
509 from .noco import NocoIE
510 from .normalboots import NormalbootsIE
511 from .nosvideo import NosVideoIE
512 from .nova import NovaIE
513 from .novamov import (
514     AuroraVidIE,
515     CloudTimeIE,
516     NowVideoIE,
517     VideoWeedIE,
518     WholeCloudIE,
519 )
520 from .nowness import (
521     NownessIE,
522     NownessPlaylistIE,
523     NownessSeriesIE,
524 )
525 from .nowtv import (
526     NowTVIE,
527     NowTVListIE,
528 )
529 from .noz import NozIE
530 from .npo import (
531     NPOIE,
532     NPOLiveIE,
533     NPORadioIE,
534     NPORadioFragmentIE,
535     SchoolTVIE,
536     VPROIE,
537     WNLIE
538 )
539 from .npr import NprIE
540 from .nrk import (
541     NRKIE,
542     NRKPlaylistIE,
543     NRKSkoleIE,
544     NRKTVIE,
545 )
546 from .ntvde import NTVDeIE
547 from .ntvru import NTVRuIE
548 from .nytimes import (
549     NYTimesIE,
550     NYTimesArticleIE,
551 )
552 from .nuvid import NuvidIE
553 from .odnoklassniki import OdnoklassnikiIE
554 from .oktoberfesttv import OktoberfestTVIE
555 from .onionstudios import OnionStudiosIE
556 from .ooyala import (
557     OoyalaIE,
558     OoyalaExternalIE,
559 )
560 from .openload import OpenloadIE
561 from .ora import OraTVIE
562 from .orf import (
563     ORFTVthekIE,
564     ORFOE1IE,
565     ORFFM4IE,
566     ORFIPTVIE,
567 )
568 from .pandoratv import PandoraTVIE
569 from .parliamentliveuk import ParliamentLiveUKIE
570 from .patreon import PatreonIE
571 from .pbs import PBSIE
572 from .people import PeopleIE
573 from .periscope import (
574     PeriscopeIE,
575     PeriscopeUserIE,
576 )
577 from .philharmoniedeparis import PhilharmonieDeParisIE
578 from .phoenix import PhoenixIE
579 from .photobucket import PhotobucketIE
580 from .pinkbike import PinkbikeIE
581 from .pladform import PladformIE
582 from .played import PlayedIE
583 from .playfm import PlayFMIE
584 from .plays import PlaysTVIE
585 from .playtvak import PlaytvakIE
586 from .playvid import PlayvidIE
587 from .playwire import PlaywireIE
588 from .pluralsight import (
589     PluralsightIE,
590     PluralsightCourseIE,
591 )
592 from .podomatic import PodomaticIE
593 from .porn91 import Porn91IE
594 from .pornhd import PornHdIE
595 from .pornhub import (
596     PornHubIE,
597     PornHubPlaylistIE,
598     PornHubUserVideosIE,
599 )
600 from .pornotube import PornotubeIE
601 from .pornovoisines import PornoVoisinesIE
602 from .pornoxo import PornoXOIE
603 from .presstv import PressTVIE
604 from .primesharetv import PrimeShareTVIE
605 from .promptfile import PromptFileIE
606 from .prosiebensat1 import ProSiebenSat1IE
607 from .puls4 import Puls4IE
608 from .pyvideo import PyvideoIE
609 from .qqmusic import (
610     QQMusicIE,
611     QQMusicSingerIE,
612     QQMusicAlbumIE,
613     QQMusicToplistIE,
614     QQMusicPlaylistIE,
615 )
616 from .r7 import R7IE
617 from .radiode import RadioDeIE
618 from .radiojavan import RadioJavanIE
619 from .radiobremen import RadioBremenIE
620 from .radiofrance import RadioFranceIE
621 from .rai import (
622     RaiTVIE,
623     RaiIE,
624 )
625 from .rbmaradio import RBMARadioIE
626 from .rds import RDSIE
627 from .redtube import RedTubeIE
628 from .regiotv import RegioTVIE
629 from .restudy import RestudyIE
630 from .reverbnation import ReverbNationIE
631 from .revision3 import Revision3IE
632 from .rice import RICEIE
633 from .ringtv import RingTVIE
634 from .ro220 import Ro220IE
635 from .rottentomatoes import RottenTomatoesIE
636 from .roxwel import RoxwelIE
637 from .rtbf import RTBFIE
638 from .rte import RteIE, RteRadioIE
639 from .rtlnl import RtlNlIE
640 from .rtl2 import RTL2IE
641 from .rtp import RTPIE
642 from .rts import RTSIE
643 from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
644 from .rtvnh import RTVNHIE
645 from .ruhd import RUHDIE
646 from .ruleporn import RulePornIE
647 from .rutube import (
648     RutubeIE,
649     RutubeChannelIE,
650     RutubeEmbedIE,
651     RutubeMovieIE,
652     RutubePersonIE,
653 )
654 from .rutv import RUTVIE
655 from .ruutu import RuutuIE
656 from .sandia import SandiaIE
657 from .safari import (
658     SafariIE,
659     SafariApiIE,
660     SafariCourseIE,
661 )
662 from .sapo import SapoIE
663 from .savefrom import SaveFromIE
664 from .sbs import SBSIE
665 from .scivee import SciVeeIE
666 from .screencast import ScreencastIE
667 from .screencastomatic import ScreencastOMaticIE
668 from .screenjunkies import ScreenJunkiesIE
669 from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
670 from .senateisvp import SenateISVPIE
671 from .servingsys import ServingSysIE
672 from .sexu import SexuIE
673 from .shahid import ShahidIE
674 from .shared import SharedIE
675 from .sharesix import ShareSixIE
676 from .sina import SinaIE
677 from .skynewsarabia import (
678     SkyNewsArabiaIE,
679     SkyNewsArabiaArticleIE,
680 )
681 from .slideshare import SlideshareIE
682 from .slutload import SlutloadIE
683 from .smotri import (
684     SmotriIE,
685     SmotriCommunityIE,
686     SmotriUserIE,
687     SmotriBroadcastIE,
688 )
689 from .snotr import SnotrIE
690 from .sohu import SohuIE
691 from .soundcloud import (
692     SoundcloudIE,
693     SoundcloudSetIE,
694     SoundcloudUserIE,
695     SoundcloudPlaylistIE,
696     SoundcloudSearchIE
697 )
698 from .soundgasm import (
699     SoundgasmIE,
700     SoundgasmProfileIE
701 )
702 from .southpark import (
703     SouthParkIE,
704     SouthParkDeIE,
705     SouthParkDkIE,
706     SouthParkEsIE,
707     SouthParkNlIE
708 )
709 from .spankbang import SpankBangIE
710 from .spankwire import SpankwireIE
711 from .spiegel import SpiegelIE, SpiegelArticleIE
712 from .spiegeltv import SpiegeltvIE
713 from .spike import SpikeIE
714 from .stitcher import StitcherIE
715 from .sport5 import Sport5IE
716 from .sportbox import (
717     SportBoxIE,
718     SportBoxEmbedIE,
719 )
720 from .sportdeutschland import SportDeutschlandIE
721 from .srgssr import (
722     SRGSSRIE,
723     SRGSSRPlayIE,
724 )
725 from .srmediathek import SRMediathekIE
726 from .ssa import SSAIE
727 from .stanfordoc import StanfordOpenClassroomIE
728 from .steam import SteamIE
729 from .streamcloud import StreamcloudIE
730 from .streamcz import StreamCZIE
731 from .streetvoice import StreetVoiceIE
732 from .sunporno import SunPornoIE
733 from .svt import (
734     SVTIE,
735     SVTPlayIE,
736 )
737 from .swrmediathek import SWRMediathekIE
738 from .syfy import SyfyIE
739 from .sztvhu import SztvHuIE
740 from .tagesschau import (
741     TagesschauPlayerIE,
742     TagesschauIE,
743 )
744 from .tapely import TapelyIE
745 from .tass import TassIE
746 from .tdslifeway import TDSLifewayIE
747 from .teachertube import (
748     TeacherTubeIE,
749     TeacherTubeUserIE,
750 )
751 from .teachingchannel import TeachingChannelIE
752 from .teamcoco import TeamcocoIE
753 from .techtalks import TechTalksIE
754 from .ted import TEDIE
755 from .tele13 import Tele13IE
756 from .telebruxelles import TeleBruxellesIE
757 from .telecinco import TelecincoIE
758 from .telegraaf import TelegraafIE
759 from .telemb import TeleMBIE
760 from .teletask import TeleTaskIE
761 from .testurl import TestURLIE
762 from .tf1 import TF1IE
763 from .theintercept import TheInterceptIE
764 from .theplatform import (
765     ThePlatformIE,
766     ThePlatformFeedIE,
767 )
768 from .thescene import TheSceneIE
769 from .thesixtyone import TheSixtyOneIE
770 from .thestar import TheStarIE
771 from .thisamericanlife import ThisAmericanLifeIE
772 from .thisav import ThisAVIE
773 from .threeqsdn import ThreeQSDNIE
774 from .tinypic import TinyPicIE
775 from .tlc import TlcDeIE
776 from .tmz import (
777     TMZIE,
778     TMZArticleIE,
779 )
780 from .tnaflix import (
781     TNAFlixNetworkEmbedIE,
782     TNAFlixIE,
783     EMPFlixIE,
784     MovieFapIE,
785 )
786 from .toggle import ToggleIE
787 from .thvideo import (
788     THVideoIE,
789     THVideoPlaylistIE
790 )
791 from .toutv import TouTvIE
792 from .toypics import ToypicsUserIE, ToypicsIE
793 from .traileraddict import TrailerAddictIE
794 from .trilulilu import TriluliluIE
795 from .trollvids import TrollvidsIE
796 from .trutube import TruTubeIE
797 from .tube8 import Tube8IE
798 from .tubitv import TubiTvIE
799 from .tudou import (
800     TudouIE,
801     TudouPlaylistIE,
802     TudouAlbumIE,
803 )
804 from .tumblr import TumblrIE
805 from .tunein import (
806     TuneInClipIE,
807     TuneInStationIE,
808     TuneInProgramIE,
809     TuneInTopicIE,
810     TuneInShortenerIE,
811 )
812 from .turbo import TurboIE
813 from .tutv import TutvIE
814 from .tv2 import (
815     TV2IE,
816     TV2ArticleIE,
817 )
818 from .tv3 import TV3IE
819 from .tv4 import TV4IE
820 from .tvc import (
821     TVCIE,
822     TVCArticleIE,
823 )
824 from .tvigle import TvigleIE
825 from .tvland import TVLandIE
826 from .tvp import TvpIE, TvpSeriesIE
827 from .tvplay import TVPlayIE
828 from .tweakers import TweakersIE
829 from .twentyfourvideo import TwentyFourVideoIE
830 from .twentymin import TwentyMinutenIE
831 from .twentytwotracks import (
832     TwentyTwoTracksIE,
833     TwentyTwoTracksGenreIE
834 )
835 from .twitch import (
836     TwitchVideoIE,
837     TwitchChapterIE,
838     TwitchVodIE,
839     TwitchProfileIE,
840     TwitchPastBroadcastsIE,
841     TwitchStreamIE,
842 )
843 from .twitter import (
844     TwitterCardIE,
845     TwitterIE,
846     TwitterAmplifyIE,
847 )
848 from .udemy import (
849     UdemyIE,
850     UdemyCourseIE
851 )
852 from .udn import UDNEmbedIE
853 from .digiteka import DigitekaIE
854 from .unistra import UnistraIE
855 from .urort import UrortIE
856 from .usatoday import USATodayIE
857 from .ustream import UstreamIE, UstreamChannelIE
858 from .ustudio import (
859     UstudioIE,
860     UstudioEmbedIE,
861 )
862 from .varzesh3 import Varzesh3IE
863 from .vbox7 import Vbox7IE
864 from .veehd import VeeHDIE
865 from .veoh import VeohIE
866 from .vessel import VesselIE
867 from .vesti import VestiIE
868 from .vevo import (
869     VevoIE,
870     VevoPlaylistIE,
871 )
872 from .vgtv import (
873     BTArticleIE,
874     BTVestlendingenIE,
875     VGTVIE,
876 )
877 from .vh1 import VH1IE
878 from .vice import (
879     ViceIE,
880     ViceShowIE,
881 )
882 from .viddler import ViddlerIE
883 from .videodetective import VideoDetectiveIE
884 from .videofyme import VideofyMeIE
885 from .videomega import VideoMegaIE
886 from .videomore import (
887     VideomoreIE,
888     VideomoreVideoIE,
889     VideomoreSeasonIE,
890 )
891 from .videopremium import VideoPremiumIE
892 from .videott import VideoTtIE
893 from .vidme import (
894     VidmeIE,
895     VidmeUserIE,
896     VidmeUserLikesIE,
897 )
898 from .vidzi import VidziIE
899 from .vier import VierIE, VierVideosIE
900 from .viewlift import (
901     ViewLiftIE,
902     ViewLiftEmbedIE,
903 )
904 from .viewster import ViewsterIE
905 from .viidea import ViideaIE
906 from .vimeo import (
907     VimeoIE,
908     VimeoAlbumIE,
909     VimeoChannelIE,
910     VimeoGroupsIE,
911     VimeoLikesIE,
912     VimeoOndemandIE,
913     VimeoReviewIE,
914     VimeoUserIE,
915     VimeoWatchLaterIE,
916 )
917 from .vimple import VimpleIE
918 from .vine import (
919     VineIE,
920     VineUserIE,
921 )
922 from .viki import (
923     VikiIE,
924     VikiChannelIE,
925 )
926 from .vk import (
927     VKIE,
928     VKUserVideosIE,
929 )
930 from .vlive import VLiveIE
931 from .vodlocker import VodlockerIE
932 from .voicerepublic import VoiceRepublicIE
933 from .voxmedia import VoxMediaIE
934 from .vporn import VpornIE
935 from .vrt import VRTIE
936 from .vube import VubeIE
937 from .vuclip import VuClipIE
938 from .vulture import VultureIE
939 from .walla import WallaIE
940 from .washingtonpost import WashingtonPostIE
941 from .wat import WatIE
942 from .watchindianporn import WatchIndianPornIE
943 from .wdr import (
944     WDRIE,
945     WDRMobileIE,
946     WDRMausIE,
947 )
948 from .webofstories import (
949     WebOfStoriesIE,
950     WebOfStoriesPlaylistIE,
951 )
952 from .weibo import WeiboIE
953 from .weiqitv import WeiqiTVIE
954 from .wimp import WimpIE
955 from .wistia import WistiaIE
956 from .worldstarhiphop import WorldStarHipHopIE
957 from .wrzuta import WrzutaIE
958 from .wsj import WSJIE
959 from .xbef import XBefIE
960 from .xboxclips import XboxClipsIE
961 from .xfileshare import XFileShareIE
962 from .xhamster import (
963     XHamsterIE,
964     XHamsterEmbedIE,
965 )
966 from .xiami import (
967     XiamiSongIE,
968     XiamiAlbumIE,
969     XiamiArtistIE,
970     XiamiCollectionIE
971 )
972 from .xminus import XMinusIE
973 from .xnxx import XNXXIE
974 from .xstream import XstreamIE
975 from .xtube import XTubeUserIE, XTubeIE
976 from .xuite import XuiteIE
977 from .xvideos import XVideosIE
978 from .xxxymovies import XXXYMoviesIE
979 from .yahoo import (
980     YahooIE,
981     YahooSearchIE,
982 )
983 from .yam import YamIE
984 from .yandexmusic import (
985     YandexMusicTrackIE,
986     YandexMusicAlbumIE,
987     YandexMusicPlaylistIE,
988 )
989 from .yesjapan import YesJapanIE
990 from .yinyuetai import YinYueTaiIE
991 from .ynet import YnetIE
992 from .youjizz import YouJizzIE
993 from .youku import YoukuIE
994 from .youporn import YouPornIE
995 from .yourupload import YourUploadIE
996 from .youtube import (
997     YoutubeIE,
998     YoutubeChannelIE,
999     YoutubeFavouritesIE,
1000     YoutubeHistoryIE,
1001     YoutubeLiveIE,
1002     YoutubePlaylistIE,
1003     YoutubePlaylistsIE,
1004     YoutubeRecommendedIE,
1005     YoutubeSearchDateIE,
1006     YoutubeSearchIE,
1007     YoutubeSearchURLIE,
1008     YoutubeShowIE,
1009     YoutubeSubscriptionsIE,
1010     YoutubeTruncatedIDIE,
1011     YoutubeTruncatedURLIE,
1012     YoutubeUserIE,
1013     YoutubeWatchLaterIE,
1014 )
1015 from .zapiks import ZapiksIE
1016 from .zdf import ZDFIE, ZDFChannelIE
1017 from .zingmp3 import (
1018     ZingMp3SongIE,
1019     ZingMp3AlbumIE,
1020 )
1021 from .zippcast import ZippCastIE