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