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