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