[twitcasting] Improve extraction and fix issues (closes #17981)
[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     CNBCVideoIE,
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 .linkedin import (
576     LinkedInLearningIE,
577     LinkedInLearningCourseIE,
578 )
579 from .litv import LiTVIE
580 from .liveleak import (
581     LiveLeakIE,
582     LiveLeakEmbedIE,
583 )
584 from .livestream import (
585     LivestreamIE,
586     LivestreamOriginalIE,
587     LivestreamShortenerIE,
588 )
589 from .lnkgo import LnkGoIE
590 from .localnews8 import LocalNews8IE
591 from .lovehomeporn import LoveHomePornIE
592 from .lrt import LRTIE
593 from .lynda import (
594     LyndaIE,
595     LyndaCourseIE
596 )
597 from .m6 import M6IE
598 from .macgamestore import MacGameStoreIE
599 from .mailru import (
600     MailRuIE,
601     MailRuMusicIE,
602     MailRuMusicSearchIE,
603 )
604 from .makertv import MakerTVIE
605 from .mangomolo import (
606     MangomoloVideoIE,
607     MangomoloLiveIE,
608 )
609 from .manyvids import ManyVidsIE
610 from .markiza import (
611     MarkizaIE,
612     MarkizaPageIE,
613 )
614 from .massengeschmacktv import MassengeschmackTVIE
615 from .matchtv import MatchTVIE
616 from .mdr import MDRIE
617 from .mediaset import MediasetIE
618 from .mediasite import MediasiteIE
619 from .medici import MediciIE
620 from .megaphone import MegaphoneIE
621 from .meipai import MeipaiIE
622 from .melonvod import MelonVODIE
623 from .meta import METAIE
624 from .metacafe import MetacafeIE
625 from .metacritic import MetacriticIE
626 from .mgoon import MgoonIE
627 from .mgtv import MGTVIE
628 from .miaopai import MiaoPaiIE
629 from .microsoftvirtualacademy import (
630     MicrosoftVirtualAcademyIE,
631     MicrosoftVirtualAcademyCourseIE,
632 )
633 from .minhateca import MinhatecaIE
634 from .ministrygrid import MinistryGridIE
635 from .minoto import MinotoIE
636 from .miomio import MioMioIE
637 from .mit import TechTVMITIE, MITIE, OCWMITIE
638 from .mitele import MiTeleIE
639 from .mixcloud import (
640     MixcloudIE,
641     MixcloudUserIE,
642     MixcloudPlaylistIE,
643     MixcloudStreamIE,
644 )
645 from .mlb import MLBIE
646 from .mnet import MnetIE
647 from .moevideo import MoeVideoIE
648 from .mofosex import MofosexIE
649 from .mojvideo import MojvideoIE
650 from .morningstar import MorningstarIE
651 from .motherless import (
652     MotherlessIE,
653     MotherlessGroupIE
654 )
655 from .motorsport import MotorsportIE
656 from .movieclips import MovieClipsIE
657 from .moviezine import MoviezineIE
658 from .movingimage import MovingImageIE
659 from .msn import MSNIE
660 from .mtv import (
661     MTVIE,
662     MTVVideoIE,
663     MTVServicesEmbeddedIE,
664     MTVDEIE,
665     MTV81IE,
666 )
667 from .muenchentv import MuenchenTVIE
668 from .musicplayon import MusicPlayOnIE
669 from .mwave import MwaveIE, MwaveMeetGreetIE
670 from .mychannels import MyChannelsIE
671 from .myspace import MySpaceIE, MySpaceAlbumIE
672 from .myspass import MySpassIE
673 from .myvi import (
674     MyviIE,
675     MyviEmbedIE,
676 )
677 from .myvidster import MyVidsterIE
678 from .nationalgeographic import (
679     NationalGeographicVideoIE,
680     NationalGeographicIE,
681     NationalGeographicEpisodeGuideIE,
682 )
683 from .naver import NaverIE
684 from .nba import NBAIE
685 from .nbc import (
686     CSNNEIE,
687     NBCIE,
688     NBCNewsIE,
689     NBCOlympicsIE,
690     NBCOlympicsStreamIE,
691     NBCSportsIE,
692     NBCSportsStreamIE,
693     NBCSportsVPlayerIE,
694 )
695 from .ndr import (
696     NDRIE,
697     NJoyIE,
698     NDREmbedBaseIE,
699     NDREmbedIE,
700     NJoyEmbedIE,
701 )
702 from .ndtv import NDTVIE
703 from .netzkino import NetzkinoIE
704 from .nerdcubed import NerdCubedFeedIE
705 from .neteasemusic import (
706     NetEaseMusicIE,
707     NetEaseMusicAlbumIE,
708     NetEaseMusicSingerIE,
709     NetEaseMusicListIE,
710     NetEaseMusicMvIE,
711     NetEaseMusicProgramIE,
712     NetEaseMusicDjRadioIE,
713 )
714 from .newgrounds import (
715     NewgroundsIE,
716     NewgroundsPlaylistIE,
717 )
718 from .newstube import NewstubeIE
719 from .nextmedia import (
720     NextMediaIE,
721     NextMediaActionNewsIE,
722     AppleDailyIE,
723     NextTVIE,
724 )
725 from .nexx import (
726     NexxIE,
727     NexxEmbedIE,
728 )
729 from .nfb import NFBIE
730 from .nfl import NFLIE
731 from .nhk import NhkVodIE
732 from .nhl import NHLIE
733 from .nick import (
734     NickIE,
735     NickBrIE,
736     NickDeIE,
737     NickNightIE,
738     NickRuIE,
739 )
740 from .niconico import NiconicoIE, NiconicoPlaylistIE
741 from .ninecninemedia import NineCNineMediaIE
742 from .ninegag import NineGagIE
743 from .ninenow import NineNowIE
744 from .nintendo import NintendoIE
745 from .njpwworld import NJPWWorldIE
746 from .nobelprize import NobelPrizeIE
747 from .noco import NocoIE
748 from .nonktube import NonkTubeIE
749 from .noovo import NoovoIE
750 from .normalboots import NormalbootsIE
751 from .nosvideo import NosVideoIE
752 from .nova import (
753     NovaEmbedIE,
754     NovaIE,
755 )
756 from .novamov import (
757     AuroraVidIE,
758     CloudTimeIE,
759     NowVideoIE,
760     VideoWeedIE,
761     WholeCloudIE,
762 )
763 from .nowness import (
764     NownessIE,
765     NownessPlaylistIE,
766     NownessSeriesIE,
767 )
768 from .noz import NozIE
769 from .npo import (
770     AndereTijdenIE,
771     NPOIE,
772     NPOLiveIE,
773     NPORadioIE,
774     NPORadioFragmentIE,
775     SchoolTVIE,
776     HetKlokhuisIE,
777     VPROIE,
778     WNLIE,
779 )
780 from .npr import NprIE
781 from .nrk import (
782     NRKIE,
783     NRKPlaylistIE,
784     NRKSkoleIE,
785     NRKTVIE,
786     NRKTVDirekteIE,
787     NRKTVEpisodeIE,
788     NRKTVEpisodesIE,
789     NRKTVSeasonIE,
790     NRKTVSeriesIE,
791 )
792 from .ntvde import NTVDeIE
793 from .ntvru import NTVRuIE
794 from .nytimes import (
795     NYTimesIE,
796     NYTimesArticleIE,
797 )
798 from .nuvid import NuvidIE
799 from .nzz import NZZIE
800 from .odatv import OdaTVIE
801 from .odnoklassniki import OdnoklassnikiIE
802 from .oktoberfesttv import OktoberfestTVIE
803 from .ondemandkorea import OnDemandKoreaIE
804 from .onet import (
805     OnetIE,
806     OnetChannelIE,
807     OnetMVPIE,
808     OnetPlIE,
809 )
810 from .onionstudios import OnionStudiosIE
811 from .ooyala import (
812     OoyalaIE,
813     OoyalaExternalIE,
814 )
815 from .openload import OpenloadIE
816 from .ora import OraTVIE
817 from .orf import (
818     ORFTVthekIE,
819     ORFFM4IE,
820     ORFFM4StoryIE,
821     ORFOE1IE,
822     ORFIPTVIE,
823 )
824 from .packtpub import (
825     PacktPubIE,
826     PacktPubCourseIE,
827 )
828 from .pandatv import PandaTVIE
829 from .pandoratv import PandoraTVIE
830 from .parliamentliveuk import ParliamentLiveUKIE
831 from .patreon import PatreonIE
832 from .pbs import PBSIE
833 from .pearvideo import PearVideoIE
834 from .peertube import PeerTubeIE
835 from .people import PeopleIE
836 from .performgroup import PerformGroupIE
837 from .periscope import (
838     PeriscopeIE,
839     PeriscopeUserIE,
840 )
841 from .philharmoniedeparis import PhilharmonieDeParisIE
842 from .phoenix import PhoenixIE
843 from .photobucket import PhotobucketIE
844 from .picarto import (
845     PicartoIE,
846     PicartoVodIE,
847 )
848 from .piksel import PikselIE
849 from .pinkbike import PinkbikeIE
850 from .pladform import PladformIE
851 from .playfm import PlayFMIE
852 from .plays import PlaysTVIE
853 from .playtvak import PlaytvakIE
854 from .playvid import PlayvidIE
855 from .playwire import PlaywireIE
856 from .pluralsight import (
857     PluralsightIE,
858     PluralsightCourseIE,
859 )
860 from .podomatic import PodomaticIE
861 from .pokemon import PokemonIE
862 from .polskieradio import (
863     PolskieRadioIE,
864     PolskieRadioCategoryIE,
865 )
866 from .popcorntv import PopcornTVIE
867 from .porn91 import Porn91IE
868 from .porncom import PornComIE
869 from .pornflip import PornFlipIE
870 from .pornhd import PornHdIE
871 from .pornhub import (
872     PornHubIE,
873     PornHubPlaylistIE,
874     PornHubUserVideosIE,
875 )
876 from .pornotube import PornotubeIE
877 from .pornovoisines import PornoVoisinesIE
878 from .pornoxo import PornoXOIE
879 from .puhutv import (
880     PuhuTVIE,
881     PuhuTVSerieIE,
882 )
883 from .presstv import PressTVIE
884 from .primesharetv import PrimeShareTVIE
885 from .promptfile import PromptFileIE
886 from .prosiebensat1 import ProSiebenSat1IE
887 from .puls4 import Puls4IE
888 from .pyvideo import PyvideoIE
889 from .qqmusic import (
890     QQMusicIE,
891     QQMusicSingerIE,
892     QQMusicAlbumIE,
893     QQMusicToplistIE,
894     QQMusicPlaylistIE,
895 )
896 from .r7 import (
897     R7IE,
898     R7ArticleIE,
899 )
900 from .radiocanada import (
901     RadioCanadaIE,
902     RadioCanadaAudioVideoIE,
903 )
904 from .radiode import RadioDeIE
905 from .radiojavan import RadioJavanIE
906 from .radiobremen import RadioBremenIE
907 from .radiofrance import RadioFranceIE
908 from .rai import (
909     RaiPlayIE,
910     RaiPlayLiveIE,
911     RaiPlayPlaylistIE,
912     RaiIE,
913 )
914 from .raywenderlich import (
915     RayWenderlichIE,
916     RayWenderlichCourseIE,
917 )
918 from .rbmaradio import RBMARadioIE
919 from .rds import RDSIE
920 from .redbulltv import RedBullTVIE
921 from .reddit import (
922     RedditIE,
923     RedditRIE,
924 )
925 from .redtube import RedTubeIE
926 from .regiotv import RegioTVIE
927 from .rentv import (
928     RENTVIE,
929     RENTVArticleIE,
930 )
931 from .restudy import RestudyIE
932 from .reuters import ReutersIE
933 from .reverbnation import ReverbNationIE
934 from .revision3 import (
935     Revision3EmbedIE,
936     Revision3IE,
937 )
938 from .rice import RICEIE
939 from .rmcdecouverte import RMCDecouverteIE
940 from .ro220 import Ro220IE
941 from .rockstargames import RockstarGamesIE
942 from .roosterteeth import RoosterTeethIE
943 from .rottentomatoes import RottenTomatoesIE
944 from .roxwel import RoxwelIE
945 from .rozhlas import RozhlasIE
946 from .rtbf import RTBFIE
947 from .rte import RteIE, RteRadioIE
948 from .rtlnl import RtlNlIE
949 from .rtl2 import (
950     RTL2IE,
951     RTL2YouIE,
952     RTL2YouSeriesIE,
953 )
954 from .rtp import RTPIE
955 from .rts import RTSIE
956 from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE, RTVELiveIE, RTVETelevisionIE
957 from .rtvnh import RTVNHIE
958 from .rtvs import RTVSIE
959 from .rudo import RudoIE
960 from .ruhd import RUHDIE
961 from .ruleporn import RulePornIE
962 from .rutube import (
963     RutubeIE,
964     RutubeChannelIE,
965     RutubeEmbedIE,
966     RutubeMovieIE,
967     RutubePersonIE,
968     RutubePlaylistIE,
969 )
970 from .rutv import RUTVIE
971 from .ruutu import RuutuIE
972 from .ruv import RuvIE
973 from .safari import (
974     SafariIE,
975     SafariApiIE,
976     SafariCourseIE,
977 )
978 from .sapo import SapoIE
979 from .savefrom import SaveFromIE
980 from .sbs import SBSIE
981 from .screencast import ScreencastIE
982 from .screencastomatic import ScreencastOMaticIE
983 from .scrippsnetworks import ScrippsNetworksWatchIE
984 from .seeker import SeekerIE
985 from .senateisvp import SenateISVPIE
986 from .sendtonews import SendtoNewsIE
987 from .servingsys import ServingSysIE
988 from .servus import ServusIE
989 from .sevenplus import SevenPlusIE
990 from .sexu import SexuIE
991 from .seznamzpravy import (
992     SeznamZpravyIE,
993     SeznamZpravyArticleIE,
994 )
995 from .shahid import (
996     ShahidIE,
997     ShahidShowIE,
998 )
999 from .shared import (
1000     SharedIE,
1001     VivoIE,
1002 )
1003 from .showroomlive import ShowRoomLiveIE
1004 from .sina import SinaIE
1005 from .sixplay import SixPlayIE
1006 from .skylinewebcams import SkylineWebcamsIE
1007 from .skynewsarabia import (
1008     SkyNewsArabiaIE,
1009     SkyNewsArabiaArticleIE,
1010 )
1011 from .skysports import SkySportsIE
1012 from .slideshare import SlideshareIE
1013 from .slideslive import SlidesLiveIE
1014 from .slutload import SlutloadIE
1015 from .smotri import (
1016     SmotriIE,
1017     SmotriCommunityIE,
1018     SmotriUserIE,
1019     SmotriBroadcastIE,
1020 )
1021 from .snotr import SnotrIE
1022 from .sohu import SohuIE
1023 from .sonyliv import SonyLIVIE
1024 from .soundcloud import (
1025     SoundcloudIE,
1026     SoundcloudSetIE,
1027     SoundcloudUserIE,
1028     SoundcloudTrackStationIE,
1029     SoundcloudPlaylistIE,
1030     SoundcloudSearchIE,
1031 )
1032 from .soundgasm import (
1033     SoundgasmIE,
1034     SoundgasmProfileIE
1035 )
1036 from .southpark import (
1037     SouthParkIE,
1038     SouthParkDeIE,
1039     SouthParkDkIE,
1040     SouthParkEsIE,
1041     SouthParkNlIE
1042 )
1043 from .spankbang import SpankBangIE
1044 from .spankwire import SpankwireIE
1045 from .spiegel import SpiegelIE, SpiegelArticleIE
1046 from .spiegeltv import SpiegeltvIE
1047 from .spike import (
1048     BellatorIE,
1049     ParamountNetworkIE,
1050 )
1051 from .stitcher import StitcherIE
1052 from .sport5 import Sport5IE
1053 from .sportbox import SportBoxIE
1054 from .sportdeutschland import SportDeutschlandIE
1055 from .springboardplatform import SpringboardPlatformIE
1056 from .sprout import SproutIE
1057 from .srgssr import (
1058     SRGSSRIE,
1059     SRGSSRPlayIE,
1060 )
1061 from .srmediathek import SRMediathekIE
1062 from .stanfordoc import StanfordOpenClassroomIE
1063 from .steam import SteamIE
1064 from .streamable import StreamableIE
1065 from .streamango import StreamangoIE
1066 from .streamcloud import StreamcloudIE
1067 from .streamcz import StreamCZIE
1068 from .streetvoice import StreetVoiceIE
1069 from .stretchinternet import StretchInternetIE
1070 from .sunporno import SunPornoIE
1071 from .svt import (
1072     SVTIE,
1073     SVTPageIE,
1074     SVTPlayIE,
1075     SVTSeriesIE,
1076 )
1077 from .swrmediathek import SWRMediathekIE
1078 from .syfy import SyfyIE
1079 from .sztvhu import SztvHuIE
1080 from .tagesschau import (
1081     TagesschauPlayerIE,
1082     TagesschauIE,
1083 )
1084 from .tass import TassIE
1085 from .tastytrade import TastyTradeIE
1086 from .tbs import TBSIE
1087 from .tdslifeway import TDSLifewayIE
1088 from .teachertube import (
1089     TeacherTubeIE,
1090     TeacherTubeUserIE,
1091 )
1092 from .teachingchannel import TeachingChannelIE
1093 from .teamcoco import TeamcocoIE
1094 from .techtalks import TechTalksIE
1095 from .ted import TEDIE
1096 from .tele5 import Tele5IE
1097 from .tele13 import Tele13IE
1098 from .telebruxelles import TeleBruxellesIE
1099 from .telecinco import TelecincoIE
1100 from .telegraaf import TelegraafIE
1101 from .telemb import TeleMBIE
1102 from .telequebec import (
1103     TeleQuebecIE,
1104     TeleQuebecEmissionIE,
1105     TeleQuebecLiveIE,
1106 )
1107 from .teletask import TeleTaskIE
1108 from .telewebion import TelewebionIE
1109 from .tennistv import TennisTVIE
1110 from .testurl import TestURLIE
1111 from .tf1 import TF1IE
1112 from .tfo import TFOIE
1113 from .theintercept import TheInterceptIE
1114 from .theplatform import (
1115     ThePlatformIE,
1116     ThePlatformFeedIE,
1117 )
1118 from .thescene import TheSceneIE
1119 from .thestar import TheStarIE
1120 from .thesun import TheSunIE
1121 from .theweatherchannel import TheWeatherChannelIE
1122 from .thisamericanlife import ThisAmericanLifeIE
1123 from .thisav import ThisAVIE
1124 from .thisoldhouse import ThisOldHouseIE
1125 from .threeqsdn import ThreeQSDNIE
1126 from .tinypic import TinyPicIE
1127 from .tmz import (
1128     TMZIE,
1129     TMZArticleIE,
1130 )
1131 from .tnaflix import (
1132     TNAFlixNetworkEmbedIE,
1133     TNAFlixIE,
1134     EMPFlixIE,
1135     MovieFapIE,
1136 )
1137 from .toggle import ToggleIE
1138 from .tonline import TOnlineIE
1139 from .toongoggles import ToonGogglesIE
1140 from .toutv import TouTvIE
1141 from .toypics import ToypicsUserIE, ToypicsIE
1142 from .traileraddict import TrailerAddictIE
1143 from .trilulilu import TriluliluIE
1144 from .trutv import TruTVIE
1145 from .tube8 import Tube8IE
1146 from .tubitv import TubiTvIE
1147 from .tumblr import TumblrIE
1148 from .tunein import (
1149     TuneInClipIE,
1150     TuneInStationIE,
1151     TuneInProgramIE,
1152     TuneInTopicIE,
1153     TuneInShortenerIE,
1154 )
1155 from .tunepk import TunePkIE
1156 from .turbo import TurboIE
1157 from .tutv import TutvIE
1158 from .tv2 import (
1159     TV2IE,
1160     TV2ArticleIE,
1161 )
1162 from .tv2hu import TV2HuIE
1163 from .tv4 import TV4IE
1164 from .tv5mondeplus import TV5MondePlusIE
1165 from .tva import TVAIE
1166 from .tvanouvelles import (
1167     TVANouvellesIE,
1168     TVANouvellesArticleIE,
1169 )
1170 from .tvc import (
1171     TVCIE,
1172     TVCArticleIE,
1173 )
1174 from .tvigle import TvigleIE
1175 from .tvland import TVLandIE
1176 from .tvn24 import TVN24IE
1177 from .tvnet import TVNetIE
1178 from .tvnoe import TVNoeIE
1179 from .tvnow import (
1180     TVNowIE,
1181     TVNowListIE,
1182     TVNowShowIE,
1183 )
1184 from .tvp import (
1185     TVPEmbedIE,
1186     TVPIE,
1187     TVPSeriesIE,
1188 )
1189 from .tvplay import (
1190     TVPlayIE,
1191     ViafreeIE,
1192     TVPlayHomeIE,
1193 )
1194 from .tvplayer import TVPlayerIE
1195 from .tweakers import TweakersIE
1196 from .twentyfourvideo import TwentyFourVideoIE
1197 from .twentymin import TwentyMinutenIE
1198 from .twentythreevideo import TwentyThreeVideoIE
1199 from .twitcasting import TwitCastingIE
1200 from .twitch import (
1201     TwitchVideoIE,
1202     TwitchChapterIE,
1203     TwitchVodIE,
1204     TwitchProfileIE,
1205     TwitchAllVideosIE,
1206     TwitchUploadsIE,
1207     TwitchPastBroadcastsIE,
1208     TwitchHighlightsIE,
1209     TwitchStreamIE,
1210     TwitchClipsIE,
1211 )
1212 from .twitter import (
1213     TwitterCardIE,
1214     TwitterIE,
1215     TwitterAmplifyIE,
1216 )
1217 from .udemy import (
1218     UdemyIE,
1219     UdemyCourseIE
1220 )
1221 from .udn import UDNEmbedIE
1222 from .ufctv import UFCTVIE
1223 from .uktvplay import UKTVPlayIE
1224 from .digiteka import DigitekaIE
1225 from .umg import UMGDeIE
1226 from .unistra import UnistraIE
1227 from .unity import UnityIE
1228 from .uol import UOLIE
1229 from .uplynk import (
1230     UplynkIE,
1231     UplynkPreplayIE,
1232 )
1233 from .upskill import (
1234     UpskillIE,
1235     UpskillCourseIE,
1236 )
1237 from .urort import UrortIE
1238 from .urplay import URPlayIE
1239 from .usanetwork import USANetworkIE
1240 from .usatoday import USATodayIE
1241 from .ustream import UstreamIE, UstreamChannelIE
1242 from .ustudio import (
1243     UstudioIE,
1244     UstudioEmbedIE,
1245 )
1246 from .varzesh3 import Varzesh3IE
1247 from .vbox7 import Vbox7IE
1248 from .veehd import VeeHDIE
1249 from .veoh import VeohIE
1250 from .vessel import VesselIE
1251 from .vesti import VestiIE
1252 from .vevo import (
1253     VevoIE,
1254     VevoPlaylistIE,
1255 )
1256 from .vgtv import (
1257     BTArticleIE,
1258     BTVestlendingenIE,
1259     VGTVIE,
1260 )
1261 from .vh1 import VH1IE
1262 from .vice import (
1263     ViceIE,
1264     ViceArticleIE,
1265     ViceShowIE,
1266 )
1267 from .vidbit import VidbitIE
1268 from .viddler import ViddlerIE
1269 from .videa import VideaIE
1270 from .videodetective import VideoDetectiveIE
1271 from .videofyme import VideofyMeIE
1272 from .videomega import VideoMegaIE
1273 from .videomore import (
1274     VideomoreIE,
1275     VideomoreVideoIE,
1276     VideomoreSeasonIE,
1277 )
1278 from .videopremium import VideoPremiumIE
1279 from .videopress import VideoPressIE
1280 from .vidio import VidioIE
1281 from .vidlii import VidLiiIE
1282 from .vidme import (
1283     VidmeIE,
1284     VidmeUserIE,
1285     VidmeUserLikesIE,
1286 )
1287 from .vidzi import VidziIE
1288 from .vier import VierIE, VierVideosIE
1289 from .viewlift import (
1290     ViewLiftIE,
1291     ViewLiftEmbedIE,
1292 )
1293 from .viewster import ViewsterIE
1294 from .viidea import ViideaIE
1295 from .vimeo import (
1296     VimeoIE,
1297     VimeoAlbumIE,
1298     VimeoChannelIE,
1299     VimeoGroupsIE,
1300     VimeoLikesIE,
1301     VimeoOndemandIE,
1302     VimeoReviewIE,
1303     VimeoUserIE,
1304     VimeoWatchLaterIE,
1305 )
1306 from .vimple import VimpleIE
1307 from .vine import (
1308     VineIE,
1309     VineUserIE,
1310 )
1311 from .viki import (
1312     VikiIE,
1313     VikiChannelIE,
1314 )
1315 from .viqeo import ViqeoIE
1316 from .viu import (
1317     ViuIE,
1318     ViuPlaylistIE,
1319     ViuOTTIE,
1320 )
1321 from .vk import (
1322     VKIE,
1323     VKUserVideosIE,
1324     VKWallPostIE,
1325 )
1326 from .vlive import (
1327     VLiveIE,
1328     VLiveChannelIE,
1329     VLivePlaylistIE
1330 )
1331 from .vodlocker import VodlockerIE
1332 from .vodpl import VODPlIE
1333 from .vodplatform import VODPlatformIE
1334 from .voicerepublic import VoiceRepublicIE
1335 from .voot import VootIE
1336 from .voxmedia import (
1337     VoxMediaVolumeIE,
1338     VoxMediaIE,
1339 )
1340 from .vporn import VpornIE
1341 from .vrt import VRTIE
1342 from .vrak import VrakIE
1343 from .vrv import (
1344     VRVIE,
1345     VRVSeriesIE,
1346 )
1347 from .vshare import VShareIE
1348 from .medialaan import MedialaanIE
1349 from .vube import VubeIE
1350 from .vuclip import VuClipIE
1351 from .vvvvid import VVVVIDIE
1352 from .vyborymos import VyboryMosIE
1353 from .vzaar import VzaarIE
1354 from .walla import WallaIE
1355 from .washingtonpost import (
1356     WashingtonPostIE,
1357     WashingtonPostArticleIE,
1358 )
1359 from .wat import WatIE
1360 from .watchbox import WatchBoxIE
1361 from .watchindianporn import WatchIndianPornIE
1362 from .wdr import (
1363     WDRIE,
1364     WDRPageIE,
1365     WDRElefantIE,
1366     WDRMobileIE,
1367 )
1368 from .webcaster import (
1369     WebcasterIE,
1370     WebcasterFeedIE,
1371 )
1372 from .webofstories import (
1373     WebOfStoriesIE,
1374     WebOfStoriesPlaylistIE,
1375 )
1376 from .weibo import (
1377     WeiboIE, 
1378     WeiboMobileIE
1379 )
1380 from .weiqitv import WeiqiTVIE
1381 from .wimp import WimpIE
1382 from .wistia import WistiaIE
1383 from .worldstarhiphop import WorldStarHipHopIE
1384 from .wrzuta import (
1385     WrzutaIE,
1386     WrzutaPlaylistIE,
1387 )
1388 from .wsj import (
1389     WSJIE,
1390     WSJArticleIE,
1391 )
1392 from .xbef import XBefIE
1393 from .xboxclips import XboxClipsIE
1394 from .xfileshare import XFileShareIE
1395 from .xhamster import (
1396     XHamsterIE,
1397     XHamsterEmbedIE,
1398 )
1399 from .xiami import (
1400     XiamiSongIE,
1401     XiamiAlbumIE,
1402     XiamiArtistIE,
1403     XiamiCollectionIE
1404 )
1405 from .ximalaya import (
1406     XimalayaIE,
1407     XimalayaAlbumIE
1408 )
1409 from .xminus import XMinusIE
1410 from .xnxx import XNXXIE
1411 from .xstream import XstreamIE
1412 from .xtube import XTubeUserIE, XTubeIE
1413 from .xuite import XuiteIE
1414 from .xvideos import XVideosIE
1415 from .xxxymovies import XXXYMoviesIE
1416 from .yahoo import (
1417     YahooIE,
1418     YahooSearchIE,
1419 )
1420 from .yandexmusic import (
1421     YandexMusicTrackIE,
1422     YandexMusicAlbumIE,
1423     YandexMusicPlaylistIE,
1424 )
1425 from .yandexdisk import YandexDiskIE
1426 from .yapfiles import YapFilesIE
1427 from .yesjapan import YesJapanIE
1428 from .yinyuetai import YinYueTaiIE
1429 from .ynet import YnetIE
1430 from .youjizz import YouJizzIE
1431 from .youku import (
1432     YoukuIE,
1433     YoukuShowIE,
1434 )
1435 from .younow import (
1436     YouNowLiveIE,
1437     YouNowChannelIE,
1438     YouNowMomentIE,
1439 )
1440 from .youporn import YouPornIE
1441 from .yourporn import YourPornIE
1442 from .yourupload import YourUploadIE
1443 from .youtube import (
1444     YoutubeIE,
1445     YoutubeChannelIE,
1446     YoutubeFavouritesIE,
1447     YoutubeHistoryIE,
1448     YoutubeLiveIE,
1449     YoutubePlaylistIE,
1450     YoutubePlaylistsIE,
1451     YoutubeRecommendedIE,
1452     YoutubeSearchDateIE,
1453     YoutubeSearchIE,
1454     YoutubeSearchURLIE,
1455     YoutubeShowIE,
1456     YoutubeSubscriptionsIE,
1457     YoutubeTruncatedIDIE,
1458     YoutubeTruncatedURLIE,
1459     YoutubeUserIE,
1460     YoutubeWatchLaterIE,
1461 )
1462 from .zapiks import ZapiksIE
1463 from .zaq1 import Zaq1IE
1464 from .zattoo import (
1465     BBVTVIE,
1466     EinsUndEinsTVIE,
1467     EWETVIE,
1468     GlattvisionTVIE,
1469     MNetTVIE,
1470     MyVisionTVIE,
1471     NetPlusIE,
1472     OsnatelTVIE,
1473     QuantumTVIE,
1474     QuicklineIE,
1475     QuicklineLiveIE,
1476     SAKTVIE,
1477     VTXTVIE,
1478     WalyTVIE,
1479     ZattooIE,
1480     ZattooLiveIE,
1481 )
1482 from .zdf import ZDFIE, ZDFChannelIE
1483 from .zingmp3 import ZingMp3IE