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