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