2e795260e020f1d1561fb4d43777ca15ce410d22
[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 .iwara import IwaraIE
399 from .izlesene import IzleseneIE
400 from .jeuxvideo import JeuxVideoIE
401 from .jove import JoveIE
402 from .jwplatform import JWPlatformIE
403 from .jpopsukitv import JpopsukiIE
404 from .kaltura import KalturaIE
405 from .kamcord import KamcordIE
406 from .kanalplay import KanalPlayIE
407 from .kankan import KankanIE
408 from .karaoketv import KaraoketvIE
409 from .karrierevideos import KarriereVideosIE
410 from .keezmovies import KeezMoviesIE
411 from .ketnet import KetnetIE
412 from .khanacademy import KhanAcademyIE
413 from .kickstarter import KickStarterIE
414 from .keek import KeekIE
415 from .konserthusetplay import KonserthusetPlayIE
416 from .kontrtube import KontrTubeIE
417 from .krasview import KrasViewIE
418 from .ku6 import Ku6IE
419 from .kusi import KUSIIE
420 from .kuwo import (
421     KuwoIE,
422     KuwoAlbumIE,
423     KuwoChartIE,
424     KuwoSingerIE,
425     KuwoCategoryIE,
426     KuwoMvIE,
427 )
428 from .la7 import LA7IE
429 from .laola1tv import Laola1TvIE
430 from .lci import LCIIE
431 from .lcp import (
432     LcpPlayIE,
433     LcpIE,
434 )
435 from .learnr import LearnrIE
436 from .lecture2go import Lecture2GoIE
437 from .lemonde import LemondeIE
438 from .leeco import (
439     LeIE,
440     LePlaylistIE,
441     LetvCloudIE,
442 )
443 from .libraryofcongress import LibraryOfCongressIE
444 from .libsyn import LibsynIE
445 from .lifenews import (
446     LifeNewsIE,
447     LifeEmbedIE,
448 )
449 from .limelight import (
450     LimelightMediaIE,
451     LimelightChannelIE,
452     LimelightChannelListIE,
453 )
454 from .litv import LiTVIE
455 from .liveleak import LiveLeakIE
456 from .livestream import (
457     LivestreamIE,
458     LivestreamOriginalIE,
459     LivestreamShortenerIE,
460 )
461 from .lnkgo import LnkGoIE
462 from .localnews8 import LocalNews8IE
463 from .lovehomeporn import LoveHomePornIE
464 from .lrt import LRTIE
465 from .lynda import (
466     LyndaIE,
467     LyndaCourseIE
468 )
469 from .m6 import M6IE
470 from .macgamestore import MacGameStoreIE
471 from .mailru import MailRuIE
472 from .makerschannel import MakersChannelIE
473 from .makertv import MakerTVIE
474 from .matchtv import MatchTVIE
475 from .mdr import MDRIE
476 from .meta import METAIE
477 from .metacafe import MetacafeIE
478 from .metacritic import MetacriticIE
479 from .mgoon import MgoonIE
480 from .mgtv import MGTVIE
481 from .miaopai import MiaoPaiIE
482 from .microsoftvirtualacademy import (
483     MicrosoftVirtualAcademyIE,
484     MicrosoftVirtualAcademyCourseIE,
485 )
486 from .minhateca import MinhatecaIE
487 from .ministrygrid import MinistryGridIE
488 from .minoto import MinotoIE
489 from .miomio import MioMioIE
490 from .mit import TechTVMITIE, MITIE, OCWMITIE
491 from .mitele import MiTeleIE
492 from .mixcloud import (
493     MixcloudIE,
494     MixcloudUserIE,
495     MixcloudPlaylistIE,
496     MixcloudStreamIE,
497 )
498 from .mlb import MLBIE
499 from .mnet import MnetIE
500 from .mpora import MporaIE
501 from .moevideo import MoeVideoIE
502 from .mofosex import MofosexIE
503 from .mojvideo import MojvideoIE
504 from .moniker import MonikerIE
505 from .morningstar import MorningstarIE
506 from .motherless import MotherlessIE
507 from .motorsport import MotorsportIE
508 from .movieclips import MovieClipsIE
509 from .moviezine import MoviezineIE
510 from .movingimage import MovingImageIE
511 from .msn import MSNIE
512 from .mtv import (
513     MTVIE,
514     MTVServicesEmbeddedIE,
515     MTVDEIE,
516 )
517 from .muenchentv import MuenchenTVIE
518 from .musicplayon import MusicPlayOnIE
519 from .mwave import MwaveIE, MwaveMeetGreetIE
520 from .myspace import MySpaceIE, MySpaceAlbumIE
521 from .myspass import MySpassIE
522 from .myvi import MyviIE
523 from .myvideo import MyVideoIE
524 from .myvidster import MyVidsterIE
525 from .nationalgeographic import (
526     NationalGeographicVideoIE,
527     NationalGeographicIE,
528     NationalGeographicEpisodeGuideIE,
529 )
530 from .naver import NaverIE
531 from .nba import NBAIE
532 from .nbc import (
533     CSNNEIE,
534     NBCIE,
535     NBCNewsIE,
536     NBCSportsIE,
537     NBCSportsVPlayerIE,
538 )
539 from .ndr import (
540     NDRIE,
541     NJoyIE,
542     NDREmbedBaseIE,
543     NDREmbedIE,
544     NJoyEmbedIE,
545 )
546 from .ndtv import NDTVIE
547 from .netzkino import NetzkinoIE
548 from .nerdcubed import NerdCubedFeedIE
549 from .neteasemusic import (
550     NetEaseMusicIE,
551     NetEaseMusicAlbumIE,
552     NetEaseMusicSingerIE,
553     NetEaseMusicListIE,
554     NetEaseMusicMvIE,
555     NetEaseMusicProgramIE,
556     NetEaseMusicDjRadioIE,
557 )
558 from .newgrounds import NewgroundsIE
559 from .newstube import NewstubeIE
560 from .nextmedia import (
561     NextMediaIE,
562     NextMediaActionNewsIE,
563     AppleDailyIE,
564 )
565 from .nfb import NFBIE
566 from .nfl import NFLIE
567 from .nhk import NhkVodIE
568 from .nhl import (
569     NHLVideocenterIE,
570     NHLNewsIE,
571     NHLVideocenterCategoryIE,
572     NHLIE,
573 )
574 from .nick import (
575     NickIE,
576     NickDeIE,
577 )
578 from .niconico import NiconicoIE, NiconicoPlaylistIE
579 from .ninecninemedia import (
580     NineCNineMediaStackIE,
581     NineCNineMediaIE,
582 )
583 from .ninegag import NineGagIE
584 from .ninenow import NineNowIE
585 from .nintendo import NintendoIE
586 from .noco import NocoIE
587 from .normalboots import NormalbootsIE
588 from .nosvideo import NosVideoIE
589 from .nova import NovaIE
590 from .novamov import (
591     AuroraVidIE,
592     CloudTimeIE,
593     NowVideoIE,
594     VideoWeedIE,
595     WholeCloudIE,
596 )
597 from .nowness import (
598     NownessIE,
599     NownessPlaylistIE,
600     NownessSeriesIE,
601 )
602 from .nowtv import (
603     NowTVIE,
604     NowTVListIE,
605 )
606 from .noz import NozIE
607 from .npo import (
608     NPOIE,
609     NPOLiveIE,
610     NPORadioIE,
611     NPORadioFragmentIE,
612     SchoolTVIE,
613     VPROIE,
614     WNLIE
615 )
616 from .npr import NprIE
617 from .nrk import (
618     NRKIE,
619     NRKPlaylistIE,
620     NRKSkoleIE,
621     NRKTVIE,
622 )
623 from .ntvde import NTVDeIE
624 from .ntvru import NTVRuIE
625 from .nytimes import (
626     NYTimesIE,
627     NYTimesArticleIE,
628 )
629 from .nuvid import NuvidIE
630 from .odatv import OdaTVIE
631 from .odnoklassniki import OdnoklassnikiIE
632 from .oktoberfesttv import OktoberfestTVIE
633 from .onet import (
634     OnetIE,
635     OnetChannelIE,
636 )
637 from .onionstudios import OnionStudiosIE
638 from .ooyala import (
639     OoyalaIE,
640     OoyalaExternalIE,
641 )
642 from .openload import OpenloadIE
643 from .ora import OraTVIE
644 from .orf import (
645     ORFTVthekIE,
646     ORFOE1IE,
647     ORFFM4IE,
648     ORFIPTVIE,
649 )
650 from .pandoratv import PandoraTVIE
651 from .parliamentliveuk import ParliamentLiveUKIE
652 from .patreon import PatreonIE
653 from .pbs import PBSIE
654 from .people import PeopleIE
655 from .periscope import (
656     PeriscopeIE,
657     PeriscopeUserIE,
658 )
659 from .philharmoniedeparis import PhilharmonieDeParisIE
660 from .phoenix import PhoenixIE
661 from .photobucket import PhotobucketIE
662 from .pinkbike import PinkbikeIE
663 from .pladform import PladformIE
664 from .playfm import PlayFMIE
665 from .plays import PlaysTVIE
666 from .playtvak import PlaytvakIE
667 from .playvid import PlayvidIE
668 from .playwire import PlaywireIE
669 from .pluralsight import (
670     PluralsightIE,
671     PluralsightCourseIE,
672 )
673 from .podomatic import PodomaticIE
674 from .pokemon import PokemonIE
675 from .polskieradio import (
676     PolskieRadioIE,
677     PolskieRadioCategoryIE,
678 )
679 from .porn91 import Porn91IE
680 from .porncom import PornComIE
681 from .pornhd import PornHdIE
682 from .pornhub import (
683     PornHubIE,
684     PornHubPlaylistIE,
685     PornHubUserVideosIE,
686 )
687 from .pornotube import PornotubeIE
688 from .pornovoisines import PornoVoisinesIE
689 from .pornoxo import PornoXOIE
690 from .presstv import PressTVIE
691 from .primesharetv import PrimeShareTVIE
692 from .promptfile import PromptFileIE
693 from .prosiebensat1 import ProSiebenSat1IE
694 from .puls4 import Puls4IE
695 from .pyvideo import PyvideoIE
696 from .qqmusic import (
697     QQMusicIE,
698     QQMusicSingerIE,
699     QQMusicAlbumIE,
700     QQMusicToplistIE,
701     QQMusicPlaylistIE,
702 )
703 from .r7 import (
704     R7IE,
705     R7ArticleIE,
706 )
707 from .radiocanada import (
708     RadioCanadaIE,
709     RadioCanadaAudioVideoIE,
710 )
711 from .radiode import RadioDeIE
712 from .radiojavan import RadioJavanIE
713 from .radiobremen import RadioBremenIE
714 from .radiofrance import RadioFranceIE
715 from .rai import (
716     RaiTVIE,
717     RaiIE,
718 )
719 from .rbmaradio import RBMARadioIE
720 from .rds import RDSIE
721 from .redtube import RedTubeIE
722 from .regiotv import RegioTVIE
723 from .restudy import RestudyIE
724 from .reuters import ReutersIE
725 from .reverbnation import ReverbNationIE
726 from .revision3 import (
727     Revision3EmbedIE,
728     Revision3IE,
729 )
730 from .rice import RICEIE
731 from .ringtv import RingTVIE
732 from .rmcdecouverte import RMCDecouverteIE
733 from .ro220 import Ro220IE
734 from .rockstargames import RockstarGamesIE
735 from .roosterteeth import RoosterTeethIE
736 from .rottentomatoes import RottenTomatoesIE
737 from .roxwel import RoxwelIE
738 from .rozhlas import RozhlasIE
739 from .rtbf import RTBFIE
740 from .rte import RteIE, RteRadioIE
741 from .rtlnl import RtlNlIE
742 from .rtl2 import RTL2IE
743 from .rtp import RTPIE
744 from .rts import RTSIE
745 from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE, RTVELiveIE, RTVETelevisionIE
746 from .rtvnh import RTVNHIE
747 from .rudo import RudoIE
748 from .ruhd import RUHDIE
749 from .ruleporn import RulePornIE
750 from .rutube import (
751     RutubeIE,
752     RutubeChannelIE,
753     RutubeEmbedIE,
754     RutubeMovieIE,
755     RutubePersonIE,
756 )
757 from .rutv import RUTVIE
758 from .ruutu import RuutuIE
759 from .sandia import SandiaIE
760 from .safari import (
761     SafariIE,
762     SafariApiIE,
763     SafariCourseIE,
764 )
765 from .sapo import SapoIE
766 from .savefrom import SaveFromIE
767 from .sbs import SBSIE
768 from .scivee import SciVeeIE
769 from .screencast import ScreencastIE
770 from .screencastomatic import ScreencastOMaticIE
771 from .screenjunkies import ScreenJunkiesIE
772 from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
773 from .seeker import SeekerIE
774 from .senateisvp import SenateISVPIE
775 from .sendtonews import SendtoNewsIE
776 from .servingsys import ServingSysIE
777 from .sexu import SexuIE
778 from .shahid import ShahidIE
779 from .shared import SharedIE
780 from .sharesix import ShareSixIE
781 from .sina import SinaIE
782 from .sixplay import SixPlayIE
783 from .skynewsarabia import (
784     SkyNewsArabiaIE,
785     SkyNewsArabiaArticleIE,
786 )
787 from .skysports import SkySportsIE
788 from .slideshare import SlideshareIE
789 from .slutload import SlutloadIE
790 from .smotri import (
791     SmotriIE,
792     SmotriCommunityIE,
793     SmotriUserIE,
794     SmotriBroadcastIE,
795 )
796 from .snotr import SnotrIE
797 from .sohu import SohuIE
798 from .sonyliv import SonyLIVIE
799 from .soundcloud import (
800     SoundcloudIE,
801     SoundcloudSetIE,
802     SoundcloudUserIE,
803     SoundcloudPlaylistIE,
804     SoundcloudSearchIE
805 )
806 from .soundgasm import (
807     SoundgasmIE,
808     SoundgasmProfileIE
809 )
810 from .southpark import (
811     SouthParkIE,
812     SouthParkDeIE,
813     SouthParkDkIE,
814     SouthParkEsIE,
815     SouthParkNlIE
816 )
817 from .spankbang import SpankBangIE
818 from .spankwire import SpankwireIE
819 from .spiegel import SpiegelIE, SpiegelArticleIE
820 from .spiegeltv import SpiegeltvIE
821 from .spike import SpikeIE
822 from .stitcher import StitcherIE
823 from .sport5 import Sport5IE
824 from .sportbox import (
825     SportBoxIE,
826     SportBoxEmbedIE,
827 )
828 from .sportdeutschland import SportDeutschlandIE
829 from .sportschau import SportschauIE
830 from .srgssr import (
831     SRGSSRIE,
832     SRGSSRPlayIE,
833 )
834 from .srmediathek import SRMediathekIE
835 from .stanfordoc import StanfordOpenClassroomIE
836 from .steam import SteamIE
837 from .streamable import StreamableIE
838 from .streamcloud import StreamcloudIE
839 from .streamcz import StreamCZIE
840 from .streetvoice import StreetVoiceIE
841 from .sunporno import SunPornoIE
842 from .svt import (
843     SVTIE,
844     SVTPlayIE,
845 )
846 from .swrmediathek import SWRMediathekIE
847 from .syfy import SyfyIE
848 from .sztvhu import SztvHuIE
849 from .tagesschau import (
850     TagesschauPlayerIE,
851     TagesschauIE,
852 )
853 from .tass import TassIE
854 from .tbs import TBSIE
855 from .tdslifeway import TDSLifewayIE
856 from .teachertube import (
857     TeacherTubeIE,
858     TeacherTubeUserIE,
859 )
860 from .teachingchannel import TeachingChannelIE
861 from .teamcoco import TeamcocoIE
862 from .techtalks import TechTalksIE
863 from .ted import TEDIE
864 from .tele13 import Tele13IE
865 from .telebruxelles import TeleBruxellesIE
866 from .telecinco import TelecincoIE
867 from .telegraaf import TelegraafIE
868 from .telemb import TeleMBIE
869 from .telequebec import TeleQuebecIE
870 from .teletask import TeleTaskIE
871 from .telewebion import TelewebionIE
872 from .testurl import TestURLIE
873 from .tf1 import TF1IE
874 from .tfo import TFOIE
875 from .theintercept import TheInterceptIE
876 from .theplatform import (
877     ThePlatformIE,
878     ThePlatformFeedIE,
879 )
880 from .thescene import TheSceneIE
881 from .thesixtyone import TheSixtyOneIE
882 from .thestar import TheStarIE
883 from .thisamericanlife import ThisAmericanLifeIE
884 from .thisav import ThisAVIE
885 from .threeqsdn import ThreeQSDNIE
886 from .tinypic import TinyPicIE
887 from .tlc import TlcDeIE
888 from .tmz import (
889     TMZIE,
890     TMZArticleIE,
891 )
892 from .tnaflix import (
893     TNAFlixNetworkEmbedIE,
894     TNAFlixIE,
895     EMPFlixIE,
896     MovieFapIE,
897 )
898 from .toggle import ToggleIE
899 from .toutv import TouTvIE
900 from .toypics import ToypicsUserIE, ToypicsIE
901 from .traileraddict import TrailerAddictIE
902 from .trilulilu import TriluliluIE
903 from .trutv import TruTVIE
904 from .tube8 import Tube8IE
905 from .tubitv import TubiTvIE
906 from .tudou import (
907     TudouIE,
908     TudouPlaylistIE,
909     TudouAlbumIE,
910 )
911 from .tumblr import TumblrIE
912 from .tunein import (
913     TuneInClipIE,
914     TuneInStationIE,
915     TuneInProgramIE,
916     TuneInTopicIE,
917     TuneInShortenerIE,
918 )
919 from .turbo import TurboIE
920 from .tutv import TutvIE
921 from .tv2 import (
922     TV2IE,
923     TV2ArticleIE,
924 )
925 from .tv3 import TV3IE
926 from .tv4 import TV4IE
927 from .tvc import (
928     TVCIE,
929     TVCArticleIE,
930 )
931 from .tvigle import TvigleIE
932 from .tvland import TVLandIE
933 from .tvnoe import TVNoeIE
934 from .tvp import (
935     TVPEmbedIE,
936     TVPIE,
937     TVPSeriesIE,
938 )
939 from .tvplay import (
940     TVPlayIE,
941     ViafreeIE,
942 )
943 from .tweakers import TweakersIE
944 from .twentyfourvideo import TwentyFourVideoIE
945 from .twentymin import TwentyMinutenIE
946 from .twentytwotracks import (
947     TwentyTwoTracksIE,
948     TwentyTwoTracksGenreIE
949 )
950 from .twitch import (
951     TwitchVideoIE,
952     TwitchChapterIE,
953     TwitchVodIE,
954     TwitchProfileIE,
955     TwitchPastBroadcastsIE,
956     TwitchStreamIE,
957     TwitchClipsIE,
958 )
959 from .twitter import (
960     TwitterCardIE,
961     TwitterIE,
962     TwitterAmplifyIE,
963 )
964 from .udemy import (
965     UdemyIE,
966     UdemyCourseIE
967 )
968 from .udn import UDNEmbedIE
969 from .digiteka import DigitekaIE
970 from .unistra import UnistraIE
971 from .uol import UOLIE
972 from .uplynk import (
973     UplynkIE,
974     UplynkPreplayIE,
975 )
976 from .urort import UrortIE
977 from .urplay import URPlayIE
978 from .usanetwork import USANetworkIE
979 from .usatoday import USATodayIE
980 from .ustream import UstreamIE, UstreamChannelIE
981 from .ustudio import (
982     UstudioIE,
983     UstudioEmbedIE,
984 )
985 from .varzesh3 import Varzesh3IE
986 from .vbox7 import Vbox7IE
987 from .veehd import VeeHDIE
988 from .veoh import VeohIE
989 from .vessel import VesselIE
990 from .vesti import VestiIE
991 from .vevo import (
992     VevoIE,
993     VevoPlaylistIE,
994 )
995 from .vgtv import (
996     BTArticleIE,
997     BTVestlendingenIE,
998     VGTVIE,
999 )
1000 from .vh1 import VH1IE
1001 from .vice import (
1002     ViceIE,
1003     ViceShowIE,
1004 )
1005 from .viceland import VicelandIE
1006 from .vidbit import VidbitIE
1007 from .viddler import ViddlerIE
1008 from .videodetective import VideoDetectiveIE
1009 from .videofyme import VideofyMeIE
1010 from .videomega import VideoMegaIE
1011 from .videomore import (
1012     VideomoreIE,
1013     VideomoreVideoIE,
1014     VideomoreSeasonIE,
1015 )
1016 from .videopremium import VideoPremiumIE
1017 from .videott import VideoTtIE
1018 from .vidio import VidioIE
1019 from .vidme import (
1020     VidmeIE,
1021     VidmeUserIE,
1022     VidmeUserLikesIE,
1023 )
1024 from .vidzi import VidziIE
1025 from .vier import VierIE, VierVideosIE
1026 from .viewlift import (
1027     ViewLiftIE,
1028     ViewLiftEmbedIE,
1029 )
1030 from .viewster import ViewsterIE
1031 from .viidea import ViideaIE
1032 from .vimeo import (
1033     VimeoIE,
1034     VimeoAlbumIE,
1035     VimeoChannelIE,
1036     VimeoGroupsIE,
1037     VimeoLikesIE,
1038     VimeoOndemandIE,
1039     VimeoReviewIE,
1040     VimeoUserIE,
1041     VimeoWatchLaterIE,
1042 )
1043 from .vimple import VimpleIE
1044 from .vine import (
1045     VineIE,
1046     VineUserIE,
1047 )
1048 from .viki import (
1049     VikiIE,
1050     VikiChannelIE,
1051 )
1052 from .vk import (
1053     VKIE,
1054     VKUserVideosIE,
1055     VKWallPostIE,
1056 )
1057 from .vlive import VLiveIE
1058 from .vodlocker import VodlockerIE
1059 from .vodplatform import VODPlatformIE
1060 from .voicerepublic import VoiceRepublicIE
1061 from .voxmedia import VoxMediaIE
1062 from .vporn import VpornIE
1063 from .vrt import VRTIE
1064 from .vube import VubeIE
1065 from .vuclip import VuClipIE
1066 from .walla import WallaIE
1067 from .washingtonpost import (
1068     WashingtonPostIE,
1069     WashingtonPostArticleIE,
1070 )
1071 from .wat import WatIE
1072 from .watchindianporn import WatchIndianPornIE
1073 from .wdr import (
1074     WDRIE,
1075     WDRMobileIE,
1076 )
1077 from .webofstories import (
1078     WebOfStoriesIE,
1079     WebOfStoriesPlaylistIE,
1080 )
1081 from .weiqitv import WeiqiTVIE
1082 from .wimp import WimpIE
1083 from .wistia import WistiaIE
1084 from .worldstarhiphop import WorldStarHipHopIE
1085 from .wrzuta import (
1086     WrzutaIE,
1087     WrzutaPlaylistIE,
1088 )
1089 from .wsj import WSJIE
1090 from .xbef import XBefIE
1091 from .xboxclips import XboxClipsIE
1092 from .xfileshare import XFileShareIE
1093 from .xhamster import (
1094     XHamsterIE,
1095     XHamsterEmbedIE,
1096 )
1097 from .xiami import (
1098     XiamiSongIE,
1099     XiamiAlbumIE,
1100     XiamiArtistIE,
1101     XiamiCollectionIE
1102 )
1103 from .xminus import XMinusIE
1104 from .xnxx import XNXXIE
1105 from .xstream import XstreamIE
1106 from .xtube import XTubeUserIE, XTubeIE
1107 from .xuite import XuiteIE
1108 from .xvideos import XVideosIE
1109 from .xxxymovies import XXXYMoviesIE
1110 from .yahoo import (
1111     YahooIE,
1112     YahooSearchIE,
1113 )
1114 from .yam import YamIE
1115 from .yandexmusic import (
1116     YandexMusicTrackIE,
1117     YandexMusicAlbumIE,
1118     YandexMusicPlaylistIE,
1119 )
1120 from .yesjapan import YesJapanIE
1121 from .yinyuetai import YinYueTaiIE
1122 from .ynet import YnetIE
1123 from .youjizz import YouJizzIE
1124 from .youku import (
1125     YoukuIE,
1126     YoukuShowIE,
1127 )
1128 from .youporn import YouPornIE
1129 from .yourupload import YourUploadIE
1130 from .youtube import (
1131     YoutubeIE,
1132     YoutubeChannelIE,
1133     YoutubeFavouritesIE,
1134     YoutubeHistoryIE,
1135     YoutubeLiveIE,
1136     YoutubePlaylistIE,
1137     YoutubePlaylistsIE,
1138     YoutubeRecommendedIE,
1139     YoutubeSearchDateIE,
1140     YoutubeSearchIE,
1141     YoutubeSearchURLIE,
1142     YoutubeSharedVideoIE,
1143     YoutubeShowIE,
1144     YoutubeSubscriptionsIE,
1145     YoutubeTruncatedIDIE,
1146     YoutubeTruncatedURLIE,
1147     YoutubeUserIE,
1148     YoutubeWatchLaterIE,
1149 )
1150 from .zapiks import ZapiksIE
1151 from .zdf import ZDFIE, ZDFChannelIE
1152 from .zingmp3 import ZingMp3IE