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