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