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