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