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