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