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