[letv] Merge LetvTvIE into LetvPlaylistIE
[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     LetvPlaylistIE,
358     LetvCloudIE,
359 )
360 from .libsyn import LibsynIE
361 from .lifenews import (
362     LifeNewsIE,
363     LifeEmbedIE,
364 )
365 from .limelight import (
366     LimelightMediaIE,
367     LimelightChannelIE,
368     LimelightChannelListIE,
369 )
370 from .liveleak import LiveLeakIE
371 from .livestream import (
372     LivestreamIE,
373     LivestreamOriginalIE,
374     LivestreamShortenerIE,
375 )
376 from .lnkgo import LnkGoIE
377 from .lovehomeporn import LoveHomePornIE
378 from .lrt import LRTIE
379 from .lynda import (
380     LyndaIE,
381     LyndaCourseIE
382 )
383 from .m6 import M6IE
384 from .macgamestore import MacGameStoreIE
385 from .mailru import MailRuIE
386 from .makertv import MakerTVIE
387 from .malemotion import MalemotionIE
388 from .matchtv import MatchTVIE
389 from .mdr import MDRIE
390 from .metacafe import MetacafeIE
391 from .metacritic import MetacriticIE
392 from .mgoon import MgoonIE
393 from .minhateca import MinhatecaIE
394 from .ministrygrid import MinistryGridIE
395 from .miomio import MioMioIE
396 from .mit import TechTVMITIE, MITIE, OCWMITIE
397 from .mitele import MiTeleIE
398 from .mixcloud import MixcloudIE
399 from .mlb import MLBIE
400 from .mpora import MporaIE
401 from .moevideo import MoeVideoIE
402 from .mofosex import MofosexIE
403 from .mojvideo import MojvideoIE
404 from .moniker import MonikerIE
405 from .mooshare import MooshareIE
406 from .morningstar import MorningstarIE
407 from .motherless import MotherlessIE
408 from .motorsport import MotorsportIE
409 from .movieclips import MovieClipsIE
410 from .moviezine import MoviezineIE
411 from .mtv import (
412     MTVIE,
413     MTVServicesEmbeddedIE,
414     MTVIggyIE,
415     MTVDEIE,
416 )
417 from .muenchentv import MuenchenTVIE
418 from .musicplayon import MusicPlayOnIE
419 from .muzu import MuzuTVIE
420 from .mwave import MwaveIE
421 from .myspace import MySpaceIE, MySpaceAlbumIE
422 from .myspass import MySpassIE
423 from .myvi import MyviIE
424 from .myvideo import MyVideoIE
425 from .myvidster import MyVidsterIE
426 from .nationalgeographic import NationalGeographicIE
427 from .naver import NaverIE
428 from .nba import NBAIE
429 from .nbc import (
430     NBCIE,
431     NBCNewsIE,
432     NBCSportsIE,
433     NBCSportsVPlayerIE,
434     MSNBCIE,
435 )
436 from .ndr import (
437     NDRIE,
438     NJoyIE,
439     NDREmbedBaseIE,
440     NDREmbedIE,
441     NJoyEmbedIE,
442 )
443 from .ndtv import NDTVIE
444 from .netzkino import NetzkinoIE
445 from .nerdcubed import NerdCubedFeedIE
446 from .nerdist import NerdistIE
447 from .neteasemusic import (
448     NetEaseMusicIE,
449     NetEaseMusicAlbumIE,
450     NetEaseMusicSingerIE,
451     NetEaseMusicListIE,
452     NetEaseMusicMvIE,
453     NetEaseMusicProgramIE,
454     NetEaseMusicDjRadioIE,
455 )
456 from .newgrounds import NewgroundsIE
457 from .newstube import NewstubeIE
458 from .nextmedia import (
459     NextMediaIE,
460     NextMediaActionNewsIE,
461     AppleDailyIE,
462 )
463 from .nextmovie import NextMovieIE
464 from .nfb import NFBIE
465 from .nfl import NFLIE
466 from .nhl import (
467     NHLIE,
468     NHLNewsIE,
469     NHLVideocenterIE,
470 )
471 from .nick import NickIE
472 from .niconico import NiconicoIE, NiconicoPlaylistIE
473 from .ninegag import NineGagIE
474 from .noco import NocoIE
475 from .normalboots import NormalbootsIE
476 from .nosvideo import NosVideoIE
477 from .nova import NovaIE
478 from .novamov import (
479     NovaMovIE,
480     WholeCloudIE,
481     NowVideoIE,
482     VideoWeedIE,
483     CloudTimeIE,
484 )
485 from .nowness import (
486     NownessIE,
487     NownessPlaylistIE,
488     NownessSeriesIE,
489 )
490 from .nowtv import (
491     NowTVIE,
492     NowTVListIE,
493 )
494 from .noz import NozIE
495 from .npo import (
496     NPOIE,
497     NPOLiveIE,
498     NPORadioIE,
499     NPORadioFragmentIE,
500     SchoolTVIE,
501     VPROIE,
502     WNLIE
503 )
504 from .npr import NprIE
505 from .nrk import (
506     NRKIE,
507     NRKPlaylistIE,
508     NRKSkoleIE,
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     TNAFlixNetworkEmbedIE,
741     TNAFlixIE,
742     EMPFlixIE,
743     MovieFapIE,
744 )
745 from .toggle import ToggleIE
746 from .thvideo import (
747     THVideoIE,
748     THVideoPlaylistIE
749 )
750 from .toutv import TouTvIE
751 from .toypics import ToypicsUserIE, ToypicsIE
752 from .traileraddict import TrailerAddictIE
753 from .trilulilu import TriluliluIE
754 from .trollvids import TrollvidsIE
755 from .trutube import TruTubeIE
756 from .tube8 import Tube8IE
757 from .tubitv import TubiTvIE
758 from .tudou import (
759     TudouIE,
760     TudouPlaylistIE,
761     TudouAlbumIE,
762 )
763 from .tumblr import TumblrIE
764 from .tunein import (
765     TuneInClipIE,
766     TuneInStationIE,
767     TuneInProgramIE,
768     TuneInTopicIE,
769     TuneInShortenerIE,
770 )
771 from .turbo import TurboIE
772 from .tutv import TutvIE
773 from .tv2 import (
774     TV2IE,
775     TV2ArticleIE,
776 )
777 from .tv4 import TV4IE
778 from .tvc import (
779     TVCIE,
780     TVCArticleIE,
781 )
782 from .tvigle import TvigleIE
783 from .tvland import TVLandIE
784 from .tvp import TvpIE, TvpSeriesIE
785 from .tvplay import TVPlayIE
786 from .tweakers import TweakersIE
787 from .twentyfourvideo import TwentyFourVideoIE
788 from .twentymin import TwentyMinutenIE
789 from .twentytwotracks import (
790     TwentyTwoTracksIE,
791     TwentyTwoTracksGenreIE
792 )
793 from .twitch import (
794     TwitchVideoIE,
795     TwitchChapterIE,
796     TwitchVodIE,
797     TwitchProfileIE,
798     TwitchPastBroadcastsIE,
799     TwitchBookmarksIE,
800     TwitchStreamIE,
801 )
802 from .twitter import (
803     TwitterCardIE,
804     TwitterIE,
805     TwitterAmplifyIE,
806 )
807 from .ubu import UbuIE
808 from .udemy import (
809     UdemyIE,
810     UdemyCourseIE
811 )
812 from .udn import UDNEmbedIE
813 from .digiteka import DigitekaIE
814 from .unistra import UnistraIE
815 from .urort import UrortIE
816 from .ustream import UstreamIE, UstreamChannelIE
817 from .ustudio import UstudioIE
818 from .varzesh3 import Varzesh3IE
819 from .vbox7 import Vbox7IE
820 from .veehd import VeeHDIE
821 from .veoh import VeohIE
822 from .vessel import VesselIE
823 from .vesti import VestiIE
824 from .vevo import VevoIE
825 from .vgtv import (
826     BTArticleIE,
827     BTVestlendingenIE,
828     VGTVIE,
829 )
830 from .vh1 import VH1IE
831 from .vice import ViceIE
832 from .viddler import ViddlerIE
833 from .videodetective import VideoDetectiveIE
834 from .videofyme import VideofyMeIE
835 from .videomega import VideoMegaIE
836 from .videomore import (
837     VideomoreIE,
838     VideomoreVideoIE,
839     VideomoreSeasonIE,
840 )
841 from .videopremium import VideoPremiumIE
842 from .videott import VideoTtIE
843 from .vidme import (
844     VidmeIE,
845     VidmeUserIE,
846     VidmeUserLikesIE,
847 )
848 from .vidzi import VidziIE
849 from .vier import VierIE, VierVideosIE
850 from .viewster import ViewsterIE
851 from .viidea import ViideaIE
852 from .vimeo import (
853     VimeoIE,
854     VimeoAlbumIE,
855     VimeoChannelIE,
856     VimeoGroupsIE,
857     VimeoLikesIE,
858     VimeoReviewIE,
859     VimeoUserIE,
860     VimeoWatchLaterIE,
861 )
862 from .vimple import VimpleIE
863 from .vine import (
864     VineIE,
865     VineUserIE,
866 )
867 from .viki import (
868     VikiIE,
869     VikiChannelIE,
870 )
871 from .vk import (
872     VKIE,
873     VKUserVideosIE,
874 )
875 from .vlive import VLiveIE
876 from .vodlocker import VodlockerIE
877 from .voicerepublic import VoiceRepublicIE
878 from .vporn import VpornIE
879 from .vrt import VRTIE
880 from .vube import VubeIE
881 from .vuclip import VuClipIE
882 from .vulture import VultureIE
883 from .walla import WallaIE
884 from .washingtonpost import WashingtonPostIE
885 from .wat import WatIE
886 from .wayofthemaster import WayOfTheMasterIE
887 from .wdr import (
888     WDRIE,
889     WDRMobileIE,
890     WDRMausIE,
891 )
892 from .webofstories import (
893     WebOfStoriesIE,
894     WebOfStoriesPlaylistIE,
895 )
896 from .weibo import WeiboIE
897 from .weiqitv import WeiqiTVIE
898 from .wimp import WimpIE
899 from .wistia import WistiaIE
900 from .worldstarhiphop import WorldStarHipHopIE
901 from .wrzuta import WrzutaIE
902 from .wsj import WSJIE
903 from .xbef import XBefIE
904 from .xboxclips import XboxClipsIE
905 from .xfileshare import XFileShareIE
906 from .xhamster import (
907     XHamsterIE,
908     XHamsterEmbedIE,
909 )
910 from .xminus import XMinusIE
911 from .xnxx import XNXXIE
912 from .xstream import XstreamIE
913 from .xtube import XTubeUserIE, XTubeIE
914 from .xuite import XuiteIE
915 from .xvideos import XVideosIE
916 from .xxxymovies import XXXYMoviesIE
917 from .yahoo import (
918     YahooIE,
919     YahooSearchIE,
920 )
921 from .yam import YamIE
922 from .yandexmusic import (
923     YandexMusicTrackIE,
924     YandexMusicAlbumIE,
925     YandexMusicPlaylistIE,
926 )
927 from .yesjapan import YesJapanIE
928 from .yinyuetai import YinYueTaiIE
929 from .ynet import YnetIE
930 from .youjizz import YouJizzIE
931 from .youku import YoukuIE
932 from .youporn import YouPornIE
933 from .yourupload import YourUploadIE
934 from .youtube import (
935     YoutubeIE,
936     YoutubeChannelIE,
937     YoutubeFavouritesIE,
938     YoutubeHistoryIE,
939     YoutubePlaylistIE,
940     YoutubeRecommendedIE,
941     YoutubeSearchDateIE,
942     YoutubeSearchIE,
943     YoutubeSearchURLIE,
944     YoutubeShowIE,
945     YoutubeSubscriptionsIE,
946     YoutubeTruncatedIDIE,
947     YoutubeTruncatedURLIE,
948     YoutubeUserIE,
949     YoutubePlaylistsIE,
950     YoutubeWatchLaterIE,
951 )
952 from .zapiks import ZapiksIE
953 from .zdf import ZDFIE, ZDFChannelIE
954 from .zingmp3 import (
955     ZingMp3SongIE,
956     ZingMp3AlbumIE,
957 )
958 from .zippcast import ZippCastIE
959
960 _ALL_CLASSES = [
961     klass
962     for name, klass in globals().items()
963     if name.endswith('IE') and name != 'GenericIE'
964 ]
965 _ALL_CLASSES.append(GenericIE)
966
967
968 def gen_extractors():
969     """ Return a list of an instance of every supported extractor.
970     The order does matter; the first extractor matched is the one handling the URL.
971     """
972     return [klass() for klass in _ALL_CLASSES]
973
974
975 def list_extractors(age_limit):
976     """
977     Return a list of extractors that are suitable for the given age,
978     sorted by extractor ID.
979     """
980
981     return sorted(
982         filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
983         key=lambda ie: ie.IE_NAME.lower())
984
985
986 def get_info_extractor(ie_name):
987     """Returns the info extractor class with the given ie_name"""
988     return globals()[ie_name + 'IE']