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