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