[videopremium] remove 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 .adn import ADNIE
22 from .adobeconnect import AdobeConnectIE
23 from .adobetv import (
24     AdobeTVEmbedIE,
25     AdobeTVIE,
26     AdobeTVShowIE,
27     AdobeTVChannelIE,
28     AdobeTVVideoIE,
29 )
30 from .adultswim import AdultSwimIE
31 from .aenetworks import (
32     AENetworksIE,
33     HistoryTopicIE,
34 )
35 from .afreecatv import AfreecaTVIE
36 from .airmozilla import AirMozillaIE
37 from .aljazeera import AlJazeeraIE
38 from .alphaporno import AlphaPornoIE
39 from .amcnetworks import AMCNetworksIE
40 from .americastestkitchen import AmericasTestKitchenIE
41 from .animeondemand import AnimeOnDemandIE
42 from .anvato import AnvatoIE
43 from .aol import AolIE
44 from .allocine import AllocineIE
45 from .aliexpress import AliExpressLiveIE
46 from .apa import APAIE
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     ARDBetaMediathekIE,
57     ARDIE,
58     ARDMediathekIE,
59 )
60 from .arte import (
61     ArteTVPlus7IE,
62     ArteTVEmbedIE,
63     ArteTVPlaylistIE,
64 )
65 from .asiancrush import (
66     AsianCrushIE,
67     AsianCrushPlaylistIE,
68 )
69 from .atresplayer import AtresPlayerIE
70 from .atttechchannel import ATTTechChannelIE
71 from .atvat import ATVAtIE
72 from .audimedia import AudiMediaIE
73 from .audioboom import AudioBoomIE
74 from .audiomack import AudiomackIE, AudiomackAlbumIE
75 from .awaan import (
76     AWAANIE,
77     AWAANVideoIE,
78     AWAANLiveIE,
79     AWAANSeasonIE,
80 )
81 from .azmedien import AZMedienIE
82 from .baidu import BaiduVideoIE
83 from .bandcamp import BandcampIE, BandcampAlbumIE, BandcampWeeklyIE
84 from .bbc import (
85     BBCCoUkIE,
86     BBCCoUkArticleIE,
87     BBCCoUkIPlayerPlaylistIE,
88     BBCCoUkPlaylistIE,
89     BBCIE,
90 )
91 from .beampro import (
92     BeamProLiveIE,
93     BeamProVodIE,
94 )
95 from .beeg import BeegIE
96 from .behindkink import BehindKinkIE
97 from .bellmedia import BellMediaIE
98 from .beatport import BeatportIE
99 from .bet import BetIE
100 from .bfi import BFIPlayerIE
101 from .bigflix import BigflixIE
102 from .bild import BildIE
103 from .bilibili import (
104     BiliBiliIE,
105     BiliBiliBangumiIE,
106     BilibiliAudioIE,
107     BilibiliAudioAlbumIE,
108 )
109 from .biobiochiletv import BioBioChileTVIE
110 from .bitchute import (
111     BitChuteIE,
112     BitChuteChannelIE,
113 )
114 from .biqle import BIQLEIE
115 from .bleacherreport import (
116     BleacherReportIE,
117     BleacherReportCMSIE,
118 )
119 from .blinkx import BlinkxIE
120 from .bloomberg import BloombergIE
121 from .bokecc import BokeCCIE
122 from .bostonglobe import BostonGlobeIE
123 from .bpb import BpbIE
124 from .br import (
125     BRIE,
126     BRMediathekIE,
127 )
128 from .bravotv import BravoTVIE
129 from .breakcom import BreakIE
130 from .brightcove import (
131     BrightcoveLegacyIE,
132     BrightcoveNewIE,
133 )
134 from .businessinsider import BusinessInsiderIE
135 from .buzzfeed import BuzzFeedIE
136 from .byutv import BYUtvIE
137 from .c56 import C56IE
138 from .camdemy import (
139     CamdemyIE,
140     CamdemyFolderIE
141 )
142 from .cammodels import CamModelsIE
143 from .camtube import CamTubeIE
144 from .camwithher import CamWithHerIE
145 from .canalplus import CanalplusIE
146 from .canalc2 import Canalc2IE
147 from .canvas import (
148     CanvasIE,
149     CanvasEenIE,
150     VrtNUIE,
151 )
152 from .carambatv import (
153     CarambaTVIE,
154     CarambaTVPageIE,
155 )
156 from .cartoonnetwork import CartoonNetworkIE
157 from .cbc import (
158     CBCIE,
159     CBCPlayerIE,
160     CBCWatchVideoIE,
161     CBCWatchIE,
162     CBCOlympicsIE,
163 )
164 from .cbs import CBSIE
165 from .cbslocal import CBSLocalIE
166 from .cbsinteractive import CBSInteractiveIE
167 from .cbsnews import (
168     CBSNewsEmbedIE,
169     CBSNewsIE,
170     CBSNewsLiveVideoIE,
171 )
172 from .cbssports import CBSSportsIE
173 from .ccc import (
174     CCCIE,
175     CCCPlaylistIE,
176 )
177 from .ccma import CCMAIE
178 from .cctv import CCTVIE
179 from .cda import CDAIE
180 from .ceskatelevize import (
181     CeskaTelevizeIE,
182     CeskaTelevizePoradyIE,
183 )
184 from .channel9 import Channel9IE
185 from .charlierose import CharlieRoseIE
186 from .chaturbate import ChaturbateIE
187 from .chilloutzone import ChilloutzoneIE
188 from .chirbit import (
189     ChirbitIE,
190     ChirbitProfileIE,
191 )
192 from .cinchcast import CinchcastIE
193 from .cinemax import CinemaxIE
194 from .ciscolive import (
195     CiscoLiveSessionIE,
196     CiscoLiveSearchIE,
197 )
198 from .cjsw import CJSWIE
199 from .cliphunter import CliphunterIE
200 from .clippit import ClippitIE
201 from .cliprs import ClipRsIE
202 from .clipsyndicate import ClipsyndicateIE
203 from .closertotruth import CloserToTruthIE
204 from .cloudflarestream import CloudflareStreamIE
205 from .cloudy import CloudyIE
206 from .clubic import ClubicIE
207 from .clyp import ClypIE
208 from .cmt import CMTIE
209 from .cnbc import (
210     CNBCIE,
211     CNBCVideoIE,
212 )
213 from .cnn import (
214     CNNIE,
215     CNNBlogsIE,
216     CNNArticleIE,
217 )
218 from .coub import CoubIE
219 from .comedycentral import (
220     ComedyCentralFullEpisodesIE,
221     ComedyCentralIE,
222     ComedyCentralShortnameIE,
223     ComedyCentralTVIE,
224     ToshIE,
225 )
226 from .commonmistakes import CommonMistakesIE, UnicodeBOMIE
227 from .commonprotocols import (
228     MmsIE,
229     RtmpIE,
230 )
231 from .condenast import CondeNastIE
232 from .contv import CONtvIE
233 from .corus import CorusIE
234 from .cracked import CrackedIE
235 from .crackle import CrackleIE
236 from .crooksandliars import CrooksAndLiarsIE
237 from .crunchyroll import (
238     CrunchyrollIE,
239     CrunchyrollShowPlaylistIE
240 )
241 from .cspan import CSpanIE
242 from .ctsnews import CtsNewsIE
243 from .ctvnews import CTVNewsIE
244 from .cultureunplugged import CultureUnpluggedIE
245 from .curiositystream import (
246     CuriosityStreamIE,
247     CuriosityStreamCollectionIE,
248 )
249 from .cwtv import CWTVIE
250 from .dailymail import DailyMailIE
251 from .dailymotion import (
252     DailymotionIE,
253     DailymotionPlaylistIE,
254     DailymotionUserIE,
255 )
256 from .daum import (
257     DaumIE,
258     DaumClipIE,
259     DaumPlaylistIE,
260     DaumUserIE,
261 )
262 from .dbtv import DBTVIE
263 from .dctp import DctpTvIE
264 from .deezer import DeezerPlaylistIE
265 from .democracynow import DemocracynowIE
266 from .dfb import DFBIE
267 from .dhm import DHMIE
268 from .digg import DiggIE
269 from .dotsub import DotsubIE
270 from .douyutv import (
271     DouyuShowIE,
272     DouyuTVIE,
273 )
274 from .dplay import DPlayIE
275 from .dreisat import DreiSatIE
276 from .drbonanza import DRBonanzaIE
277 from .drtuber import DrTuberIE
278 from .drtv import (
279     DRTVIE,
280     DRTVLiveIE,
281 )
282 from .dtube import DTubeIE
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 .europa import EuropaIE
329 from .everyonesmixtape import EveryonesMixtapeIE
330 from .expotv import ExpoTVIE
331 from .expressen import ExpressenIE
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 .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 (
364     FOX9IE,
365     FOX9NewsIE,
366 )
367 from .foxgay import FoxgayIE
368 from .foxnews import (
369     FoxNewsIE,
370     FoxNewsArticleIE,
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     FranceTVInfoSportIE,
381     FranceTVJeunesseIE,
382     GenerationWhatIE,
383     CultureboxIE,
384 )
385 from .freesound import FreesoundIE
386 from .freespeech import FreespeechIE
387 from .freshlive import FreshLiveIE
388 from .frontendmasters import (
389     FrontendMastersIE,
390     FrontendMastersLessonIE,
391     FrontendMastersCourseIE
392 )
393 from .funimation import FunimationIE
394 from .funk import FunkIE
395 from .fusion import FusionIE
396 from .fxnetworks import FXNetworksIE
397 from .gaia import GaiaIE
398 from .gameinformer import GameInformerIE
399 from .gamespot import GameSpotIE
400 from .gamestar import GameStarIE
401 from .gaskrank import GaskrankIE
402 from .gazeta import GazetaIE
403 from .gdcvault import GDCVaultIE
404 from .generic import GenericIE
405 from .gfycat import GfycatIE
406 from .giantbomb import GiantBombIE
407 from .giga import GigaIE
408 from .glide import GlideIE
409 from .globo import (
410     GloboIE,
411     GloboArticleIE,
412 )
413 from .go import GoIE
414 from .godtube import GodTubeIE
415 from .golem import GolemIE
416 from .googledrive import GoogleDriveIE
417 from .googleplus import GooglePlusIE
418 from .googlesearch import GoogleSearchIE
419 from .goshgay import GoshgayIE
420 from .gputechconf import GPUTechConfIE
421 from .groupon import GrouponIE
422 from .hbo import HBOIE
423 from .hearthisat import HearThisAtIE
424 from .heise import HeiseIE
425 from .hellporno import HellPornoIE
426 from .helsinki import HelsinkiIE
427 from .hentaistigma import HentaiStigmaIE
428 from .hgtv import HGTVComShowIE
429 from .hketv import HKETVIE
430 from .hidive import HiDiveIE
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 .hungama import (
449     HungamaIE,
450     HungamaSongIE,
451 )
452 from .hypem import HypemIE
453 from .ign import (
454     IGNIE,
455     OneUPIE,
456     PCMagIE,
457 )
458 from .imdb import (
459     ImdbIE,
460     ImdbListIE
461 )
462 from .imgur import (
463     ImgurIE,
464     ImgurAlbumIE,
465     ImgurGalleryIE,
466 )
467 from .ina import InaIE
468 from .inc import IncIE
469 from .indavideo import IndavideoEmbedIE
470 from .infoq import InfoQIE
471 from .instagram import (
472     InstagramIE,
473     InstagramUserIE,
474     InstagramTagIE,
475 )
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 (
482     ITVIE,
483     ITVBTCCIE,
484 )
485 from .ivi import (
486     IviIE,
487     IviCompilationIE
488 )
489 from .ivideon import IvideonIE
490 from .iwara import IwaraIE
491 from .izlesene import IzleseneIE
492 from .jamendo import (
493     JamendoIE,
494     JamendoAlbumIE,
495 )
496 from .jeuxvideo import JeuxVideoIE
497 from .jove import JoveIE
498 from .joj import JojIE
499 from .jwplatform import JWPlatformIE
500 from .jpopsukitv import JpopsukiIE
501 from .kakao import KakaoIE
502 from .kaltura import KalturaIE
503 from .kanalplay import KanalPlayIE
504 from .kankan import KankanIE
505 from .karaoketv import KaraoketvIE
506 from .karrierevideos import KarriereVideosIE
507 from .keezmovies import KeezMoviesIE
508 from .ketnet import KetnetIE
509 from .khanacademy import KhanAcademyIE
510 from .kickstarter import KickStarterIE
511 from .kinja import KinjaEmbedIE
512 from .kinopoisk import KinoPoiskIE
513 from .konserthusetplay import KonserthusetPlayIE
514 from .kontrtube import KontrTubeIE
515 from .krasview import KrasViewIE
516 from .ku6 import Ku6IE
517 from .kusi import KUSIIE
518 from .kuwo import (
519     KuwoIE,
520     KuwoAlbumIE,
521     KuwoChartIE,
522     KuwoSingerIE,
523     KuwoCategoryIE,
524     KuwoMvIE,
525 )
526 from .la7 import LA7IE
527 from .laola1tv import (
528     Laola1TvEmbedIE,
529     Laola1TvIE,
530     EHFTVIE,
531     ITTFIE,
532 )
533 from .lci import LCIIE
534 from .lcp import (
535     LcpPlayIE,
536     LcpIE,
537 )
538 from .lecture2go import Lecture2GoIE
539 from .lecturio import (
540     LecturioIE,
541     LecturioCourseIE,
542     LecturioDeCourseIE,
543 )
544 from .leeco import (
545     LeIE,
546     LePlaylistIE,
547     LetvCloudIE,
548 )
549 from .lego import LEGOIE
550 from .lemonde import LemondeIE
551 from .lenta import LentaIE
552 from .libraryofcongress import LibraryOfCongressIE
553 from .libsyn import LibsynIE
554 from .lifenews import (
555     LifeNewsIE,
556     LifeEmbedIE,
557 )
558 from .limelight import (
559     LimelightMediaIE,
560     LimelightChannelIE,
561     LimelightChannelListIE,
562 )
563 from .line import LineTVIE
564 from .linkedin import (
565     LinkedInLearningIE,
566     LinkedInLearningCourseIE,
567 )
568 from .linuxacademy import LinuxAcademyIE
569 from .litv import LiTVIE
570 from .livejournal import LiveJournalIE
571 from .liveleak import (
572     LiveLeakIE,
573     LiveLeakEmbedIE,
574 )
575 from .livestream import (
576     LivestreamIE,
577     LivestreamOriginalIE,
578     LivestreamShortenerIE,
579 )
580 from .lnkgo import LnkGoIE
581 from .localnews8 import LocalNews8IE
582 from .lovehomeporn import LoveHomePornIE
583 from .lrt import LRTIE
584 from .lynda import (
585     LyndaIE,
586     LyndaCourseIE
587 )
588 from .m6 import M6IE
589 from .mailru import (
590     MailRuIE,
591     MailRuMusicIE,
592     MailRuMusicSearchIE,
593 )
594 from .malltv import MallTVIE
595 from .mangomolo import (
596     MangomoloVideoIE,
597     MangomoloLiveIE,
598 )
599 from .manyvids import ManyVidsIE
600 from .markiza import (
601     MarkizaIE,
602     MarkizaPageIE,
603 )
604 from .massengeschmacktv import MassengeschmackTVIE
605 from .matchtv import MatchTVIE
606 from .mdr import MDRIE
607 from .mediaset import MediasetIE
608 from .mediasite import (
609     MediasiteIE,
610     MediasiteCatalogIE,
611     MediasiteNamedCatalogIE,
612 )
613 from .medici import MediciIE
614 from .megaphone import MegaphoneIE
615 from .meipai import MeipaiIE
616 from .melonvod import MelonVODIE
617 from .meta import METAIE
618 from .metacafe import MetacafeIE
619 from .metacritic import MetacriticIE
620 from .mgoon import MgoonIE
621 from .mgtv import MGTVIE
622 from .miaopai import MiaoPaiIE
623 from .microsoftvirtualacademy import (
624     MicrosoftVirtualAcademyIE,
625     MicrosoftVirtualAcademyCourseIE,
626 )
627 from .ministrygrid import MinistryGridIE
628 from .minoto import MinotoIE
629 from .miomio import MioMioIE
630 from .mit import TechTVMITIE, OCWMITIE
631 from .mitele import MiTeleIE
632 from .mixcloud import (
633     MixcloudIE,
634     MixcloudUserIE,
635     MixcloudPlaylistIE,
636 )
637 from .mlb import MLBIE
638 from .mnet import MnetIE
639 from .moevideo import MoeVideoIE
640 from .mofosex import MofosexIE
641 from .mojvideo import MojvideoIE
642 from .morningstar import MorningstarIE
643 from .motherless import (
644     MotherlessIE,
645     MotherlessGroupIE
646 )
647 from .motorsport import MotorsportIE
648 from .movieclips import MovieClipsIE
649 from .moviezine import MoviezineIE
650 from .movingimage import MovingImageIE
651 from .msn import MSNIE
652 from .mtv import (
653     MTVIE,
654     MTVVideoIE,
655     MTVServicesEmbeddedIE,
656     MTVDEIE,
657     MTVJapanIE,
658 )
659 from .muenchentv import MuenchenTVIE
660 from .mwave import MwaveIE, MwaveMeetGreetIE
661 from .mychannels import MyChannelsIE
662 from .myspace import MySpaceIE, MySpaceAlbumIE
663 from .myspass import MySpassIE
664 from .myvi import (
665     MyviIE,
666     MyviEmbedIE,
667 )
668 from .myvidster import MyVidsterIE
669 from .nationalgeographic import (
670     NationalGeographicVideoIE,
671     NationalGeographicTVIE,
672 )
673 from .naver import NaverIE
674 from .nba import NBAIE
675 from .nbc import (
676     CSNNEIE,
677     NBCIE,
678     NBCNewsIE,
679     NBCOlympicsIE,
680     NBCOlympicsStreamIE,
681     NBCSportsIE,
682     NBCSportsStreamIE,
683     NBCSportsVPlayerIE,
684 )
685 from .ndr import (
686     NDRIE,
687     NJoyIE,
688     NDREmbedBaseIE,
689     NDREmbedIE,
690     NJoyEmbedIE,
691 )
692 from .ndtv import NDTVIE
693 from .netzkino import NetzkinoIE
694 from .nerdcubed import NerdCubedFeedIE
695 from .neteasemusic import (
696     NetEaseMusicIE,
697     NetEaseMusicAlbumIE,
698     NetEaseMusicSingerIE,
699     NetEaseMusicListIE,
700     NetEaseMusicMvIE,
701     NetEaseMusicProgramIE,
702     NetEaseMusicDjRadioIE,
703 )
704 from .newgrounds import (
705     NewgroundsIE,
706     NewgroundsPlaylistIE,
707 )
708 from .newstube import NewstubeIE
709 from .nextmedia import (
710     NextMediaIE,
711     NextMediaActionNewsIE,
712     AppleDailyIE,
713     NextTVIE,
714 )
715 from .nexx import (
716     NexxIE,
717     NexxEmbedIE,
718 )
719 from .nfl import NFLIE
720 from .nhk import NhkVodIE
721 from .nhl import NHLIE
722 from .nick import (
723     NickIE,
724     NickBrIE,
725     NickDeIE,
726     NickNightIE,
727     NickRuIE,
728 )
729 from .niconico import NiconicoIE, NiconicoPlaylistIE
730 from .ninecninemedia import NineCNineMediaIE
731 from .ninegag import NineGagIE
732 from .ninenow import NineNowIE
733 from .nintendo import NintendoIE
734 from .njpwworld import NJPWWorldIE
735 from .nobelprize import NobelPrizeIE
736 from .noco import NocoIE
737 from .nonktube import NonkTubeIE
738 from .noovo import NoovoIE
739 from .normalboots import NormalbootsIE
740 from .nosvideo import NosVideoIE
741 from .nova import (
742     NovaEmbedIE,
743     NovaIE,
744 )
745 from .nowness import (
746     NownessIE,
747     NownessPlaylistIE,
748     NownessSeriesIE,
749 )
750 from .noz import NozIE
751 from .npo import (
752     AndereTijdenIE,
753     NPOIE,
754     NPOLiveIE,
755     NPORadioIE,
756     NPORadioFragmentIE,
757     SchoolTVIE,
758     HetKlokhuisIE,
759     VPROIE,
760     WNLIE,
761 )
762 from .npr import NprIE
763 from .nrk import (
764     NRKIE,
765     NRKPlaylistIE,
766     NRKSkoleIE,
767     NRKTVIE,
768     NRKTVDirekteIE,
769     NRKTVEpisodeIE,
770     NRKTVEpisodesIE,
771     NRKTVSeasonIE,
772     NRKTVSeriesIE,
773 )
774 from .nrl import NRLTVIE
775 from .ntvcojp import NTVCoJpCUIE
776 from .ntvde import NTVDeIE
777 from .ntvru import NTVRuIE
778 from .nytimes import (
779     NYTimesIE,
780     NYTimesArticleIE,
781 )
782 from .nuvid import NuvidIE
783 from .nzz import NZZIE
784 from .odatv import OdaTVIE
785 from .odnoklassniki import OdnoklassnikiIE
786 from .oktoberfesttv import OktoberfestTVIE
787 from .ondemandkorea import OnDemandKoreaIE
788 from .onet import (
789     OnetIE,
790     OnetChannelIE,
791     OnetMVPIE,
792     OnetPlIE,
793 )
794 from .onionstudios import OnionStudiosIE
795 from .ooyala import (
796     OoyalaIE,
797     OoyalaExternalIE,
798 )
799 from .ora import OraTVIE
800 from .orf import (
801     ORFTVthekIE,
802     ORFFM4IE,
803     ORFFM4StoryIE,
804     ORFOE1IE,
805     ORFIPTVIE,
806 )
807 from .outsidetv import OutsideTVIE
808 from .packtpub import (
809     PacktPubIE,
810     PacktPubCourseIE,
811 )
812 from .pandatv import PandaTVIE
813 from .pandoratv import PandoraTVIE
814 from .parliamentliveuk import ParliamentLiveUKIE
815 from .patreon import PatreonIE
816 from .pbs import PBSIE
817 from .pearvideo import PearVideoIE
818 from .peertube import PeerTubeIE
819 from .people import PeopleIE
820 from .performgroup import PerformGroupIE
821 from .periscope import (
822     PeriscopeIE,
823     PeriscopeUserIE,
824 )
825 from .philharmoniedeparis import PhilharmonieDeParisIE
826 from .phoenix import PhoenixIE
827 from .photobucket import PhotobucketIE
828 from .picarto import (
829     PicartoIE,
830     PicartoVodIE,
831 )
832 from .piksel import PikselIE
833 from .pinkbike import PinkbikeIE
834 from .pladform import PladformIE
835 from .platzi import (
836     PlatziIE,
837     PlatziCourseIE,
838 )
839 from .playfm import PlayFMIE
840 from .playplustv import PlayPlusTVIE
841 from .plays import PlaysTVIE
842 from .playtvak import PlaytvakIE
843 from .playvid import PlayvidIE
844 from .playwire import PlaywireIE
845 from .pluralsight import (
846     PluralsightIE,
847     PluralsightCourseIE,
848 )
849 from .podomatic import PodomaticIE
850 from .pokemon import PokemonIE
851 from .polskieradio import (
852     PolskieRadioIE,
853     PolskieRadioCategoryIE,
854 )
855 from .popcorntv import PopcornTVIE
856 from .porn91 import Porn91IE
857 from .porncom import PornComIE
858 from .pornhd import PornHdIE
859 from .pornhub import (
860     PornHubIE,
861     PornHubUserIE,
862     PornHubPagedVideoListIE,
863     PornHubUserVideosUploadIE,
864 )
865 from .pornotube import PornotubeIE
866 from .pornovoisines import PornoVoisinesIE
867 from .pornoxo import PornoXOIE
868 from .puhutv import (
869     PuhuTVIE,
870     PuhuTVSerieIE,
871 )
872 from .presstv import PressTVIE
873 from .prosiebensat1 import ProSiebenSat1IE
874 from .puls4 import Puls4IE
875 from .pyvideo import PyvideoIE
876 from .qqmusic import (
877     QQMusicIE,
878     QQMusicSingerIE,
879     QQMusicAlbumIE,
880     QQMusicToplistIE,
881     QQMusicPlaylistIE,
882 )
883 from .r7 import (
884     R7IE,
885     R7ArticleIE,
886 )
887 from .radiocanada import (
888     RadioCanadaIE,
889     RadioCanadaAudioVideoIE,
890 )
891 from .radiode import RadioDeIE
892 from .radiojavan import RadioJavanIE
893 from .radiobremen import RadioBremenIE
894 from .radiofrance import RadioFranceIE
895 from .rai import (
896     RaiPlayIE,
897     RaiPlayLiveIE,
898     RaiPlayPlaylistIE,
899     RaiIE,
900 )
901 from .raywenderlich import (
902     RayWenderlichIE,
903     RayWenderlichCourseIE,
904 )
905 from .rbmaradio import RBMARadioIE
906 from .rds import RDSIE
907 from .redbulltv import (
908     RedBullTVIE,
909     RedBullTVRrnContentIE,
910 )
911 from .reddit import (
912     RedditIE,
913     RedditRIE,
914 )
915 from .redtube import RedTubeIE
916 from .regiotv import RegioTVIE
917 from .rentv import (
918     RENTVIE,
919     RENTVArticleIE,
920 )
921 from .restudy import RestudyIE
922 from .reuters import ReutersIE
923 from .reverbnation import ReverbNationIE
924 from .rice import RICEIE
925 from .rmcdecouverte import RMCDecouverteIE
926 from .ro220 import Ro220IE
927 from .rockstargames import RockstarGamesIE
928 from .roosterteeth import RoosterTeethIE
929 from .rottentomatoes import RottenTomatoesIE
930 from .roxwel import RoxwelIE
931 from .rozhlas import RozhlasIE
932 from .rtbf import RTBFIE
933 from .rte import RteIE, RteRadioIE
934 from .rtlnl import RtlNlIE
935 from .rtl2 import (
936     RTL2IE,
937     RTL2YouIE,
938     RTL2YouSeriesIE,
939 )
940 from .rtp import RTPIE
941 from .rts import RTSIE
942 from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE, RTVELiveIE, RTVETelevisionIE
943 from .rtvnh import RTVNHIE
944 from .rtvs import RTVSIE
945 from .ruhd import RUHDIE
946 from .rutube import (
947     RutubeIE,
948     RutubeChannelIE,
949     RutubeEmbedIE,
950     RutubeMovieIE,
951     RutubePersonIE,
952     RutubePlaylistIE,
953 )
954 from .rutv import RUTVIE
955 from .ruutu import RuutuIE
956 from .ruv import RuvIE
957 from .safari import (
958     SafariIE,
959     SafariApiIE,
960     SafariCourseIE,
961 )
962 from .sapo import SapoIE
963 from .savefrom import SaveFromIE
964 from .sbs import SBSIE
965 from .screencast import ScreencastIE
966 from .screencastomatic import ScreencastOMaticIE
967 from .scrippsnetworks import ScrippsNetworksWatchIE
968 from .scte import (
969     SCTEIE,
970     SCTECourseIE,
971 )
972 from .seeker import SeekerIE
973 from .senateisvp import SenateISVPIE
974 from .sendtonews import SendtoNewsIE
975 from .servus import ServusIE
976 from .sevenplus import SevenPlusIE
977 from .sexu import SexuIE
978 from .seznamzpravy import (
979     SeznamZpravyIE,
980     SeznamZpravyArticleIE,
981 )
982 from .shahid import (
983     ShahidIE,
984     ShahidShowIE,
985 )
986 from .shared import (
987     SharedIE,
988     VivoIE,
989 )
990 from .showroomlive import ShowRoomLiveIE
991 from .sina import SinaIE
992 from .sixplay import SixPlayIE
993 from .skylinewebcams import SkylineWebcamsIE
994 from .skynewsarabia import (
995     SkyNewsArabiaIE,
996     SkyNewsArabiaArticleIE,
997 )
998 from .sky import (
999     SkyNewsIE,
1000     SkySportsIE,
1001 )
1002 from .slideshare import SlideshareIE
1003 from .slideslive import SlidesLiveIE
1004 from .slutload import SlutloadIE
1005 from .smotri import (
1006     SmotriIE,
1007     SmotriCommunityIE,
1008     SmotriUserIE,
1009     SmotriBroadcastIE,
1010 )
1011 from .snotr import SnotrIE
1012 from .sohu import SohuIE
1013 from .sonyliv import SonyLIVIE
1014 from .soundcloud import (
1015     SoundcloudEmbedIE,
1016     SoundcloudIE,
1017     SoundcloudSetIE,
1018     SoundcloudUserIE,
1019     SoundcloudTrackStationIE,
1020     SoundcloudPlaylistIE,
1021     SoundcloudSearchIE,
1022 )
1023 from .soundgasm import (
1024     SoundgasmIE,
1025     SoundgasmProfileIE
1026 )
1027 from .southpark import (
1028     SouthParkIE,
1029     SouthParkDeIE,
1030     SouthParkDkIE,
1031     SouthParkEsIE,
1032     SouthParkNlIE
1033 )
1034 from .spankbang import (
1035     SpankBangIE,
1036     SpankBangPlaylistIE,
1037 )
1038 from .spankwire import SpankwireIE
1039 from .spiegel import SpiegelIE, SpiegelArticleIE
1040 from .spiegeltv import SpiegeltvIE
1041 from .spike import (
1042     BellatorIE,
1043     ParamountNetworkIE,
1044 )
1045 from .stitcher import StitcherIE
1046 from .sport5 import Sport5IE
1047 from .sportbox import SportBoxIE
1048 from .sportdeutschland import SportDeutschlandIE
1049 from .springboardplatform import SpringboardPlatformIE
1050 from .sprout import SproutIE
1051 from .srgssr import (
1052     SRGSSRIE,
1053     SRGSSRPlayIE,
1054 )
1055 from .srmediathek import SRMediathekIE
1056 from .stanfordoc import StanfordOpenClassroomIE
1057 from .steam import SteamIE
1058 from .streamable import StreamableIE
1059 from .streamcloud import StreamcloudIE
1060 from .streamcz import StreamCZIE
1061 from .streetvoice import StreetVoiceIE
1062 from .stretchinternet import StretchInternetIE
1063 from .stv import STVPlayerIE
1064 from .sunporno import SunPornoIE
1065 from .sverigesradio import (
1066     SverigesRadioEpisodeIE,
1067     SverigesRadioPublicationIE,
1068 )
1069 from .svt import (
1070     SVTIE,
1071     SVTPageIE,
1072     SVTPlayIE,
1073     SVTSeriesIE,
1074 )
1075 from .swrmediathek import SWRMediathekIE
1076 from .syfy import SyfyIE
1077 from .sztvhu import SztvHuIE
1078 from .tagesschau import (
1079     TagesschauPlayerIE,
1080     TagesschauIE,
1081 )
1082 from .tass import TassIE
1083 from .tastytrade import TastyTradeIE
1084 from .tbs import TBSIE
1085 from .tdslifeway import TDSLifewayIE
1086 from .teachable import (
1087     TeachableIE,
1088     TeachableCourseIE,
1089 )
1090 from .teachertube import (
1091     TeacherTubeIE,
1092     TeacherTubeUserIE,
1093 )
1094 from .teachingchannel import TeachingChannelIE
1095 from .teamcoco import TeamcocoIE
1096 from .teamtreehouse import TeamTreeHouseIE
1097 from .techtalks import TechTalksIE
1098 from .ted import TEDIE
1099 from .tele5 import Tele5IE
1100 from .tele13 import Tele13IE
1101 from .telebruxelles import TeleBruxellesIE
1102 from .telecinco import TelecincoIE
1103 from .telegraaf import TelegraafIE
1104 from .telemb import TeleMBIE
1105 from .telequebec import (
1106     TeleQuebecIE,
1107     TeleQuebecSquatIE,
1108     TeleQuebecEmissionIE,
1109     TeleQuebecLiveIE,
1110 )
1111 from .teletask import TeleTaskIE
1112 from .telewebion import TelewebionIE
1113 from .tennistv import TennisTVIE
1114 from .tenplay import TenPlayIE
1115 from .testurl import TestURLIE
1116 from .tf1 import TF1IE
1117 from .tfo import TFOIE
1118 from .theintercept import TheInterceptIE
1119 from .theplatform import (
1120     ThePlatformIE,
1121     ThePlatformFeedIE,
1122 )
1123 from .thescene import TheSceneIE
1124 from .thestar import TheStarIE
1125 from .thesun import TheSunIE
1126 from .theweatherchannel import TheWeatherChannelIE
1127 from .thisamericanlife import ThisAmericanLifeIE
1128 from .thisav import ThisAVIE
1129 from .thisoldhouse import ThisOldHouseIE
1130 from .threeqsdn import ThreeQSDNIE
1131 from .tiktok import (
1132     TikTokIE,
1133     TikTokUserIE,
1134 )
1135 from .tinypic import TinyPicIE
1136 from .tmz import (
1137     TMZIE,
1138     TMZArticleIE,
1139 )
1140 from .tnaflix import (
1141     TNAFlixNetworkEmbedIE,
1142     TNAFlixIE,
1143     EMPFlixIE,
1144     MovieFapIE,
1145 )
1146 from .toggle import ToggleIE
1147 from .tonline import TOnlineIE
1148 from .toongoggles import ToonGogglesIE
1149 from .toutv import TouTvIE
1150 from .toypics import ToypicsUserIE, ToypicsIE
1151 from .traileraddict import TrailerAddictIE
1152 from .trilulilu import TriluliluIE
1153 from .trunews import TruNewsIE
1154 from .trutv import TruTVIE
1155 from .tube8 import Tube8IE
1156 from .tubitv import TubiTvIE
1157 from .tumblr import TumblrIE
1158 from .tunein import (
1159     TuneInClipIE,
1160     TuneInStationIE,
1161     TuneInProgramIE,
1162     TuneInTopicIE,
1163     TuneInShortenerIE,
1164 )
1165 from .tunepk import TunePkIE
1166 from .turbo import TurboIE
1167 from .tv2 import (
1168     TV2IE,
1169     TV2ArticleIE,
1170     KatsomoIE,
1171 )
1172 from .tv2dk import TV2DKIE
1173 from .tv2hu import TV2HuIE
1174 from .tv4 import TV4IE
1175 from .tv5mondeplus import TV5MondePlusIE
1176 from .tva import TVAIE
1177 from .tvanouvelles import (
1178     TVANouvellesIE,
1179     TVANouvellesArticleIE,
1180 )
1181 from .tvc import (
1182     TVCIE,
1183     TVCArticleIE,
1184 )
1185 from .tvigle import TvigleIE
1186 from .tvland import TVLandIE
1187 from .tvn24 import TVN24IE
1188 from .tvnet import TVNetIE
1189 from .tvnoe import TVNoeIE
1190 from .tvnow import (
1191     TVNowIE,
1192     TVNowNewIE,
1193     TVNowSeasonIE,
1194     TVNowAnnualIE,
1195     TVNowShowIE,
1196 )
1197 from .tvp import (
1198     TVPEmbedIE,
1199     TVPIE,
1200     TVPWebsiteIE,
1201 )
1202 from .tvplay import (
1203     TVPlayIE,
1204     ViafreeIE,
1205     TVPlayHomeIE,
1206 )
1207 from .tvplayer import TVPlayerIE
1208 from .tweakers import TweakersIE
1209 from .twentyfourvideo import TwentyFourVideoIE
1210 from .twentymin import TwentyMinutenIE
1211 from .twentythreevideo import TwentyThreeVideoIE
1212 from .twitcasting import TwitCastingIE
1213 from .twitch import (
1214     TwitchVideoIE,
1215     TwitchChapterIE,
1216     TwitchVodIE,
1217     TwitchProfileIE,
1218     TwitchAllVideosIE,
1219     TwitchUploadsIE,
1220     TwitchPastBroadcastsIE,
1221     TwitchHighlightsIE,
1222     TwitchStreamIE,
1223     TwitchClipsIE,
1224 )
1225 from .twitter import (
1226     TwitterCardIE,
1227     TwitterIE,
1228     TwitterAmplifyIE,
1229     TwitterBroadcastIE,
1230 )
1231 from .udemy import (
1232     UdemyIE,
1233     UdemyCourseIE
1234 )
1235 from .udn import UDNEmbedIE
1236 from .ufctv import (
1237     UFCTVIE,
1238     UFCArabiaIE,
1239 )
1240 from .uktvplay import UKTVPlayIE
1241 from .digiteka import DigitekaIE
1242 from .dlive import (
1243     DLiveVODIE,
1244     DLiveStreamIE,
1245 )
1246 from .umg import UMGDeIE
1247 from .unistra import UnistraIE
1248 from .unity import UnityIE
1249 from .uol import UOLIE
1250 from .uplynk import (
1251     UplynkIE,
1252     UplynkPreplayIE,
1253 )
1254 from .urort import UrortIE
1255 from .urplay import URPlayIE
1256 from .usanetwork import USANetworkIE
1257 from .usatoday import USATodayIE
1258 from .ustream import UstreamIE, UstreamChannelIE
1259 from .ustudio import (
1260     UstudioIE,
1261     UstudioEmbedIE,
1262 )
1263 from .varzesh3 import Varzesh3IE
1264 from .vbox7 import Vbox7IE
1265 from .veehd import VeeHDIE
1266 from .veoh import VeohIE
1267 from .vesti import VestiIE
1268 from .vevo import (
1269     VevoIE,
1270     VevoPlaylistIE,
1271 )
1272 from .vgtv import (
1273     BTArticleIE,
1274     BTVestlendingenIE,
1275     VGTVIE,
1276 )
1277 from .vh1 import VH1IE
1278 from .vice import (
1279     ViceIE,
1280     ViceArticleIE,
1281     ViceShowIE,
1282 )
1283 from .vidbit import VidbitIE
1284 from .viddler import ViddlerIE
1285 from .videa import VideaIE
1286 from .videodetective import VideoDetectiveIE
1287 from .videofyme import VideofyMeIE
1288 from .videomore import (
1289     VideomoreIE,
1290     VideomoreVideoIE,
1291     VideomoreSeasonIE,
1292 )
1293 from .videopress import VideoPressIE
1294 from .vidio import VidioIE
1295 from .vidlii import VidLiiIE
1296 from .vidme import (
1297     VidmeIE,
1298     VidmeUserIE,
1299     VidmeUserLikesIE,
1300 )
1301 from .vidzi import VidziIE
1302 from .vier import VierIE, VierVideosIE
1303 from .viewlift import (
1304     ViewLiftIE,
1305     ViewLiftEmbedIE,
1306 )
1307 from .viidea import ViideaIE
1308 from .vimeo import (
1309     VimeoIE,
1310     VimeoAlbumIE,
1311     VimeoChannelIE,
1312     VimeoGroupsIE,
1313     VimeoLikesIE,
1314     VimeoOndemandIE,
1315     VimeoReviewIE,
1316     VimeoUserIE,
1317     VimeoWatchLaterIE,
1318     VHXEmbedIE,
1319 )
1320 from .vimple import VimpleIE
1321 from .vine import (
1322     VineIE,
1323     VineUserIE,
1324 )
1325 from .viki import (
1326     VikiIE,
1327     VikiChannelIE,
1328 )
1329 from .viqeo import ViqeoIE
1330 from .viu import (
1331     ViuIE,
1332     ViuPlaylistIE,
1333     ViuOTTIE,
1334 )
1335 from .vk import (
1336     VKIE,
1337     VKUserVideosIE,
1338     VKWallPostIE,
1339 )
1340 from .vlive import (
1341     VLiveIE,
1342     VLiveChannelIE,
1343     VLivePlaylistIE
1344 )
1345 from .vodlocker import VodlockerIE
1346 from .vodpl import VODPlIE
1347 from .vodplatform import VODPlatformIE
1348 from .voicerepublic import VoiceRepublicIE
1349 from .voot import VootIE
1350 from .voxmedia import (
1351     VoxMediaVolumeIE,
1352     VoxMediaIE,
1353 )
1354 from .vrt import VRTIE
1355 from .vrak import VrakIE
1356 from .vrv import (
1357     VRVIE,
1358     VRVSeriesIE,
1359 )
1360 from .vshare import VShareIE
1361 from .medialaan import MedialaanIE
1362 from .vube import VubeIE
1363 from .vuclip import VuClipIE
1364 from .vvvvid import VVVVIDIE
1365 from .vyborymos import VyboryMosIE
1366 from .vzaar import VzaarIE
1367 from .wakanim import WakanimIE
1368 from .walla import WallaIE
1369 from .washingtonpost import (
1370     WashingtonPostIE,
1371     WashingtonPostArticleIE,
1372 )
1373 from .wat import WatIE
1374 from .watchbox import WatchBoxIE
1375 from .watchindianporn import WatchIndianPornIE
1376 from .wdr import (
1377     WDRIE,
1378     WDRPageIE,
1379     WDRElefantIE,
1380     WDRMobileIE,
1381 )
1382 from .webcaster import (
1383     WebcasterIE,
1384     WebcasterFeedIE,
1385 )
1386 from .webofstories import (
1387     WebOfStoriesIE,
1388     WebOfStoriesPlaylistIE,
1389 )
1390 from .weibo import (
1391     WeiboIE,
1392     WeiboMobileIE
1393 )
1394 from .weiqitv import WeiqiTVIE
1395 from .wistia import WistiaIE
1396 from .worldstarhiphop import WorldStarHipHopIE
1397 from .wsj import (
1398     WSJIE,
1399     WSJArticleIE,
1400 )
1401 from .wwe import WWEIE
1402 from .xbef import XBefIE
1403 from .xboxclips import XboxClipsIE
1404 from .xfileshare import XFileShareIE
1405 from .xhamster import (
1406     XHamsterIE,
1407     XHamsterEmbedIE,
1408     XHamsterUserIE,
1409 )
1410 from .xiami import (
1411     XiamiSongIE,
1412     XiamiAlbumIE,
1413     XiamiArtistIE,
1414     XiamiCollectionIE
1415 )
1416 from .ximalaya import (
1417     XimalayaIE,
1418     XimalayaAlbumIE
1419 )
1420 from .xminus import XMinusIE
1421 from .xnxx import XNXXIE
1422 from .xstream import XstreamIE
1423 from .xtube import XTubeUserIE, XTubeIE
1424 from .xuite import XuiteIE
1425 from .xvideos import XVideosIE
1426 from .xxxymovies import XXXYMoviesIE
1427 from .yahoo import (
1428     YahooIE,
1429     YahooSearchIE,
1430     YahooGyaOPlayerIE,
1431     YahooGyaOIE,
1432     YahooJapanNewsIE,
1433 )
1434 from .yandexdisk import YandexDiskIE
1435 from .yandexmusic import (
1436     YandexMusicTrackIE,
1437     YandexMusicAlbumIE,
1438     YandexMusicPlaylistIE,
1439 )
1440 from .yandexvideo import YandexVideoIE
1441 from .yapfiles import YapFilesIE
1442 from .yesjapan import YesJapanIE
1443 from .yinyuetai import YinYueTaiIE
1444 from .ynet import YnetIE
1445 from .youjizz import YouJizzIE
1446 from .youku import (
1447     YoukuIE,
1448     YoukuShowIE,
1449 )
1450 from .younow import (
1451     YouNowLiveIE,
1452     YouNowChannelIE,
1453     YouNowMomentIE,
1454 )
1455 from .youporn import YouPornIE
1456 from .yourporn import YourPornIE
1457 from .yourupload import YourUploadIE
1458 from .youtube import (
1459     YoutubeIE,
1460     YoutubeChannelIE,
1461     YoutubeFavouritesIE,
1462     YoutubeHistoryIE,
1463     YoutubeLiveIE,
1464     YoutubePlaylistIE,
1465     YoutubePlaylistsIE,
1466     YoutubeRecommendedIE,
1467     YoutubeSearchDateIE,
1468     YoutubeSearchIE,
1469     YoutubeSearchURLIE,
1470     YoutubeShowIE,
1471     YoutubeSubscriptionsIE,
1472     YoutubeTruncatedIDIE,
1473     YoutubeTruncatedURLIE,
1474     YoutubeUserIE,
1475     YoutubeWatchLaterIE,
1476 )
1477 from .zapiks import ZapiksIE
1478 from .zaq1 import Zaq1IE
1479 from .zattoo import (
1480     BBVTVIE,
1481     EinsUndEinsTVIE,
1482     EWETVIE,
1483     GlattvisionTVIE,
1484     MNetTVIE,
1485     MyVisionTVIE,
1486     NetPlusIE,
1487     OsnatelTVIE,
1488     QuantumTVIE,
1489     QuicklineIE,
1490     QuicklineLiveIE,
1491     SaltTVIE,
1492     SAKTVIE,
1493     VTXTVIE,
1494     WalyTVIE,
1495     ZattooIE,
1496     ZattooLiveIE,
1497 )
1498 from .zdf import ZDFIE, ZDFChannelIE
1499 from .zingmp3 import ZingMp3IE
1500 from .zype import ZypeIE