[svt] Improve extraction and add support for pages (closes #16802)
[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 .funimation import FunimationIE
394 from .funk import (
395     FunkMixIE,
396     FunkChannelIE,
397 )
398 from .funnyordie import FunnyOrDieIE
399 from .fusion import FusionIE
400 from .fxnetworks import FXNetworksIE
401 from .gameinformer import GameInformerIE
402 from .gameone import (
403     GameOneIE,
404     GameOnePlaylistIE,
405 )
406 from .gamespot import GameSpotIE
407 from .gamestar import GameStarIE
408 from .gaskrank import GaskrankIE
409 from .gazeta import GazetaIE
410 from .gdcvault import GDCVaultIE
411 from .generic import GenericIE
412 from .gfycat import GfycatIE
413 from .giantbomb import GiantBombIE
414 from .giga import GigaIE
415 from .glide import GlideIE
416 from .globo import (
417     GloboIE,
418     GloboArticleIE,
419 )
420 from .go import GoIE
421 from .go90 import Go90IE
422 from .godtube import GodTubeIE
423 from .golem import GolemIE
424 from .googledrive import GoogleDriveIE
425 from .googleplus import GooglePlusIE
426 from .googlesearch import GoogleSearchIE
427 from .goshgay import GoshgayIE
428 from .gputechconf import GPUTechConfIE
429 from .groupon import GrouponIE
430 from .hark import HarkIE
431 from .hbo import (
432     HBOIE,
433     HBOEpisodeIE,
434 )
435 from .hearthisat import HearThisAtIE
436 from .heise import HeiseIE
437 from .hellporno import HellPornoIE
438 from .helsinki import HelsinkiIE
439 from .hentaistigma import HentaiStigmaIE
440 from .hgtv import HGTVComShowIE
441 from .hidive import HiDiveIE
442 from .historicfilms import HistoricFilmsIE
443 from .hitbox import HitboxIE, HitboxLiveIE
444 from .hitrecord import HitRecordIE
445 from .hornbunny import HornBunnyIE
446 from .hotnewhiphop import HotNewHipHopIE
447 from .hotstar import (
448     HotStarIE,
449     HotStarPlaylistIE,
450 )
451 from .howcast import HowcastIE
452 from .howstuffworks import HowStuffWorksIE
453 from .hrti import (
454     HRTiIE,
455     HRTiPlaylistIE,
456 )
457 from .huajiao import HuajiaoIE
458 from .huffpost import HuffPostIE
459 from .hypem import HypemIE
460 from .iconosquare import IconosquareIE
461 from .ign import (
462     IGNIE,
463     OneUPIE,
464     PCMagIE,
465 )
466 from .imdb import (
467     ImdbIE,
468     ImdbListIE
469 )
470 from .imgur import (
471     ImgurIE,
472     ImgurAlbumIE,
473 )
474 from .ina import InaIE
475 from .inc import IncIE
476 from .indavideo import IndavideoEmbedIE
477 from .infoq import InfoQIE
478 from .instagram import InstagramIE, InstagramUserIE
479 from .internazionale import InternazionaleIE
480 from .internetvideoarchive import InternetVideoArchiveIE
481 from .iprima import IPrimaIE
482 from .iqiyi import IqiyiIE
483 from .ir90tv import Ir90TvIE
484 from .itv import (
485     ITVIE,
486     ITVBTCCIE,
487 )
488 from .ivi import (
489     IviIE,
490     IviCompilationIE
491 )
492 from .ivideon import IvideonIE
493 from .iwara import IwaraIE
494 from .izlesene import IzleseneIE
495 from .jamendo import (
496     JamendoIE,
497     JamendoAlbumIE,
498 )
499 from .jeuxvideo import JeuxVideoIE
500 from .jove import JoveIE
501 from .joj import JojIE
502 from .jwplatform import JWPlatformIE
503 from .jpopsukitv import JpopsukiIE
504 from .kakao import KakaoIE
505 from .kaltura import KalturaIE
506 from .kanalplay import KanalPlayIE
507 from .kankan import KankanIE
508 from .karaoketv import KaraoketvIE
509 from .karrierevideos import KarriereVideosIE
510 from .keezmovies import KeezMoviesIE
511 from .ketnet import KetnetIE
512 from .khanacademy import KhanAcademyIE
513 from .kickstarter import KickStarterIE
514 from .keek import KeekIE
515 from .konserthusetplay import KonserthusetPlayIE
516 from .kontrtube import KontrTubeIE
517 from .krasview import KrasViewIE
518 from .ku6 import Ku6IE
519 from .kusi import KUSIIE
520 from .kuwo import (
521     KuwoIE,
522     KuwoAlbumIE,
523     KuwoChartIE,
524     KuwoSingerIE,
525     KuwoCategoryIE,
526     KuwoMvIE,
527 )
528 from .la7 import LA7IE
529 from .laola1tv import (
530     Laola1TvEmbedIE,
531     Laola1TvIE,
532     ITTFIE,
533 )
534 from .lci import LCIIE
535 from .lcp import (
536     LcpPlayIE,
537     LcpIE,
538 )
539 from .learnr import LearnrIE
540 from .lecture2go import Lecture2GoIE
541 from .leeco import (
542     LeIE,
543     LePlaylistIE,
544     LetvCloudIE,
545 )
546 from .lego import LEGOIE
547 from .lemonde import LemondeIE
548 from .lenta import LentaIE
549 from .libraryofcongress import LibraryOfCongressIE
550 from .libsyn import LibsynIE
551 from .lifenews import (
552     LifeNewsIE,
553     LifeEmbedIE,
554 )
555 from .limelight import (
556     LimelightMediaIE,
557     LimelightChannelIE,
558     LimelightChannelListIE,
559 )
560 from .line import LineTVIE
561 from .litv import LiTVIE
562 from .liveleak import (
563     LiveLeakIE,
564     LiveLeakEmbedIE,
565 )
566 from .livestream import (
567     LivestreamIE,
568     LivestreamOriginalIE,
569     LivestreamShortenerIE,
570 )
571 from .lnkgo import LnkGoIE
572 from .localnews8 import LocalNews8IE
573 from .lovehomeporn import LoveHomePornIE
574 from .lrt import LRTIE
575 from .lynda import (
576     LyndaIE,
577     LyndaCourseIE
578 )
579 from .m6 import M6IE
580 from .macgamestore import MacGameStoreIE
581 from .mailru import (
582     MailRuIE,
583     MailRuMusicIE,
584     MailRuMusicSearchIE,
585 )
586 from .makertv import MakerTVIE
587 from .mangomolo import (
588     MangomoloVideoIE,
589     MangomoloLiveIE,
590 )
591 from .manyvids import ManyVidsIE
592 from .markiza import (
593     MarkizaIE,
594     MarkizaPageIE,
595 )
596 from .massengeschmacktv import MassengeschmackTVIE
597 from .matchtv import MatchTVIE
598 from .mdr import MDRIE
599 from .mediaset import MediasetIE
600 from .mediasite import MediasiteIE
601 from .medici import MediciIE
602 from .megaphone import MegaphoneIE
603 from .meipai import MeipaiIE
604 from .melonvod import MelonVODIE
605 from .meta import METAIE
606 from .metacafe import MetacafeIE
607 from .metacritic import MetacriticIE
608 from .mgoon import MgoonIE
609 from .mgtv import MGTVIE
610 from .miaopai import MiaoPaiIE
611 from .microsoftvirtualacademy import (
612     MicrosoftVirtualAcademyIE,
613     MicrosoftVirtualAcademyCourseIE,
614 )
615 from .minhateca import MinhatecaIE
616 from .ministrygrid import MinistryGridIE
617 from .minoto import MinotoIE
618 from .miomio import MioMioIE
619 from .mit import TechTVMITIE, MITIE, OCWMITIE
620 from .mitele import MiTeleIE
621 from .mixcloud import (
622     MixcloudIE,
623     MixcloudUserIE,
624     MixcloudPlaylistIE,
625     MixcloudStreamIE,
626 )
627 from .mlb import MLBIE
628 from .mnet import MnetIE
629 from .moevideo import MoeVideoIE
630 from .mofosex import MofosexIE
631 from .mojvideo import MojvideoIE
632 from .morningstar import MorningstarIE
633 from .motherless import (
634     MotherlessIE,
635     MotherlessGroupIE
636 )
637 from .motorsport import MotorsportIE
638 from .movieclips import MovieClipsIE
639 from .moviezine import MoviezineIE
640 from .movingimage import MovingImageIE
641 from .msn import MSNIE
642 from .mtv import (
643     MTVIE,
644     MTVVideoIE,
645     MTVServicesEmbeddedIE,
646     MTVDEIE,
647     MTV81IE,
648 )
649 from .muenchentv import MuenchenTVIE
650 from .musicplayon import MusicPlayOnIE
651 from .mwave import MwaveIE, MwaveMeetGreetIE
652 from .mychannels import MyChannelsIE
653 from .myspace import MySpaceIE, MySpaceAlbumIE
654 from .myspass import MySpassIE
655 from .myvi import (
656     MyviIE,
657     MyviEmbedIE,
658 )
659 from .myvidster import MyVidsterIE
660 from .nationalgeographic import (
661     NationalGeographicVideoIE,
662     NationalGeographicIE,
663     NationalGeographicEpisodeGuideIE,
664 )
665 from .naver import NaverIE
666 from .nba import NBAIE
667 from .nbc import (
668     CSNNEIE,
669     NBCIE,
670     NBCNewsIE,
671     NBCOlympicsIE,
672     NBCOlympicsStreamIE,
673     NBCSportsIE,
674     NBCSportsStreamIE,
675     NBCSportsVPlayerIE,
676 )
677 from .ndr import (
678     NDRIE,
679     NJoyIE,
680     NDREmbedBaseIE,
681     NDREmbedIE,
682     NJoyEmbedIE,
683 )
684 from .ndtv import NDTVIE
685 from .netzkino import NetzkinoIE
686 from .nerdcubed import NerdCubedFeedIE
687 from .neteasemusic import (
688     NetEaseMusicIE,
689     NetEaseMusicAlbumIE,
690     NetEaseMusicSingerIE,
691     NetEaseMusicListIE,
692     NetEaseMusicMvIE,
693     NetEaseMusicProgramIE,
694     NetEaseMusicDjRadioIE,
695 )
696 from .newgrounds import (
697     NewgroundsIE,
698     NewgroundsPlaylistIE,
699 )
700 from .newstube import NewstubeIE
701 from .nextmedia import (
702     NextMediaIE,
703     NextMediaActionNewsIE,
704     AppleDailyIE,
705     NextTVIE,
706 )
707 from .nexx import (
708     NexxIE,
709     NexxEmbedIE,
710 )
711 from .nfb import NFBIE
712 from .nfl import NFLIE
713 from .nhk import NhkVodIE
714 from .nhl import NHLIE
715 from .nick import (
716     NickIE,
717     NickBrIE,
718     NickDeIE,
719     NickNightIE,
720     NickRuIE,
721 )
722 from .niconico import NiconicoIE, NiconicoPlaylistIE
723 from .ninecninemedia import NineCNineMediaIE
724 from .ninegag import NineGagIE
725 from .ninenow import NineNowIE
726 from .nintendo import NintendoIE
727 from .njpwworld import NJPWWorldIE
728 from .nobelprize import NobelPrizeIE
729 from .noco import NocoIE
730 from .nonktube import NonkTubeIE
731 from .noovo import NoovoIE
732 from .normalboots import NormalbootsIE
733 from .nosvideo import NosVideoIE
734 from .nova import NovaIE
735 from .novamov import (
736     AuroraVidIE,
737     CloudTimeIE,
738     NowVideoIE,
739     VideoWeedIE,
740     WholeCloudIE,
741 )
742 from .nowness import (
743     NownessIE,
744     NownessPlaylistIE,
745     NownessSeriesIE,
746 )
747 from .noz import NozIE
748 from .npo import (
749     AndereTijdenIE,
750     NPOIE,
751     NPOLiveIE,
752     NPORadioIE,
753     NPORadioFragmentIE,
754     SchoolTVIE,
755     HetKlokhuisIE,
756     VPROIE,
757     WNLIE,
758 )
759 from .npr import NprIE
760 from .nrk import (
761     NRKIE,
762     NRKPlaylistIE,
763     NRKSkoleIE,
764     NRKTVIE,
765     NRKTVDirekteIE,
766     NRKTVEpisodesIE,
767     NRKTVSeriesIE,
768 )
769 from .ntvde import NTVDeIE
770 from .ntvru import NTVRuIE
771 from .nytimes import (
772     NYTimesIE,
773     NYTimesArticleIE,
774 )
775 from .nuvid import NuvidIE
776 from .nzz import NZZIE
777 from .odatv import OdaTVIE
778 from .odnoklassniki import OdnoklassnikiIE
779 from .oktoberfesttv import OktoberfestTVIE
780 from .ondemandkorea import OnDemandKoreaIE
781 from .onet import (
782     OnetIE,
783     OnetChannelIE,
784     OnetMVPIE,
785     OnetPlIE,
786 )
787 from .onionstudios import OnionStudiosIE
788 from .ooyala import (
789     OoyalaIE,
790     OoyalaExternalIE,
791 )
792 from .openload import OpenloadIE
793 from .ora import OraTVIE
794 from .orf import (
795     ORFTVthekIE,
796     ORFFM4IE,
797     ORFFM4StoryIE,
798     ORFOE1IE,
799     ORFIPTVIE,
800 )
801 from .packtpub import (
802     PacktPubIE,
803     PacktPubCourseIE,
804 )
805 from .pandatv import PandaTVIE
806 from .pandoratv import PandoraTVIE
807 from .parliamentliveuk import ParliamentLiveUKIE
808 from .patreon import PatreonIE
809 from .pbs import PBSIE
810 from .pearvideo import PearVideoIE
811 from .peertube import PeerTubeIE
812 from .people import PeopleIE
813 from .performgroup import PerformGroupIE
814 from .periscope import (
815     PeriscopeIE,
816     PeriscopeUserIE,
817 )
818 from .philharmoniedeparis import PhilharmonieDeParisIE
819 from .phoenix import PhoenixIE
820 from .photobucket import PhotobucketIE
821 from .picarto import (
822     PicartoIE,
823     PicartoVodIE,
824 )
825 from .piksel import PikselIE
826 from .pinkbike import PinkbikeIE
827 from .pladform import PladformIE
828 from .playfm import PlayFMIE
829 from .plays import PlaysTVIE
830 from .playtvak import PlaytvakIE
831 from .playvid import PlayvidIE
832 from .playwire import PlaywireIE
833 from .pluralsight import (
834     PluralsightIE,
835     PluralsightCourseIE,
836 )
837 from .podomatic import PodomaticIE
838 from .pokemon import PokemonIE
839 from .polskieradio import (
840     PolskieRadioIE,
841     PolskieRadioCategoryIE,
842 )
843 from .popcorntv import PopcornTVIE
844 from .porn91 import Porn91IE
845 from .porncom import PornComIE
846 from .pornflip import PornFlipIE
847 from .pornhd import PornHdIE
848 from .pornhub import (
849     PornHubIE,
850     PornHubPlaylistIE,
851     PornHubUserVideosIE,
852 )
853 from .pornotube import PornotubeIE
854 from .pornovoisines import PornoVoisinesIE
855 from .pornoxo import PornoXOIE
856 from .presstv import PressTVIE
857 from .primesharetv import PrimeShareTVIE
858 from .promptfile import PromptFileIE
859 from .prosiebensat1 import ProSiebenSat1IE
860 from .puls4 import Puls4IE
861 from .pyvideo import PyvideoIE
862 from .qqmusic import (
863     QQMusicIE,
864     QQMusicSingerIE,
865     QQMusicAlbumIE,
866     QQMusicToplistIE,
867     QQMusicPlaylistIE,
868 )
869 from .r7 import (
870     R7IE,
871     R7ArticleIE,
872 )
873 from .radiocanada import (
874     RadioCanadaIE,
875     RadioCanadaAudioVideoIE,
876 )
877 from .radiode import RadioDeIE
878 from .radiojavan import RadioJavanIE
879 from .radiobremen import RadioBremenIE
880 from .radiofrance import RadioFranceIE
881 from .rai import (
882     RaiPlayIE,
883     RaiPlayLiveIE,
884     RaiPlayPlaylistIE,
885     RaiIE,
886 )
887 from .raywenderlich import RayWenderlichIE
888 from .rbmaradio import RBMARadioIE
889 from .rds import RDSIE
890 from .redbulltv import RedBullTVIE
891 from .reddit import (
892     RedditIE,
893     RedditRIE,
894 )
895 from .redtube import RedTubeIE
896 from .regiotv import RegioTVIE
897 from .rentv import (
898     RENTVIE,
899     RENTVArticleIE,
900 )
901 from .restudy import RestudyIE
902 from .reuters import ReutersIE
903 from .reverbnation import ReverbNationIE
904 from .revision3 import (
905     Revision3EmbedIE,
906     Revision3IE,
907 )
908 from .rice import RICEIE
909 from .rmcdecouverte import RMCDecouverteIE
910 from .ro220 import Ro220IE
911 from .rockstargames import RockstarGamesIE
912 from .roosterteeth import RoosterTeethIE
913 from .rottentomatoes import RottenTomatoesIE
914 from .roxwel import RoxwelIE
915 from .rozhlas import RozhlasIE
916 from .rtbf import RTBFIE
917 from .rte import RteIE, RteRadioIE
918 from .rtlnl import RtlNlIE
919 from .rtl2 import (
920     RTL2IE,
921     RTL2YouIE,
922     RTL2YouSeriesIE,
923 )
924 from .rtp import RTPIE
925 from .rts import RTSIE
926 from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE, RTVELiveIE, RTVETelevisionIE
927 from .rtvnh import RTVNHIE
928 from .rtvs import RTVSIE
929 from .rudo import RudoIE
930 from .ruhd import RUHDIE
931 from .ruleporn import RulePornIE
932 from .rutube import (
933     RutubeIE,
934     RutubeChannelIE,
935     RutubeEmbedIE,
936     RutubeMovieIE,
937     RutubePersonIE,
938     RutubePlaylistIE,
939 )
940 from .rutv import RUTVIE
941 from .ruutu import RuutuIE
942 from .ruv import RuvIE
943 from .safari import (
944     SafariIE,
945     SafariApiIE,
946     SafariCourseIE,
947 )
948 from .sapo import SapoIE
949 from .savefrom import SaveFromIE
950 from .sbs import SBSIE
951 from .screencast import ScreencastIE
952 from .screencastomatic import ScreencastOMaticIE
953 from .scrippsnetworks import ScrippsNetworksWatchIE
954 from .seeker import SeekerIE
955 from .senateisvp import SenateISVPIE
956 from .sendtonews import SendtoNewsIE
957 from .servingsys import ServingSysIE
958 from .servus import ServusIE
959 from .sevenplus import SevenPlusIE
960 from .sexu import SexuIE
961 from .seznamzpravy import (
962     SeznamZpravyIE,
963     SeznamZpravyArticleIE,
964 )
965 from .shahid import (
966     ShahidIE,
967     ShahidShowIE,
968 )
969 from .shared import (
970     SharedIE,
971     VivoIE,
972 )
973 from .showroomlive import ShowRoomLiveIE
974 from .sina import SinaIE
975 from .sixplay import SixPlayIE
976 from .skylinewebcams import SkylineWebcamsIE
977 from .skynewsarabia import (
978     SkyNewsArabiaIE,
979     SkyNewsArabiaArticleIE,
980 )
981 from .skysports import SkySportsIE
982 from .slideshare import SlideshareIE
983 from .slideslive import SlidesLiveIE
984 from .slutload import SlutloadIE
985 from .smotri import (
986     SmotriIE,
987     SmotriCommunityIE,
988     SmotriUserIE,
989     SmotriBroadcastIE,
990 )
991 from .snotr import SnotrIE
992 from .sohu import SohuIE
993 from .sonyliv import SonyLIVIE
994 from .soundcloud import (
995     SoundcloudIE,
996     SoundcloudSetIE,
997     SoundcloudUserIE,
998     SoundcloudTrackStationIE,
999     SoundcloudPlaylistIE,
1000     SoundcloudSearchIE,
1001 )
1002 from .soundgasm import (
1003     SoundgasmIE,
1004     SoundgasmProfileIE
1005 )
1006 from .southpark import (
1007     SouthParkIE,
1008     SouthParkDeIE,
1009     SouthParkDkIE,
1010     SouthParkEsIE,
1011     SouthParkNlIE
1012 )
1013 from .spankbang import SpankBangIE
1014 from .spankwire import SpankwireIE
1015 from .spiegel import SpiegelIE, SpiegelArticleIE
1016 from .spiegeltv import SpiegeltvIE
1017 from .spike import (
1018     BellatorIE,
1019     ParamountNetworkIE,
1020 )
1021 from .stitcher import StitcherIE
1022 from .sport5 import Sport5IE
1023 from .sportbox import SportBoxEmbedIE
1024 from .sportdeutschland import SportDeutschlandIE
1025 from .springboardplatform import SpringboardPlatformIE
1026 from .sprout import SproutIE
1027 from .srgssr import (
1028     SRGSSRIE,
1029     SRGSSRPlayIE,
1030 )
1031 from .srmediathek import SRMediathekIE
1032 from .stanfordoc import StanfordOpenClassroomIE
1033 from .steam import SteamIE
1034 from .streamable import StreamableIE
1035 from .streamango import StreamangoIE
1036 from .streamcloud import StreamcloudIE
1037 from .streamcz import StreamCZIE
1038 from .streetvoice import StreetVoiceIE
1039 from .stretchinternet import StretchInternetIE
1040 from .sunporno import SunPornoIE
1041 from .svt import (
1042     SVTIE,
1043     SVTPageIE,
1044     SVTPlayIE,
1045     SVTSeriesIE,
1046 )
1047 from .swrmediathek import SWRMediathekIE
1048 from .syfy import SyfyIE
1049 from .sztvhu import SztvHuIE
1050 from .tagesschau import (
1051     TagesschauPlayerIE,
1052     TagesschauIE,
1053 )
1054 from .tass import TassIE
1055 from .tastytrade import TastyTradeIE
1056 from .tbs import TBSIE
1057 from .tdslifeway import TDSLifewayIE
1058 from .teachertube import (
1059     TeacherTubeIE,
1060     TeacherTubeUserIE,
1061 )
1062 from .teachingchannel import TeachingChannelIE
1063 from .teamcoco import TeamcocoIE
1064 from .techtalks import TechTalksIE
1065 from .ted import TEDIE
1066 from .tele13 import Tele13IE
1067 from .telebruxelles import TeleBruxellesIE
1068 from .telecinco import TelecincoIE
1069 from .telegraaf import TelegraafIE
1070 from .telemb import TeleMBIE
1071 from .telequebec import (
1072     TeleQuebecIE,
1073     TeleQuebecEmissionIE,
1074     TeleQuebecLiveIE,
1075 )
1076 from .teletask import TeleTaskIE
1077 from .telewebion import TelewebionIE
1078 from .tennistv import TennisTVIE
1079 from .testurl import TestURLIE
1080 from .tf1 import TF1IE
1081 from .tfo import TFOIE
1082 from .theintercept import TheInterceptIE
1083 from .theplatform import (
1084     ThePlatformIE,
1085     ThePlatformFeedIE,
1086 )
1087 from .thescene import TheSceneIE
1088 from .thestar import TheStarIE
1089 from .thesun import TheSunIE
1090 from .theweatherchannel import TheWeatherChannelIE
1091 from .thisamericanlife import ThisAmericanLifeIE
1092 from .thisav import ThisAVIE
1093 from .thisoldhouse import ThisOldHouseIE
1094 from .threeqsdn import ThreeQSDNIE
1095 from .tinypic import TinyPicIE
1096 from .tmz import (
1097     TMZIE,
1098     TMZArticleIE,
1099 )
1100 from .tnaflix import (
1101     TNAFlixNetworkEmbedIE,
1102     TNAFlixIE,
1103     EMPFlixIE,
1104     MovieFapIE,
1105 )
1106 from .toggle import ToggleIE
1107 from .tonline import TOnlineIE
1108 from .toongoggles import ToonGogglesIE
1109 from .toutv import TouTvIE
1110 from .toypics import ToypicsUserIE, ToypicsIE
1111 from .traileraddict import TrailerAddictIE
1112 from .trilulilu import TriluliluIE
1113 from .trutv import TruTVIE
1114 from .tube8 import Tube8IE
1115 from .tubitv import TubiTvIE
1116 from .tumblr import TumblrIE
1117 from .tunein import (
1118     TuneInClipIE,
1119     TuneInStationIE,
1120     TuneInProgramIE,
1121     TuneInTopicIE,
1122     TuneInShortenerIE,
1123 )
1124 from .tunepk import TunePkIE
1125 from .turbo import TurboIE
1126 from .tutv import TutvIE
1127 from .tv2 import (
1128     TV2IE,
1129     TV2ArticleIE,
1130 )
1131 from .tv2hu import TV2HuIE
1132 from .tv3 import TV3IE
1133 from .tv4 import TV4IE
1134 from .tv5mondeplus import TV5MondePlusIE
1135 from .tva import TVAIE
1136 from .tvanouvelles import (
1137     TVANouvellesIE,
1138     TVANouvellesArticleIE,
1139 )
1140 from .tvc import (
1141     TVCIE,
1142     TVCArticleIE,
1143 )
1144 from .tvigle import TvigleIE
1145 from .tvland import TVLandIE
1146 from .tvn24 import TVN24IE
1147 from .tvnet import TVNetIE
1148 from .tvnoe import TVNoeIE
1149 from .tvnow import (
1150     TVNowIE,
1151     TVNowListIE,
1152     TVNowShowIE,
1153 )
1154 from .tvp import (
1155     TVPEmbedIE,
1156     TVPIE,
1157     TVPSeriesIE,
1158 )
1159 from .tvplay import (
1160     TVPlayIE,
1161     ViafreeIE,
1162 )
1163 from .tvplayer import TVPlayerIE
1164 from .tweakers import TweakersIE
1165 from .twentyfourvideo import TwentyFourVideoIE
1166 from .twentymin import TwentyMinutenIE
1167 from .twentythreevideo import TwentyThreeVideoIE
1168 from .twitch import (
1169     TwitchVideoIE,
1170     TwitchChapterIE,
1171     TwitchVodIE,
1172     TwitchProfileIE,
1173     TwitchAllVideosIE,
1174     TwitchUploadsIE,
1175     TwitchPastBroadcastsIE,
1176     TwitchHighlightsIE,
1177     TwitchStreamIE,
1178     TwitchClipsIE,
1179 )
1180 from .twitter import (
1181     TwitterCardIE,
1182     TwitterIE,
1183     TwitterAmplifyIE,
1184 )
1185 from .udemy import (
1186     UdemyIE,
1187     UdemyCourseIE
1188 )
1189 from .udn import UDNEmbedIE
1190 from .ufctv import UFCTVIE
1191 from .uktvplay import UKTVPlayIE
1192 from .digiteka import DigitekaIE
1193 from .umg import UMGDeIE
1194 from .unistra import UnistraIE
1195 from .unity import UnityIE
1196 from .uol import UOLIE
1197 from .uplynk import (
1198     UplynkIE,
1199     UplynkPreplayIE,
1200 )
1201 from .upskill import (
1202     UpskillIE,
1203     UpskillCourseIE,
1204 )
1205 from .urort import UrortIE
1206 from .urplay import URPlayIE
1207 from .usanetwork import USANetworkIE
1208 from .usatoday import USATodayIE
1209 from .ustream import UstreamIE, UstreamChannelIE
1210 from .ustudio import (
1211     UstudioIE,
1212     UstudioEmbedIE,
1213 )
1214 from .varzesh3 import Varzesh3IE
1215 from .vbox7 import Vbox7IE
1216 from .veehd import VeeHDIE
1217 from .veoh import VeohIE
1218 from .vessel import VesselIE
1219 from .vesti import VestiIE
1220 from .vevo import (
1221     VevoIE,
1222     VevoPlaylistIE,
1223 )
1224 from .vgtv import (
1225     BTArticleIE,
1226     BTVestlendingenIE,
1227     VGTVIE,
1228 )
1229 from .vh1 import VH1IE
1230 from .vice import (
1231     ViceIE,
1232     ViceArticleIE,
1233     ViceShowIE,
1234 )
1235 from .vidbit import VidbitIE
1236 from .viddler import ViddlerIE
1237 from .videa import VideaIE
1238 from .videodetective import VideoDetectiveIE
1239 from .videofyme import VideofyMeIE
1240 from .videomega import VideoMegaIE
1241 from .videomore import (
1242     VideomoreIE,
1243     VideomoreVideoIE,
1244     VideomoreSeasonIE,
1245 )
1246 from .videopremium import VideoPremiumIE
1247 from .videopress import VideoPressIE
1248 from .vidio import VidioIE
1249 from .vidlii import VidLiiIE
1250 from .vidme import (
1251     VidmeIE,
1252     VidmeUserIE,
1253     VidmeUserLikesIE,
1254 )
1255 from .vidzi import VidziIE
1256 from .vier import VierIE, VierVideosIE
1257 from .viewlift import (
1258     ViewLiftIE,
1259     ViewLiftEmbedIE,
1260 )
1261 from .viewster import ViewsterIE
1262 from .viidea import ViideaIE
1263 from .vimeo import (
1264     VimeoIE,
1265     VimeoAlbumIE,
1266     VimeoChannelIE,
1267     VimeoGroupsIE,
1268     VimeoLikesIE,
1269     VimeoOndemandIE,
1270     VimeoReviewIE,
1271     VimeoUserIE,
1272     VimeoWatchLaterIE,
1273 )
1274 from .vimple import VimpleIE
1275 from .vine import (
1276     VineIE,
1277     VineUserIE,
1278 )
1279 from .viki import (
1280     VikiIE,
1281     VikiChannelIE,
1282 )
1283 from .viu import (
1284     ViuIE,
1285     ViuPlaylistIE,
1286     ViuOTTIE,
1287 )
1288 from .vk import (
1289     VKIE,
1290     VKUserVideosIE,
1291     VKWallPostIE,
1292 )
1293 from .vlive import (
1294     VLiveIE,
1295     VLiveChannelIE,
1296     VLivePlaylistIE
1297 )
1298 from .vodlocker import VodlockerIE
1299 from .vodpl import VODPlIE
1300 from .vodplatform import VODPlatformIE
1301 from .voicerepublic import VoiceRepublicIE
1302 from .voot import VootIE
1303 from .voxmedia import (
1304     VoxMediaVolumeIE,
1305     VoxMediaIE,
1306 )
1307 from .vporn import VpornIE
1308 from .vrt import VRTIE
1309 from .vrak import VrakIE
1310 from .vrv import (
1311     VRVIE,
1312     VRVSeriesIE,
1313 )
1314 from .vshare import VShareIE
1315 from .medialaan import MedialaanIE
1316 from .vube import VubeIE
1317 from .vuclip import VuClipIE
1318 from .vvvvid import VVVVIDIE
1319 from .vyborymos import VyboryMosIE
1320 from .vzaar import VzaarIE
1321 from .walla import WallaIE
1322 from .washingtonpost import (
1323     WashingtonPostIE,
1324     WashingtonPostArticleIE,
1325 )
1326 from .wat import WatIE
1327 from .watchbox import WatchBoxIE
1328 from .watchindianporn import WatchIndianPornIE
1329 from .wdr import (
1330     WDRIE,
1331     WDRPageIE,
1332     WDRElefantIE,
1333     WDRMobileIE,
1334 )
1335 from .webcaster import (
1336     WebcasterIE,
1337     WebcasterFeedIE,
1338 )
1339 from .webofstories import (
1340     WebOfStoriesIE,
1341     WebOfStoriesPlaylistIE,
1342 )
1343 from .weibo import (
1344     WeiboIE, 
1345     WeiboMobileIE
1346 )
1347 from .weiqitv import WeiqiTVIE
1348 from .wimp import WimpIE
1349 from .wistia import WistiaIE
1350 from .worldstarhiphop import WorldStarHipHopIE
1351 from .wrzuta import (
1352     WrzutaIE,
1353     WrzutaPlaylistIE,
1354 )
1355 from .wsj import (
1356     WSJIE,
1357     WSJArticleIE,
1358 )
1359 from .xbef import XBefIE
1360 from .xboxclips import XboxClipsIE
1361 from .xfileshare import XFileShareIE
1362 from .xhamster import (
1363     XHamsterIE,
1364     XHamsterEmbedIE,
1365 )
1366 from .xiami import (
1367     XiamiSongIE,
1368     XiamiAlbumIE,
1369     XiamiArtistIE,
1370     XiamiCollectionIE
1371 )
1372 from .ximalaya import (
1373     XimalayaIE,
1374     XimalayaAlbumIE
1375 )
1376 from .xminus import XMinusIE
1377 from .xnxx import XNXXIE
1378 from .xstream import XstreamIE
1379 from .xtube import XTubeUserIE, XTubeIE
1380 from .xuite import XuiteIE
1381 from .xvideos import XVideosIE
1382 from .xxxymovies import XXXYMoviesIE
1383 from .yahoo import (
1384     YahooIE,
1385     YahooSearchIE,
1386 )
1387 from .yandexmusic import (
1388     YandexMusicTrackIE,
1389     YandexMusicAlbumIE,
1390     YandexMusicPlaylistIE,
1391 )
1392 from .yandexdisk import YandexDiskIE
1393 from .yapfiles import YapFilesIE
1394 from .yesjapan import YesJapanIE
1395 from .yinyuetai import YinYueTaiIE
1396 from .ynet import YnetIE
1397 from .youjizz import YouJizzIE
1398 from .youku import (
1399     YoukuIE,
1400     YoukuShowIE,
1401 )
1402 from .younow import (
1403     YouNowLiveIE,
1404     YouNowChannelIE,
1405     YouNowMomentIE,
1406 )
1407 from .youporn import YouPornIE
1408 from .yourupload import YourUploadIE
1409 from .youtube import (
1410     YoutubeIE,
1411     YoutubeChannelIE,
1412     YoutubeFavouritesIE,
1413     YoutubeHistoryIE,
1414     YoutubeLiveIE,
1415     YoutubePlaylistIE,
1416     YoutubePlaylistsIE,
1417     YoutubeRecommendedIE,
1418     YoutubeSearchDateIE,
1419     YoutubeSearchIE,
1420     YoutubeSearchURLIE,
1421     YoutubeShowIE,
1422     YoutubeSubscriptionsIE,
1423     YoutubeTruncatedIDIE,
1424     YoutubeTruncatedURLIE,
1425     YoutubeUserIE,
1426     YoutubeWatchLaterIE,
1427 )
1428 from .zapiks import ZapiksIE
1429 from .zaq1 import Zaq1IE
1430 from .zattoo import (
1431     QuicklineIE,
1432     QuicklineLiveIE,
1433     ZattooIE,
1434     ZattooLiveIE,
1435 )
1436 from .zdf import ZDFIE, ZDFChannelIE
1437 from .zingmp3 import ZingMp3IE