[openload] remove OpenLoad related extractors(closes #11999)(closes #15406)
[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     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 .anvato import AnvatoIE
42 from .aol import AolIE
43 from .allocine import AllocineIE
44 from .aliexpress import AliExpressLiveIE
45 from .apa import APAIE
46 from .aparat import AparatIE
47 from .appleconnect import AppleConnectIE
48 from .appletrailers import (
49     AppleTrailersIE,
50     AppleTrailersSectionIE,
51 )
52 from .archiveorg import ArchiveOrgIE
53 from .arkena import ArkenaIE
54 from .ard import (
55     ARDBetaMediathekIE,
56     ARDIE,
57     ARDMediathekIE,
58 )
59 from .arte import (
60     ArteTVPlus7IE,
61     ArteTVEmbedIE,
62     ArteTVPlaylistIE,
63 )
64 from .asiancrush import (
65     AsianCrushIE,
66     AsianCrushPlaylistIE,
67 )
68 from .atresplayer import AtresPlayerIE
69 from .atttechchannel import ATTTechChannelIE
70 from .atvat import ATVAtIE
71 from .audimedia import AudiMediaIE
72 from .audioboom import AudioBoomIE
73 from .audiomack import AudiomackIE, AudiomackAlbumIE
74 from .awaan import (
75     AWAANIE,
76     AWAANVideoIE,
77     AWAANLiveIE,
78     AWAANSeasonIE,
79 )
80 from .azmedien import AZMedienIE
81 from .baidu import BaiduVideoIE
82 from .bandcamp import BandcampIE, BandcampAlbumIE, BandcampWeeklyIE
83 from .bbc import (
84     BBCCoUkIE,
85     BBCCoUkArticleIE,
86     BBCCoUkIPlayerPlaylistIE,
87     BBCCoUkPlaylistIE,
88     BBCIE,
89 )
90 from .beampro import (
91     BeamProLiveIE,
92     BeamProVodIE,
93 )
94 from .beeg import BeegIE
95 from .behindkink import BehindKinkIE
96 from .bellmedia import BellMediaIE
97 from .beatport import BeatportIE
98 from .bet import BetIE
99 from .bfi import BFIPlayerIE
100 from .bigflix import BigflixIE
101 from .bild import BildIE
102 from .bilibili import (
103     BiliBiliIE,
104     BiliBiliBangumiIE,
105     BilibiliAudioIE,
106     BilibiliAudioAlbumIE,
107 )
108 from .biobiochiletv import BioBioChileTVIE
109 from .bitchute import (
110     BitChuteIE,
111     BitChuteChannelIE,
112 )
113 from .biqle import BIQLEIE
114 from .bleacherreport import (
115     BleacherReportIE,
116     BleacherReportCMSIE,
117 )
118 from .blinkx import BlinkxIE
119 from .bloomberg import BloombergIE
120 from .bokecc import BokeCCIE
121 from .bostonglobe import BostonGlobeIE
122 from .bpb import BpbIE
123 from .br import (
124     BRIE,
125     BRMediathekIE,
126 )
127 from .bravotv import BravoTVIE
128 from .breakcom import BreakIE
129 from .brightcove import (
130     BrightcoveLegacyIE,
131     BrightcoveNewIE,
132 )
133 from .businessinsider import BusinessInsiderIE
134 from .buzzfeed import BuzzFeedIE
135 from .byutv import BYUtvIE
136 from .c56 import C56IE
137 from .camdemy import (
138     CamdemyIE,
139     CamdemyFolderIE
140 )
141 from .cammodels import CamModelsIE
142 from .camtube import CamTubeIE
143 from .camwithher import CamWithHerIE
144 from .canalplus import CanalplusIE
145 from .canalc2 import Canalc2IE
146 from .canvas import (
147     CanvasIE,
148     CanvasEenIE,
149     VrtNUIE,
150 )
151 from .carambatv import (
152     CarambaTVIE,
153     CarambaTVPageIE,
154 )
155 from .cartoonnetwork import CartoonNetworkIE
156 from .cbc import (
157     CBCIE,
158     CBCPlayerIE,
159     CBCWatchVideoIE,
160     CBCWatchIE,
161     CBCOlympicsIE,
162 )
163 from .cbs import CBSIE
164 from .cbslocal import CBSLocalIE
165 from .cbsinteractive import CBSInteractiveIE
166 from .cbsnews import (
167     CBSNewsEmbedIE,
168     CBSNewsIE,
169     CBSNewsLiveVideoIE,
170 )
171 from .cbssports import CBSSportsIE
172 from .ccc import (
173     CCCIE,
174     CCCPlaylistIE,
175 )
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 .cinemax import CinemaxIE
193 from .ciscolive import (
194     CiscoLiveSessionIE,
195     CiscoLiveSearchIE,
196 )
197 from .cjsw import CJSWIE
198 from .cliphunter import CliphunterIE
199 from .clippit import ClippitIE
200 from .cliprs import ClipRsIE
201 from .clipsyndicate import ClipsyndicateIE
202 from .closertotruth import CloserToTruthIE
203 from .cloudflarestream import CloudflareStreamIE
204 from .cloudy import CloudyIE
205 from .clubic import ClubicIE
206 from .clyp import ClypIE
207 from .cmt import CMTIE
208 from .cnbc import (
209     CNBCIE,
210     CNBCVideoIE,
211 )
212 from .cnn import (
213     CNNIE,
214     CNNBlogsIE,
215     CNNArticleIE,
216 )
217 from .coub import CoubIE
218 from .comedycentral import (
219     ComedyCentralFullEpisodesIE,
220     ComedyCentralIE,
221     ComedyCentralShortnameIE,
222     ComedyCentralTVIE,
223     ToshIE,
224 )
225 from .commonmistakes import CommonMistakesIE, UnicodeBOMIE
226 from .commonprotocols import (
227     MmsIE,
228     RtmpIE,
229 )
230 from .condenast import CondeNastIE
231 from .contv import CONtvIE
232 from .corus import CorusIE
233 from .cracked import CrackedIE
234 from .crackle import CrackleIE
235 from .crooksandliars import CrooksAndLiarsIE
236 from .crunchyroll import (
237     CrunchyrollIE,
238     CrunchyrollShowPlaylistIE
239 )
240 from .cspan import CSpanIE
241 from .ctsnews import CtsNewsIE
242 from .ctvnews import CTVNewsIE
243 from .cultureunplugged import CultureUnpluggedIE
244 from .curiositystream import (
245     CuriosityStreamIE,
246     CuriosityStreamCollectionIE,
247 )
248 from .cwtv import CWTVIE
249 from .dailymail import DailyMailIE
250 from .dailymotion import (
251     DailymotionIE,
252     DailymotionPlaylistIE,
253     DailymotionUserIE,
254 )
255 from .daum import (
256     DaumIE,
257     DaumClipIE,
258     DaumPlaylistIE,
259     DaumUserIE,
260 )
261 from .dbtv import DBTVIE
262 from .dctp import DctpTvIE
263 from .deezer import DeezerPlaylistIE
264 from .democracynow import DemocracynowIE
265 from .dfb import DFBIE
266 from .dhm import DHMIE
267 from .digg import DiggIE
268 from .dotsub import DotsubIE
269 from .douyutv import (
270     DouyuShowIE,
271     DouyuTVIE,
272 )
273 from .dplay import DPlayIE
274 from .dreisat import DreiSatIE
275 from .drbonanza import DRBonanzaIE
276 from .drtuber import DrTuberIE
277 from .drtv import (
278     DRTVIE,
279     DRTVLiveIE,
280 )
281 from .dtube import DTubeIE
282 from .dvtv import DVTVIE
283 from .dumpert import DumpertIE
284 from .defense import DefenseGouvFrIE
285 from .discovery import DiscoveryIE
286 from .discoverygo import (
287     DiscoveryGoIE,
288     DiscoveryGoPlaylistIE,
289 )
290 from .discoverynetworks import DiscoveryNetworksDeIE
291 from .discoveryvr import DiscoveryVRIE
292 from .disney import DisneyIE
293 from .dispeak import DigitallySpeakingIE
294 from .dropbox import DropboxIE
295 from .dw import (
296     DWIE,
297     DWArticleIE,
298 )
299 from .eagleplatform import EaglePlatformIE
300 from .ebaumsworld import EbaumsWorldIE
301 from .echomsk import EchoMskIE
302 from .egghead import (
303     EggheadCourseIE,
304     EggheadLessonIE,
305 )
306 from .ehow import EHowIE
307 from .eighttracks import EightTracksIE
308 from .einthusan import EinthusanIE
309 from .eitb import EitbIE
310 from .ellentube import (
311     EllenTubeIE,
312     EllenTubeVideoIE,
313     EllenTubePlaylistIE,
314 )
315 from .elpais import ElPaisIE
316 from .embedly import EmbedlyIE
317 from .engadget import EngadgetIE
318 from .eporner import EpornerIE
319 from .eroprofile import EroProfileIE
320 from .escapist import EscapistIE
321 from .espn import (
322     ESPNIE,
323     ESPNArticleIE,
324     FiveThirtyEightIE,
325 )
326 from .esri import EsriVideoIE
327 from .europa import EuropaIE
328 from .everyonesmixtape import EveryonesMixtapeIE
329 from .expotv import ExpoTVIE
330 from .expressen import ExpressenIE
331 from .extremetube import ExtremeTubeIE
332 from .eyedotv import EyedoTVIE
333 from .facebook import (
334     FacebookIE,
335     FacebookPluginsVideoIE,
336 )
337 from .faz import FazIE
338 from .fc2 import (
339     FC2IE,
340     FC2EmbedIE,
341 )
342 from .fczenit import FczenitIE
343 from .filmon import (
344     FilmOnIE,
345     FilmOnChannelIE,
346 )
347 from .filmweb import FilmwebIE
348 from .firsttv import FirstTVIE
349 from .fivemin import FiveMinIE
350 from .fivetv import FiveTVIE
351 from .flickr import FlickrIE
352 from .folketinget import FolketingetIE
353 from .footyroom import FootyRoomIE
354 from .formula1 import Formula1IE
355 from .fourtube import (
356     FourTubeIE,
357     PornTubeIE,
358     PornerBrosIE,
359     FuxIE,
360 )
361 from .fox import FOXIE
362 from .fox9 import (
363     FOX9IE,
364     FOX9NewsIE,
365 )
366 from .foxgay import FoxgayIE
367 from .foxnews import (
368     FoxNewsIE,
369     FoxNewsArticleIE,
370 )
371 from .foxsports import FoxSportsIE
372 from .franceculture import FranceCultureIE
373 from .franceinter import FranceInterIE
374 from .francetv import (
375     FranceTVIE,
376     FranceTVSiteIE,
377     FranceTVEmbedIE,
378     FranceTVInfoIE,
379     FranceTVInfoSportIE,
380     FranceTVJeunesseIE,
381     GenerationWhatIE,
382     CultureboxIE,
383 )
384 from .freesound import FreesoundIE
385 from .freespeech import FreespeechIE
386 from .freshlive import FreshLiveIE
387 from .frontendmasters import (
388     FrontendMastersIE,
389     FrontendMastersLessonIE,
390     FrontendMastersCourseIE
391 )
392 from .funimation import FunimationIE
393 from .funk import FunkIE
394 from .fusion import FusionIE
395 from .fxnetworks import FXNetworksIE
396 from .gaia import GaiaIE
397 from .gameinformer import GameInformerIE
398 from .gamespot import GameSpotIE
399 from .gamestar import GameStarIE
400 from .gaskrank import GaskrankIE
401 from .gazeta import GazetaIE
402 from .gdcvault import GDCVaultIE
403 from .generic import GenericIE
404 from .gfycat import GfycatIE
405 from .giantbomb import GiantBombIE
406 from .giga import GigaIE
407 from .glide import GlideIE
408 from .globo import (
409     GloboIE,
410     GloboArticleIE,
411 )
412 from .go import GoIE
413 from .godtube import GodTubeIE
414 from .golem import GolemIE
415 from .googledrive import GoogleDriveIE
416 from .googleplus import GooglePlusIE
417 from .googlesearch import GoogleSearchIE
418 from .goshgay import GoshgayIE
419 from .gputechconf import GPUTechConfIE
420 from .groupon import GrouponIE
421 from .hbo import HBOIE
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 .hketv import HKETVIE
429 from .hidive import HiDiveIE
430 from .historicfilms import HistoricFilmsIE
431 from .hitbox import HitboxIE, HitboxLiveIE
432 from .hitrecord import HitRecordIE
433 from .hornbunny import HornBunnyIE
434 from .hotnewhiphop import HotNewHipHopIE
435 from .hotstar import (
436     HotStarIE,
437     HotStarPlaylistIE,
438 )
439 from .howcast import HowcastIE
440 from .howstuffworks import HowStuffWorksIE
441 from .hrti import (
442     HRTiIE,
443     HRTiPlaylistIE,
444 )
445 from .huajiao import HuajiaoIE
446 from .huffpost import HuffPostIE
447 from .hungama import (
448     HungamaIE,
449     HungamaSongIE,
450 )
451 from .hypem import HypemIE
452 from .ign import (
453     IGNIE,
454     OneUPIE,
455     PCMagIE,
456 )
457 from .imdb import (
458     ImdbIE,
459     ImdbListIE
460 )
461 from .imgur import (
462     ImgurIE,
463     ImgurAlbumIE,
464     ImgurGalleryIE,
465 )
466 from .ina import InaIE
467 from .inc import IncIE
468 from .indavideo import IndavideoEmbedIE
469 from .infoq import InfoQIE
470 from .instagram import (
471     InstagramIE,
472     InstagramUserIE,
473     InstagramTagIE,
474 )
475 from .internazionale import InternazionaleIE
476 from .internetvideoarchive import InternetVideoArchiveIE
477 from .iprima import IPrimaIE
478 from .iqiyi import IqiyiIE
479 from .ir90tv import Ir90TvIE
480 from .itv import (
481     ITVIE,
482     ITVBTCCIE,
483 )
484 from .ivi import (
485     IviIE,
486     IviCompilationIE
487 )
488 from .ivideon import IvideonIE
489 from .iwara import IwaraIE
490 from .izlesene import IzleseneIE
491 from .jamendo import (
492     JamendoIE,
493     JamendoAlbumIE,
494 )
495 from .jeuxvideo import JeuxVideoIE
496 from .jove import JoveIE
497 from .joj import JojIE
498 from .jwplatform import JWPlatformIE
499 from .jpopsukitv import JpopsukiIE
500 from .kakao import KakaoIE
501 from .kaltura import KalturaIE
502 from .kanalplay import KanalPlayIE
503 from .kankan import KankanIE
504 from .karaoketv import KaraoketvIE
505 from .karrierevideos import KarriereVideosIE
506 from .keezmovies import KeezMoviesIE
507 from .ketnet import KetnetIE
508 from .khanacademy import KhanAcademyIE
509 from .kickstarter import KickStarterIE
510 from .kinja import KinjaEmbedIE
511 from .kinopoisk import KinoPoiskIE
512 from .konserthusetplay import KonserthusetPlayIE
513 from .kontrtube import KontrTubeIE
514 from .krasview import KrasViewIE
515 from .ku6 import Ku6IE
516 from .kusi import KUSIIE
517 from .kuwo import (
518     KuwoIE,
519     KuwoAlbumIE,
520     KuwoChartIE,
521     KuwoSingerIE,
522     KuwoCategoryIE,
523     KuwoMvIE,
524 )
525 from .la7 import LA7IE
526 from .laola1tv import (
527     Laola1TvEmbedIE,
528     Laola1TvIE,
529     EHFTVIE,
530     ITTFIE,
531 )
532 from .lci import LCIIE
533 from .lcp import (
534     LcpPlayIE,
535     LcpIE,
536 )
537 from .lecture2go import Lecture2GoIE
538 from .lecturio import (
539     LecturioIE,
540     LecturioCourseIE,
541     LecturioDeCourseIE,
542 )
543 from .leeco import (
544     LeIE,
545     LePlaylistIE,
546     LetvCloudIE,
547 )
548 from .lego import LEGOIE
549 from .lemonde import LemondeIE
550 from .lenta import LentaIE
551 from .libraryofcongress import LibraryOfCongressIE
552 from .libsyn import LibsynIE
553 from .lifenews import (
554     LifeNewsIE,
555     LifeEmbedIE,
556 )
557 from .limelight import (
558     LimelightMediaIE,
559     LimelightChannelIE,
560     LimelightChannelListIE,
561 )
562 from .line import LineTVIE
563 from .linkedin import (
564     LinkedInLearningIE,
565     LinkedInLearningCourseIE,
566 )
567 from .linuxacademy import LinuxAcademyIE
568 from .litv import LiTVIE
569 from .livejournal import LiveJournalIE
570 from .liveleak import (
571     LiveLeakIE,
572     LiveLeakEmbedIE,
573 )
574 from .livestream import (
575     LivestreamIE,
576     LivestreamOriginalIE,
577     LivestreamShortenerIE,
578 )
579 from .lnkgo import LnkGoIE
580 from .localnews8 import LocalNews8IE
581 from .lovehomeporn import LoveHomePornIE
582 from .lrt import LRTIE
583 from .lynda import (
584     LyndaIE,
585     LyndaCourseIE
586 )
587 from .m6 import M6IE
588 from .mailru import (
589     MailRuIE,
590     MailRuMusicIE,
591     MailRuMusicSearchIE,
592 )
593 from .malltv import MallTVIE
594 from .mangomolo import (
595     MangomoloVideoIE,
596     MangomoloLiveIE,
597 )
598 from .manyvids import ManyVidsIE
599 from .markiza import (
600     MarkizaIE,
601     MarkizaPageIE,
602 )
603 from .massengeschmacktv import MassengeschmackTVIE
604 from .matchtv import MatchTVIE
605 from .mdr import MDRIE
606 from .mediaset import MediasetIE
607 from .mediasite import (
608     MediasiteIE,
609     MediasiteCatalogIE,
610     MediasiteNamedCatalogIE,
611 )
612 from .medici import MediciIE
613 from .megaphone import MegaphoneIE
614 from .meipai import MeipaiIE
615 from .melonvod import MelonVODIE
616 from .meta import METAIE
617 from .metacafe import MetacafeIE
618 from .metacritic import MetacriticIE
619 from .mgoon import MgoonIE
620 from .mgtv import MGTVIE
621 from .miaopai import MiaoPaiIE
622 from .microsoftvirtualacademy import (
623     MicrosoftVirtualAcademyIE,
624     MicrosoftVirtualAcademyCourseIE,
625 )
626 from .ministrygrid import MinistryGridIE
627 from .minoto import MinotoIE
628 from .miomio import MioMioIE
629 from .mit import TechTVMITIE, OCWMITIE
630 from .mitele import MiTeleIE
631 from .mixcloud import (
632     MixcloudIE,
633     MixcloudUserIE,
634     MixcloudPlaylistIE,
635 )
636 from .mlb import MLBIE
637 from .mnet import MnetIE
638 from .moevideo import MoeVideoIE
639 from .mofosex import MofosexIE
640 from .mojvideo import MojvideoIE
641 from .morningstar import MorningstarIE
642 from .motherless import (
643     MotherlessIE,
644     MotherlessGroupIE
645 )
646 from .motorsport import MotorsportIE
647 from .movieclips import MovieClipsIE
648 from .moviezine import MoviezineIE
649 from .movingimage import MovingImageIE
650 from .msn import MSNIE
651 from .mtv import (
652     MTVIE,
653     MTVVideoIE,
654     MTVServicesEmbeddedIE,
655     MTVDEIE,
656     MTVJapanIE,
657 )
658 from .muenchentv import MuenchenTVIE
659 from .musicplayon import MusicPlayOnIE
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 )
1171 from .tv2dk import TV2DKIE
1172 from .tv2hu import TV2HuIE
1173 from .tv4 import TV4IE
1174 from .tv5mondeplus import TV5MondePlusIE
1175 from .tva import TVAIE
1176 from .tvanouvelles import (
1177     TVANouvellesIE,
1178     TVANouvellesArticleIE,
1179 )
1180 from .tvc import (
1181     TVCIE,
1182     TVCArticleIE,
1183 )
1184 from .tvigle import TvigleIE
1185 from .tvland import TVLandIE
1186 from .tvn24 import TVN24IE
1187 from .tvnet import TVNetIE
1188 from .tvnoe import TVNoeIE
1189 from .tvnow import (
1190     TVNowIE,
1191     TVNowNewIE,
1192     TVNowSeasonIE,
1193     TVNowAnnualIE,
1194     TVNowShowIE,
1195 )
1196 from .tvp import (
1197     TVPEmbedIE,
1198     TVPIE,
1199     TVPWebsiteIE,
1200 )
1201 from .tvplay import (
1202     TVPlayIE,
1203     ViafreeIE,
1204     TVPlayHomeIE,
1205 )
1206 from .tvplayer import TVPlayerIE
1207 from .tweakers import TweakersIE
1208 from .twentyfourvideo import TwentyFourVideoIE
1209 from .twentymin import TwentyMinutenIE
1210 from .twentythreevideo import TwentyThreeVideoIE
1211 from .twitcasting import TwitCastingIE
1212 from .twitch import (
1213     TwitchVideoIE,
1214     TwitchChapterIE,
1215     TwitchVodIE,
1216     TwitchProfileIE,
1217     TwitchAllVideosIE,
1218     TwitchUploadsIE,
1219     TwitchPastBroadcastsIE,
1220     TwitchHighlightsIE,
1221     TwitchStreamIE,
1222     TwitchClipsIE,
1223 )
1224 from .twitter import (
1225     TwitterCardIE,
1226     TwitterIE,
1227     TwitterAmplifyIE,
1228     TwitterBroadcastIE,
1229 )
1230 from .udemy import (
1231     UdemyIE,
1232     UdemyCourseIE
1233 )
1234 from .udn import UDNEmbedIE
1235 from .ufctv import UFCTVIE
1236 from .uktvplay import UKTVPlayIE
1237 from .digiteka import DigitekaIE
1238 from .dlive import (
1239     DLiveVODIE,
1240     DLiveStreamIE,
1241 )
1242 from .umg import UMGDeIE
1243 from .unistra import UnistraIE
1244 from .unity import UnityIE
1245 from .uol import UOLIE
1246 from .uplynk import (
1247     UplynkIE,
1248     UplynkPreplayIE,
1249 )
1250 from .urort import UrortIE
1251 from .urplay import URPlayIE
1252 from .usanetwork import USANetworkIE
1253 from .usatoday import USATodayIE
1254 from .ustream import UstreamIE, UstreamChannelIE
1255 from .ustudio import (
1256     UstudioIE,
1257     UstudioEmbedIE,
1258 )
1259 from .varzesh3 import Varzesh3IE
1260 from .vbox7 import Vbox7IE
1261 from .veehd import VeeHDIE
1262 from .veoh import VeohIE
1263 from .vesti import VestiIE
1264 from .vevo import (
1265     VevoIE,
1266     VevoPlaylistIE,
1267 )
1268 from .vgtv import (
1269     BTArticleIE,
1270     BTVestlendingenIE,
1271     VGTVIE,
1272 )
1273 from .vh1 import VH1IE
1274 from .vice import (
1275     ViceIE,
1276     ViceArticleIE,
1277     ViceShowIE,
1278 )
1279 from .vidbit import VidbitIE
1280 from .viddler import ViddlerIE
1281 from .videa import VideaIE
1282 from .videodetective import VideoDetectiveIE
1283 from .videofyme import VideofyMeIE
1284 from .videomore import (
1285     VideomoreIE,
1286     VideomoreVideoIE,
1287     VideomoreSeasonIE,
1288 )
1289 from .videopremium import VideoPremiumIE
1290 from .videopress import VideoPressIE
1291 from .vidio import VidioIE
1292 from .vidlii import VidLiiIE
1293 from .vidme import (
1294     VidmeIE,
1295     VidmeUserIE,
1296     VidmeUserLikesIE,
1297 )
1298 from .vidzi import VidziIE
1299 from .vier import VierIE, VierVideosIE
1300 from .viewlift import (
1301     ViewLiftIE,
1302     ViewLiftEmbedIE,
1303 )
1304 from .viidea import ViideaIE
1305 from .vimeo import (
1306     VimeoIE,
1307     VimeoAlbumIE,
1308     VimeoChannelIE,
1309     VimeoGroupsIE,
1310     VimeoLikesIE,
1311     VimeoOndemandIE,
1312     VimeoReviewIE,
1313     VimeoUserIE,
1314     VimeoWatchLaterIE,
1315     VHXEmbedIE,
1316 )
1317 from .vimple import VimpleIE
1318 from .vine import (
1319     VineIE,
1320     VineUserIE,
1321 )
1322 from .viki import (
1323     VikiIE,
1324     VikiChannelIE,
1325 )
1326 from .viqeo import ViqeoIE
1327 from .viu import (
1328     ViuIE,
1329     ViuPlaylistIE,
1330     ViuOTTIE,
1331 )
1332 from .vk import (
1333     VKIE,
1334     VKUserVideosIE,
1335     VKWallPostIE,
1336 )
1337 from .vlive import (
1338     VLiveIE,
1339     VLiveChannelIE,
1340     VLivePlaylistIE
1341 )
1342 from .vodlocker import VodlockerIE
1343 from .vodpl import VODPlIE
1344 from .vodplatform import VODPlatformIE
1345 from .voicerepublic import VoiceRepublicIE
1346 from .voot import VootIE
1347 from .voxmedia import (
1348     VoxMediaVolumeIE,
1349     VoxMediaIE,
1350 )
1351 from .vrt import VRTIE
1352 from .vrak import VrakIE
1353 from .vrv import (
1354     VRVIE,
1355     VRVSeriesIE,
1356 )
1357 from .vshare import VShareIE
1358 from .medialaan import MedialaanIE
1359 from .vube import VubeIE
1360 from .vuclip import VuClipIE
1361 from .vvvvid import VVVVIDIE
1362 from .vyborymos import VyboryMosIE
1363 from .vzaar import VzaarIE
1364 from .wakanim import WakanimIE
1365 from .walla import WallaIE
1366 from .washingtonpost import (
1367     WashingtonPostIE,
1368     WashingtonPostArticleIE,
1369 )
1370 from .wat import WatIE
1371 from .watchbox import WatchBoxIE
1372 from .watchindianporn import WatchIndianPornIE
1373 from .wdr import (
1374     WDRIE,
1375     WDRPageIE,
1376     WDRElefantIE,
1377     WDRMobileIE,
1378 )
1379 from .webcaster import (
1380     WebcasterIE,
1381     WebcasterFeedIE,
1382 )
1383 from .webofstories import (
1384     WebOfStoriesIE,
1385     WebOfStoriesPlaylistIE,
1386 )
1387 from .weibo import (
1388     WeiboIE,
1389     WeiboMobileIE
1390 )
1391 from .weiqitv import WeiqiTVIE
1392 from .wistia import WistiaIE
1393 from .worldstarhiphop import WorldStarHipHopIE
1394 from .wsj import (
1395     WSJIE,
1396     WSJArticleIE,
1397 )
1398 from .wwe import WWEIE
1399 from .xbef import XBefIE
1400 from .xboxclips import XboxClipsIE
1401 from .xfileshare import XFileShareIE
1402 from .xhamster import (
1403     XHamsterIE,
1404     XHamsterEmbedIE,
1405     XHamsterUserIE,
1406 )
1407 from .xiami import (
1408     XiamiSongIE,
1409     XiamiAlbumIE,
1410     XiamiArtistIE,
1411     XiamiCollectionIE
1412 )
1413 from .ximalaya import (
1414     XimalayaIE,
1415     XimalayaAlbumIE
1416 )
1417 from .xminus import XMinusIE
1418 from .xnxx import XNXXIE
1419 from .xstream import XstreamIE
1420 from .xtube import XTubeUserIE, XTubeIE
1421 from .xuite import XuiteIE
1422 from .xvideos import XVideosIE
1423 from .xxxymovies import XXXYMoviesIE
1424 from .yahoo import (
1425     YahooIE,
1426     YahooSearchIE,
1427     YahooGyaOPlayerIE,
1428     YahooGyaOIE,
1429     YahooJapanNewsIE,
1430 )
1431 from .yandexdisk import YandexDiskIE
1432 from .yandexmusic import (
1433     YandexMusicTrackIE,
1434     YandexMusicAlbumIE,
1435     YandexMusicPlaylistIE,
1436 )
1437 from .yandexvideo import YandexVideoIE
1438 from .yapfiles import YapFilesIE
1439 from .yesjapan import YesJapanIE
1440 from .yinyuetai import YinYueTaiIE
1441 from .ynet import YnetIE
1442 from .youjizz import YouJizzIE
1443 from .youku import (
1444     YoukuIE,
1445     YoukuShowIE,
1446 )
1447 from .younow import (
1448     YouNowLiveIE,
1449     YouNowChannelIE,
1450     YouNowMomentIE,
1451 )
1452 from .youporn import YouPornIE
1453 from .yourporn import YourPornIE
1454 from .yourupload import YourUploadIE
1455 from .youtube import (
1456     YoutubeIE,
1457     YoutubeChannelIE,
1458     YoutubeFavouritesIE,
1459     YoutubeHistoryIE,
1460     YoutubeLiveIE,
1461     YoutubePlaylistIE,
1462     YoutubePlaylistsIE,
1463     YoutubeRecommendedIE,
1464     YoutubeSearchDateIE,
1465     YoutubeSearchIE,
1466     YoutubeSearchURLIE,
1467     YoutubeShowIE,
1468     YoutubeSubscriptionsIE,
1469     YoutubeTruncatedIDIE,
1470     YoutubeTruncatedURLIE,
1471     YoutubeUserIE,
1472     YoutubeWatchLaterIE,
1473 )
1474 from .zapiks import ZapiksIE
1475 from .zaq1 import Zaq1IE
1476 from .zattoo import (
1477     BBVTVIE,
1478     EinsUndEinsTVIE,
1479     EWETVIE,
1480     GlattvisionTVIE,
1481     MNetTVIE,
1482     MyVisionTVIE,
1483     NetPlusIE,
1484     OsnatelTVIE,
1485     QuantumTVIE,
1486     QuicklineIE,
1487     QuicklineLiveIE,
1488     SaltTVIE,
1489     SAKTVIE,
1490     VTXTVIE,
1491     WalyTVIE,
1492     ZattooIE,
1493     ZattooLiveIE,
1494 )
1495 from .zdf import ZDFIE, ZDFChannelIE
1496 from .zingmp3 import ZingMp3IE
1497 from .zype import ZypeIE