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