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