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