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