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