[extractor/__init__] Fix order
[youtube-dl] / youtube_dl / extractor / __init__.py
1 from __future__ import unicode_literals
2
3 from .abc import ABCIE
4 from .abc7news import Abc7NewsIE
5 from .academicearth import AcademicEarthCourseIE
6 from .addanime import AddAnimeIE
7 from .adobetv import (
8     AdobeTVIE,
9     AdobeTVVideoIE,
10 )
11 from .adultswim import AdultSwimIE
12 from .aftenposten import AftenpostenIE
13 from .aftonbladet import AftonbladetIE
14 from .airmozilla import AirMozillaIE
15 from .aljazeera import AlJazeeraIE
16 from .alphaporno import AlphaPornoIE
17 from .anitube import AnitubeIE
18 from .anysex import AnySexIE
19 from .aol import AolIE
20 from .allocine import AllocineIE
21 from .aparat import AparatIE
22 from .appleconnect import AppleConnectIE
23 from .appletrailers import AppleTrailersIE
24 from .archiveorg import ArchiveOrgIE
25 from .ard import (
26     ARDIE,
27     ARDMediathekIE,
28     SportschauIE,
29 )
30 from .arte import (
31     ArteTvIE,
32     ArteTVPlus7IE,
33     ArteTVCreativeIE,
34     ArteTVConcertIE,
35     ArteTVFutureIE,
36     ArteTVDDCIE,
37     ArteTVEmbedIE,
38 )
39 from .atresplayer import AtresPlayerIE
40 from .atttechchannel import ATTTechChannelIE
41 from .audiomack import AudiomackIE, AudiomackAlbumIE
42 from .azubu import AzubuIE
43 from .baidu import BaiduVideoIE
44 from .bambuser import BambuserIE, BambuserChannelIE
45 from .bandcamp import BandcampIE, BandcampAlbumIE
46 from .bbc import (
47     BBCCoUkIE,
48     BBCIE,
49 )
50 from .beeg import BeegIE
51 from .behindkink import BehindKinkIE
52 from .beatportpro import BeatportProIE
53 from .bet import BetIE
54 from .bild import BildIE
55 from .bilibili import BiliBiliIE
56 from .blinkx import BlinkxIE
57 from .bliptv import BlipTVIE, BlipTVUserIE
58 from .bloomberg import BloombergIE
59 from .bpb import BpbIE
60 from .br import BRIE
61 from .breakcom import BreakIE
62 from .brightcove import BrightcoveIE
63 from .buzzfeed import BuzzFeedIE
64 from .byutv import BYUtvIE
65 from .c56 import C56IE
66 from .camdemy import (
67     CamdemyIE,
68     CamdemyFolderIE
69 )
70 from .canal13cl import Canal13clIE
71 from .canalplus import CanalplusIE
72 from .canalc2 import Canalc2IE
73 from .cbs import CBSIE
74 from .cbsnews import CBSNewsIE
75 from .cbssports import CBSSportsIE
76 from .ccc import CCCIE
77 from .ceskatelevize import CeskaTelevizeIE
78 from .channel9 import Channel9IE
79 from .chilloutzone import ChilloutzoneIE
80 from .chirbit import (
81     ChirbitIE,
82     ChirbitProfileIE,
83 )
84 from .cinchcast import CinchcastIE
85 from .cinemassacre import CinemassacreIE
86 from .clipfish import ClipfishIE
87 from .cliphunter import CliphunterIE
88 from .clipsyndicate import ClipsyndicateIE
89 from .cloudy import CloudyIE
90 from .clubic import ClubicIE
91 from .cmt import CMTIE
92 from .cnet import CNETIE
93 from .cnn import (
94     CNNIE,
95     CNNBlogsIE,
96     CNNArticleIE,
97 )
98 from .collegehumor import CollegeHumorIE
99 from .collegerama import CollegeRamaIE
100 from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
101 from .comcarcoff import ComCarCoffIE
102 from .commonmistakes import CommonMistakesIE, UnicodeBOMIE
103 from .condenast import CondeNastIE
104 from .cracked import CrackedIE
105 from .criterion import CriterionIE
106 from .crooksandliars import CrooksAndLiarsIE
107 from .crunchyroll import (
108     CrunchyrollIE,
109     CrunchyrollShowPlaylistIE
110 )
111 from .cspan import CSpanIE
112 from .ctsnews import CtsNewsIE
113 from .dailymotion import (
114     DailymotionIE,
115     DailymotionPlaylistIE,
116     DailymotionUserIE,
117     DailymotionCloudIE,
118 )
119 from .daum import DaumIE
120 from .dbtv import DBTVIE
121 from .dcn import DCNIE
122 from .dctp import DctpTvIE
123 from .deezer import DeezerPlaylistIE
124 from .dfb import DFBIE
125 from .dhm import DHMIE
126 from .dotsub import DotsubIE
127 from .douyutv import DouyuTVIE
128 from .dramafever import (
129     DramaFeverIE,
130     DramaFeverSeriesIE,
131 )
132 from .dreisat import DreiSatIE
133 from .drbonanza import DRBonanzaIE
134 from .drtuber import DrTuberIE
135 from .drtv import DRTVIE
136 from .dvtv import DVTVIE
137 from .dump import DumpIE
138 from .dumpert import DumpertIE
139 from .defense import DefenseGouvFrIE
140 from .discovery import DiscoveryIE
141 from .divxstage import DivxStageIE
142 from .dropbox import DropboxIE
143 from .eagleplatform import EaglePlatformIE
144 from .ebaumsworld import EbaumsWorldIE
145 from .echomsk import EchoMskIE
146 from .ehow import EHowIE
147 from .eighttracks import EightTracksIE
148 from .einthusan import EinthusanIE
149 from .eitb import EitbIE
150 from .ellentv import (
151     EllenTVIE,
152     EllenTVClipsIE,
153 )
154 from .elpais import ElPaisIE
155 from .embedly import EmbedlyIE
156 from .engadget import EngadgetIE
157 from .eporner import EpornerIE
158 from .eroprofile import EroProfileIE
159 from .escapist import EscapistIE
160 from .espn import ESPNIE
161 from .esri import EsriVideoIE
162 from .everyonesmixtape import EveryonesMixtapeIE
163 from .exfm import ExfmIE
164 from .expotv import ExpoTVIE
165 from .extremetube import ExtremeTubeIE
166 from .facebook import FacebookIE
167 from .faz import FazIE
168 from .fc2 import FC2IE
169 from .firstpost import FirstpostIE
170 from .firsttv import FirstTVIE
171 from .fivemin import FiveMinIE
172 from .fivetv import FiveTVIE
173 from .fktv import (
174     FKTVIE,
175     FKTVPosteckeIE,
176 )
177 from .flickr import FlickrIE
178 from .folketinget import FolketingetIE
179 from .footyroom import FootyRoomIE
180 from .fourtube import FourTubeIE
181 from .foxgay import FoxgayIE
182 from .foxnews import FoxNewsIE
183 from .foxsports import FoxSportsIE
184 from .franceculture import FranceCultureIE
185 from .franceinter import FranceInterIE
186 from .francetv import (
187     PluzzIE,
188     FranceTvInfoIE,
189     FranceTVIE,
190     GenerationQuoiIE,
191     CultureboxIE,
192 )
193 from .freesound import FreesoundIE
194 from .freespeech import FreespeechIE
195 from .freevideo import FreeVideoIE
196 from .funnyordie import FunnyOrDieIE
197 from .gamekings import GamekingsIE
198 from .gameone import (
199     GameOneIE,
200     GameOnePlaylistIE,
201 )
202 from .gamersyde import GamersydeIE
203 from .gamespot import GameSpotIE
204 from .gamestar import GameStarIE
205 from .gametrailers import GametrailersIE
206 from .gazeta import GazetaIE
207 from .gdcvault import GDCVaultIE
208 from .generic import GenericIE
209 from .gfycat import GfycatIE
210 from .giantbomb import GiantBombIE
211 from .giga import GigaIE
212 from .glide import GlideIE
213 from .globo import GloboIE
214 from .godtube import GodTubeIE
215 from .goldenmoustache import GoldenMoustacheIE
216 from .golem import GolemIE
217 from .googleplus import GooglePlusIE
218 from .googlesearch import GoogleSearchIE
219 from .gorillavid import GorillaVidIE
220 from .goshgay import GoshgayIE
221 from .groupon import GrouponIE
222 from .hark import HarkIE
223 from .hearthisat import HearThisAtIE
224 from .heise import HeiseIE
225 from .hellporno import HellPornoIE
226 from .helsinki import HelsinkiIE
227 from .hentaistigma import HentaiStigmaIE
228 from .historicfilms import HistoricFilmsIE
229 from .history import HistoryIE
230 from .hitbox import HitboxIE, HitboxLiveIE
231 from .hornbunny import HornBunnyIE
232 from .hostingbulk import HostingBulkIE
233 from .hotnewhiphop import HotNewHipHopIE
234 from .howcast import HowcastIE
235 from .howstuffworks import HowStuffWorksIE
236 from .huffpost import HuffPostIE
237 from .hypem import HypemIE
238 from .iconosquare import IconosquareIE
239 from .ign import IGNIE, OneUPIE
240 from .imdb import (
241     ImdbIE,
242     ImdbListIE
243 )
244 from .imgur import ImgurIE
245 from .ina import InaIE
246 from .indavideo import (
247     IndavideoIE,
248     IndavideoEmbedIE,
249 )
250 from .infoq import InfoQIE
251 from .instagram import InstagramIE, InstagramUserIE
252 from .internetvideoarchive import InternetVideoArchiveIE
253 from .iprima import IPrimaIE
254 from .iqiyi import IqiyiIE
255 from .ir90tv import Ir90TvIE
256 from .ivi import (
257     IviIE,
258     IviCompilationIE
259 )
260 from .izlesene import IzleseneIE
261 from .jadorecettepub import JadoreCettePubIE
262 from .jeuxvideo import JeuxVideoIE
263 from .jove import JoveIE
264 from .jukebox import JukeboxIE
265 from .jpopsukitv import JpopsukiIE
266 from .kaltura import KalturaIE
267 from .kanalplay import KanalPlayIE
268 from .kankan import KankanIE
269 from .karaoketv import KaraoketvIE
270 from .karrierevideos import KarriereVideosIE
271 from .keezmovies import KeezMoviesIE
272 from .khanacademy import KhanAcademyIE
273 from .kickstarter import KickStarterIE
274 from .keek import KeekIE
275 from .kontrtube import KontrTubeIE
276 from .krasview import KrasViewIE
277 from .ku6 import Ku6IE
278 from .kuwo import (
279     KuwoIE,
280     KuwoAlbumIE,
281     KuwoChartIE,
282     KuwoSingerIE,
283     KuwoCategoryIE,
284     KuwoMvIE,
285 )
286 from .la7 import LA7IE
287 from .laola1tv import Laola1TvIE
288 from .lecture2go import Lecture2GoIE
289 from .letv import (
290     LetvIE,
291     LetvTvIE,
292     LetvPlaylistIE
293 )
294 from .libsyn import LibsynIE
295 from .lifenews import (
296     LifeNewsIE,
297     LifeEmbedIE,
298 )
299 from .liveleak import LiveLeakIE
300 from .livestream import (
301     LivestreamIE,
302     LivestreamOriginalIE,
303     LivestreamShortenerIE,
304 )
305 from .lnkgo import LnkGoIE
306 from .lrt import LRTIE
307 from .lynda import (
308     LyndaIE,
309     LyndaCourseIE
310 )
311 from .m6 import M6IE
312 from .macgamestore import MacGameStoreIE
313 from .mailru import MailRuIE
314 from .malemotion import MalemotionIE
315 from .mdr import MDRIE
316 from .megavideoz import MegaVideozIE
317 from .metacafe import MetacafeIE
318 from .metacritic import MetacriticIE
319 from .mgoon import MgoonIE
320 from .minhateca import MinhatecaIE
321 from .ministrygrid import MinistryGridIE
322 from .miomio import MioMioIE
323 from .mit import TechTVMITIE, MITIE, OCWMITIE
324 from .mitele import MiTeleIE
325 from .mixcloud import MixcloudIE
326 from .mlb import MLBIE
327 from .mpora import MporaIE
328 from .moevideo import MoeVideoIE
329 from .mofosex import MofosexIE
330 from .mojvideo import MojvideoIE
331 from .moniker import MonikerIE
332 from .mooshare import MooshareIE
333 from .morningstar import MorningstarIE
334 from .motherless import MotherlessIE
335 from .motorsport import MotorsportIE
336 from .movieclips import MovieClipsIE
337 from .moviezine import MoviezineIE
338 from .movshare import MovShareIE
339 from .mtv import (
340     MTVIE,
341     MTVServicesEmbeddedIE,
342     MTVIggyIE,
343 )
344 from .muenchentv import MuenchenTVIE
345 from .musicplayon import MusicPlayOnIE
346 from .musicvault import MusicVaultIE
347 from .muzu import MuzuTVIE
348 from .myspace import MySpaceIE, MySpaceAlbumIE
349 from .myspass import MySpassIE
350 from .myvi import MyviIE
351 from .myvideo import MyVideoIE
352 from .myvidster import MyVidsterIE
353 from .nationalgeographic import NationalGeographicIE
354 from .naver import NaverIE
355 from .nba import NBAIE
356 from .nbc import (
357     NBCIE,
358     NBCNewsIE,
359     NBCSportsIE,
360     NBCSportsVPlayerIE,
361 )
362 from .ndr import (
363     NDRIE,
364     NJoyIE,
365 )
366 from .ndtv import NDTVIE
367 from .netzkino import NetzkinoIE
368 from .nerdcubed import NerdCubedFeedIE
369 from .nerdist import NerdistIE
370 from .neteasemusic import (
371     NetEaseMusicIE,
372     NetEaseMusicAlbumIE,
373     NetEaseMusicSingerIE,
374     NetEaseMusicListIE,
375     NetEaseMusicMvIE,
376     NetEaseMusicProgramIE,
377     NetEaseMusicDjRadioIE,
378 )
379 from .newgrounds import NewgroundsIE
380 from .newstube import NewstubeIE
381 from .nextmedia import (
382     NextMediaIE,
383     NextMediaActionNewsIE,
384     AppleDailyIE,
385 )
386 from .nfb import NFBIE
387 from .nfl import NFLIE
388 from .nhl import (
389     NHLIE,
390     NHLNewsIE,
391     NHLVideocenterIE,
392 )
393 from .niconico import NiconicoIE, NiconicoPlaylistIE
394 from .ninegag import NineGagIE
395 from .noco import NocoIE
396 from .normalboots import NormalbootsIE
397 from .nosvideo import NosVideoIE
398 from .nova import NovaIE
399 from .novamov import NovaMovIE
400 from .nowness import NownessIE
401 from .nowtv import NowTVIE
402 from .nowvideo import NowVideoIE
403 from .npo import (
404     NPOIE,
405     NPOLiveIE,
406     NPORadioIE,
407     NPORadioFragmentIE,
408     VPROIE,
409     WNLIE
410 )
411 from .nrk import (
412     NRKIE,
413     NRKPlaylistIE,
414     NRKTVIE,
415 )
416 from .ntvde import NTVDeIE
417 from .ntvru import NTVRuIE
418 from .nytimes import (
419     NYTimesIE,
420     NYTimesArticleIE,
421 )
422 from .nuvid import NuvidIE
423 from .odnoklassniki import OdnoklassnikiIE
424 from .oktoberfesttv import OktoberfestTVIE
425 from .onionstudios import OnionStudiosIE
426 from .ooyala import (
427     OoyalaIE,
428     OoyalaExternalIE,
429 )
430 from .openfilm import OpenFilmIE
431 from .orf import (
432     ORFTVthekIE,
433     ORFOE1IE,
434     ORFFM4IE,
435     ORFIPTVIE,
436 )
437 from .parliamentliveuk import ParliamentLiveUKIE
438 from .patreon import PatreonIE
439 from .pbs import PBSIE
440 from .periscope import (
441     PeriscopeIE,
442     QuickscopeIE,
443 )
444 from .philharmoniedeparis import PhilharmonieDeParisIE
445 from .phoenix import PhoenixIE
446 from .photobucket import PhotobucketIE
447 from .pinkbike import PinkbikeIE
448 from .planetaplay import PlanetaPlayIE
449 from .pladform import PladformIE
450 from .played import PlayedIE
451 from .playfm import PlayFMIE
452 from .playvid import PlayvidIE
453 from .playwire import PlaywireIE
454 from .podomatic import PodomaticIE
455 from .porn91 import Porn91IE
456 from .pornhd import PornHdIE
457 from .pornhub import (
458     PornHubIE,
459     PornHubPlaylistIE,
460 )
461 from .pornotube import PornotubeIE
462 from .pornovoisines import PornoVoisinesIE
463 from .pornoxo import PornoXOIE
464 from .primesharetv import PrimeShareTVIE
465 from .promptfile import PromptFileIE
466 from .prosiebensat1 import ProSiebenSat1IE
467 from .puls4 import Puls4IE
468 from .pyvideo import PyvideoIE
469 from .qqmusic import (
470     QQMusicIE,
471     QQMusicSingerIE,
472     QQMusicAlbumIE,
473     QQMusicToplistIE,
474     QQMusicPlaylistIE,
475 )
476 from .quickvid import QuickVidIE
477 from .r7 import R7IE
478 from .radiode import RadioDeIE
479 from .radiojavan import RadioJavanIE
480 from .radiobremen import RadioBremenIE
481 from .radiofrance import RadioFranceIE
482 from .rai import RaiIE
483 from .rbmaradio import RBMARadioIE
484 from .rds import RDSIE
485 from .redtube import RedTubeIE
486 from .restudy import RestudyIE
487 from .reverbnation import ReverbNationIE
488 from .ringtv import RingTVIE
489 from .ro220 import Ro220IE
490 from .rottentomatoes import RottenTomatoesIE
491 from .roxwel import RoxwelIE
492 from .rtbf import RTBFIE
493 from .rte import RteIE
494 from .rtlnl import RtlNlIE
495 from .rtl2 import RTL2IE
496 from .rtp import RTPIE
497 from .rts import RTSIE
498 from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
499 from .rtvnh import RTVNHIE
500 from .ruhd import RUHDIE
501 from .rutube import (
502     RutubeIE,
503     RutubeChannelIE,
504     RutubeEmbedIE,
505     RutubeMovieIE,
506     RutubePersonIE,
507 )
508 from .rutv import RUTVIE
509 from .ruutu import RuutuIE
510 from .sandia import SandiaIE
511 from .safari import (
512     SafariIE,
513     SafariCourseIE,
514 )
515 from .sapo import SapoIE
516 from .savefrom import SaveFromIE
517 from .sbs import SBSIE
518 from .scivee import SciVeeIE
519 from .screencast import ScreencastIE
520 from .screencastomatic import ScreencastOMaticIE
521 from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
522 from .senateisvp import SenateISVPIE
523 from .servingsys import ServingSysIE
524 from .sexu import SexuIE
525 from .sexykarma import SexyKarmaIE
526 from .shared import SharedIE
527 from .sharesix import ShareSixIE
528 from .sina import SinaIE
529 from .slideshare import SlideshareIE
530 from .slutload import SlutloadIE
531 from .smotri import (
532     SmotriIE,
533     SmotriCommunityIE,
534     SmotriUserIE,
535     SmotriBroadcastIE,
536 )
537 from .snagfilms import (
538     SnagFilmsIE,
539     SnagFilmsEmbedIE,
540 )
541 from .snotr import SnotrIE
542 from .sohu import SohuIE
543 from .soompi import (
544     SoompiIE,
545     SoompiShowIE,
546 )
547 from .soundcloud import (
548     SoundcloudIE,
549     SoundcloudSetIE,
550     SoundcloudUserIE,
551     SoundcloudPlaylistIE
552 )
553 from .soundgasm import (
554     SoundgasmIE,
555     SoundgasmProfileIE
556 )
557 from .southpark import (
558     SouthParkIE,
559     SouthParkDeIE,
560     SouthParkDkIE,
561     SouthParkEsIE,
562     SouthParkNlIE
563 )
564 from .space import SpaceIE
565 from .spankbang import SpankBangIE
566 from .spankwire import SpankwireIE
567 from .spiegel import SpiegelIE, SpiegelArticleIE
568 from .spiegeltv import SpiegeltvIE
569 from .spike import SpikeIE
570 from .sport5 import Sport5IE
571 from .sportbox import (
572     SportBoxIE,
573     SportBoxEmbedIE,
574 )
575 from .sportdeutschland import SportDeutschlandIE
576 from .srf import SrfIE
577 from .srmediathek import SRMediathekIE
578 from .ssa import SSAIE
579 from .stanfordoc import StanfordOpenClassroomIE
580 from .steam import SteamIE
581 from .streamcloud import StreamcloudIE
582 from .streamcz import StreamCZIE
583 from .streetvoice import StreetVoiceIE
584 from .sunporno import SunPornoIE
585 from .svt import (
586     SVTIE,
587     SVTPlayIE,
588 )
589 from .swrmediathek import SWRMediathekIE
590 from .syfy import SyfyIE
591 from .sztvhu import SztvHuIE
592 from .tagesschau import TagesschauIE
593 from .tapely import TapelyIE
594 from .tass import TassIE
595 from .teachertube import (
596     TeacherTubeIE,
597     TeacherTubeUserIE,
598 )
599 from .teachingchannel import TeachingChannelIE
600 from .teamcoco import TeamcocoIE
601 from .techtalks import TechTalksIE
602 from .ted import TEDIE
603 from .telebruxelles import TeleBruxellesIE
604 from .telecinco import TelecincoIE
605 from .telegraaf import TelegraafIE
606 from .telemb import TeleMBIE
607 from .teletask import TeleTaskIE
608 from .tenplay import TenPlayIE
609 from .testurl import TestURLIE
610 from .testtube import TestTubeIE
611 from .tf1 import TF1IE
612 from .theonion import TheOnionIE
613 from .theplatform import ThePlatformIE
614 from .thesixtyone import TheSixtyOneIE
615 from .thisamericanlife import ThisAmericanLifeIE
616 from .thisav import ThisAVIE
617 from .tinypic import TinyPicIE
618 from .tlc import TlcIE, TlcDeIE
619 from .tmz import (
620     TMZIE,
621     TMZArticleIE,
622 )
623 from .tnaflix import (
624     TNAFlixIE,
625     EMPFlixIE,
626     MovieFapIE,
627 )
628 from .thvideo import (
629     THVideoIE,
630     THVideoPlaylistIE
631 )
632 from .toutv import TouTvIE
633 from .toypics import ToypicsUserIE, ToypicsIE
634 from .traileraddict import TrailerAddictIE
635 from .trilulilu import TriluliluIE
636 from .trutube import TruTubeIE
637 from .tube8 import Tube8IE
638 from .tubitv import TubiTvIE
639 from .tudou import TudouIE
640 from .tumblr import TumblrIE
641 from .tunein import TuneInIE
642 from .turbo import TurboIE
643 from .tutv import TutvIE
644 from .tv2 import (
645     TV2IE,
646     TV2ArticleIE,
647 )
648 from .tv4 import TV4IE
649 from .tvc import (
650     TVCIE,
651     TVCArticleIE,
652 )
653 from .tvigle import TvigleIE
654 from .tvp import TvpIE, TvpSeriesIE
655 from .tvplay import TVPlayIE
656 from .tweakers import TweakersIE
657 from .twentyfourvideo import TwentyFourVideoIE
658 from .twentytwotracks import (
659     TwentyTwoTracksIE,
660     TwentyTwoTracksGenreIE
661 )
662 from .twitch import (
663     TwitchVideoIE,
664     TwitchChapterIE,
665     TwitchVodIE,
666     TwitchProfileIE,
667     TwitchPastBroadcastsIE,
668     TwitchBookmarksIE,
669     TwitchStreamIE,
670 )
671 from .twitter import TwitterCardIE
672 from .ubu import UbuIE
673 from .udemy import (
674     UdemyIE,
675     UdemyCourseIE
676 )
677 from .udn import UDNEmbedIE
678 from .ultimedia import UltimediaIE
679 from .unistra import UnistraIE
680 from .urort import UrortIE
681 from .ustream import UstreamIE, UstreamChannelIE
682 from .varzesh3 import Varzesh3IE
683 from .vbox7 import Vbox7IE
684 from .veehd import VeeHDIE
685 from .veoh import VeohIE
686 from .vessel import VesselIE
687 from .vesti import VestiIE
688 from .vevo import VevoIE
689 from .vgtv import (
690     BTArticleIE,
691     BTVestlendingenIE,
692     VGTVIE,
693 )
694 from .vh1 import VH1IE
695 from .vice import ViceIE
696 from .viddler import ViddlerIE
697 from .videobam import VideoBamIE
698 from .videodetective import VideoDetectiveIE
699 from .videolecturesnet import VideoLecturesNetIE
700 from .videofyme import VideofyMeIE
701 from .videomega import VideoMegaIE
702 from .videopremium import VideoPremiumIE
703 from .videott import VideoTtIE
704 from .videoweed import VideoWeedIE
705 from .vidme import VidmeIE
706 from .vidzi import VidziIE
707 from .vier import VierIE, VierVideosIE
708 from .viewster import ViewsterIE
709 from .vimeo import (
710     VimeoIE,
711     VimeoAlbumIE,
712     VimeoChannelIE,
713     VimeoGroupsIE,
714     VimeoLikesIE,
715     VimeoReviewIE,
716     VimeoUserIE,
717     VimeoWatchLaterIE,
718 )
719 from .vimple import VimpleIE
720 from .vine import (
721     VineIE,
722     VineUserIE,
723 )
724 from .viki import (
725     VikiIE,
726     VikiChannelIE,
727 )
728 from .vk import (
729     VKIE,
730     VKUserVideosIE,
731 )
732 from .vodlocker import VodlockerIE
733 from .voicerepublic import VoiceRepublicIE
734 from .vporn import VpornIE
735 from .vrt import VRTIE
736 from .vube import VubeIE
737 from .vuclip import VuClipIE
738 from .vulture import VultureIE
739 from .walla import WallaIE
740 from .washingtonpost import WashingtonPostIE
741 from .wat import WatIE
742 from .wayofthemaster import WayOfTheMasterIE
743 from .wdr import (
744     WDRIE,
745     WDRMobileIE,
746     WDRMausIE,
747 )
748 from .webofstories import (
749     WebOfStoriesIE,
750     WebOfStoriesPlaylistIE,
751 )
752 from .weibo import WeiboIE
753 from .wimp import WimpIE
754 from .wistia import WistiaIE
755 from .worldstarhiphop import WorldStarHipHopIE
756 from .wrzuta import WrzutaIE
757 from .wsj import WSJIE
758 from .xbef import XBefIE
759 from .xboxclips import XboxClipsIE
760 from .xhamster import (
761     XHamsterIE,
762     XHamsterEmbedIE,
763 )
764 from .xminus import XMinusIE
765 from .xnxx import XNXXIE
766 from .xstream import XstreamIE
767 from .xtube import XTubeUserIE, XTubeIE
768 from .xuite import XuiteIE
769 from .xvideos import XVideosIE
770 from .xxxymovies import XXXYMoviesIE
771 from .yahoo import (
772     YahooIE,
773     YahooSearchIE,
774 )
775 from .yam import YamIE
776 from .yandexmusic import (
777     YandexMusicTrackIE,
778     YandexMusicAlbumIE,
779     YandexMusicPlaylistIE,
780 )
781 from .yesjapan import YesJapanIE
782 from .yinyuetai import YinYueTaiIE
783 from .ynet import YnetIE
784 from .youjizz import YouJizzIE
785 from .youku import YoukuIE
786 from .youporn import YouPornIE
787 from .yourupload import YourUploadIE
788 from .youtube import (
789     YoutubeIE,
790     YoutubeChannelIE,
791     YoutubeFavouritesIE,
792     YoutubeHistoryIE,
793     YoutubePlaylistIE,
794     YoutubeRecommendedIE,
795     YoutubeSearchDateIE,
796     YoutubeSearchIE,
797     YoutubeSearchURLIE,
798     YoutubeShowIE,
799     YoutubeSubscriptionsIE,
800     YoutubeTruncatedIDIE,
801     YoutubeTruncatedURLIE,
802     YoutubeUserIE,
803     YoutubeWatchLaterIE,
804 )
805 from .zapiks import ZapiksIE
806 from .zdf import ZDFIE, ZDFChannelIE
807 from .zingmp3 import (
808     ZingMp3SongIE,
809     ZingMp3AlbumIE,
810 )
811
812 _ALL_CLASSES = [
813     klass
814     for name, klass in globals().items()
815     if name.endswith('IE') and name != 'GenericIE'
816 ]
817 _ALL_CLASSES.append(GenericIE)
818
819
820 def gen_extractors():
821     """ Return a list of an instance of every supported extractor.
822     The order does matter; the first extractor matched is the one handling the URL.
823     """
824     return [klass() for klass in _ALL_CLASSES]
825
826
827 def list_extractors(age_limit):
828     """
829     Return a list of extractors that are suitable for the given age,
830     sorted by extractor ID.
831     """
832
833     return sorted(
834         filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
835         key=lambda ie: ie.IE_NAME.lower())
836
837
838 def get_info_extractor(ie_name):
839     """Returns the info extractor class with the given ie_name"""
840     return globals()[ie_name + 'IE']