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