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