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