You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

698 lines
19 KiB

11 years ago
11 years ago
12 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
12 years ago
11 years ago
  1. from __future__ import unicode_literals
  2. from .abc import ABCIE
  3. from .abc7news import Abc7NewsIE
  4. from .academicearth import AcademicEarthCourseIE
  5. from .addanime import AddAnimeIE
  6. from .adobetv import AdobeTVIE
  7. from .adultswim import AdultSwimIE
  8. from .aftenposten import AftenpostenIE
  9. from .aftonbladet import AftonbladetIE
  10. from .airmozilla import AirMozillaIE
  11. from .aljazeera import AlJazeeraIE
  12. from .alphaporno import AlphaPornoIE
  13. from .anitube import AnitubeIE
  14. from .anysex import AnySexIE
  15. from .aol import AolIE
  16. from .allocine import AllocineIE
  17. from .aparat import AparatIE
  18. from .appletrailers import AppleTrailersIE
  19. from .archiveorg import ArchiveOrgIE
  20. from .ard import ARDIE, ARDMediathekIE
  21. from .arte import (
  22. ArteTvIE,
  23. ArteTVPlus7IE,
  24. ArteTVCreativeIE,
  25. ArteTVConcertIE,
  26. ArteTVFutureIE,
  27. ArteTVDDCIE,
  28. ArteTVEmbedIE,
  29. )
  30. from .atresplayer import AtresPlayerIE
  31. from .atttechchannel import ATTTechChannelIE
  32. from .audiomack import AudiomackIE, AudiomackAlbumIE
  33. from .azubu import AzubuIE
  34. from .bambuser import BambuserIE, BambuserChannelIE
  35. from .bandcamp import BandcampIE, BandcampAlbumIE
  36. from .bbccouk import BBCCoUkIE
  37. from .beeg import BeegIE
  38. from .behindkink import BehindKinkIE
  39. from .beatportpro import BeatportProIE
  40. from .bet import BetIE
  41. from .bild import BildIE
  42. from .bilibili import BiliBiliIE
  43. from .blinkx import BlinkxIE
  44. from .bliptv import BlipTVIE, BlipTVUserIE
  45. from .bloomberg import BloombergIE
  46. from .bpb import BpbIE
  47. from .br import BRIE
  48. from .breakcom import BreakIE
  49. from .brightcove import BrightcoveIE
  50. from .buzzfeed import BuzzFeedIE
  51. from .byutv import BYUtvIE
  52. from .c56 import C56IE
  53. from .camdemy import (
  54. CamdemyIE,
  55. CamdemyFolderIE
  56. )
  57. from .canal13cl import Canal13clIE
  58. from .canalplus import CanalplusIE
  59. from .canalc2 import Canalc2IE
  60. from .cbs import CBSIE
  61. from .cbsnews import CBSNewsIE
  62. from .cbssports import CBSSportsIE
  63. from .ccc import CCCIE
  64. from .ceskatelevize import CeskaTelevizeIE
  65. from .channel9 import Channel9IE
  66. from .chilloutzone import ChilloutzoneIE
  67. from .chirbit import (
  68. ChirbitIE,
  69. ChirbitProfileIE,
  70. )
  71. from .cinchcast import CinchcastIE
  72. from .clipfish import ClipfishIE
  73. from .cliphunter import CliphunterIE
  74. from .clipsyndicate import ClipsyndicateIE
  75. from .cloudy import CloudyIE
  76. from .clubic import ClubicIE
  77. from .cmt import CMTIE
  78. from .cnet import CNETIE
  79. from .cnn import (
  80. CNNIE,
  81. CNNBlogsIE,
  82. CNNArticleIE,
  83. )
  84. from .collegehumor import CollegeHumorIE
  85. from .collegerama import CollegeRamaIE
  86. from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
  87. from .comcarcoff import ComCarCoffIE
  88. from .commonmistakes import CommonMistakesIE, UnicodeBOMIE
  89. from .condenast import CondeNastIE
  90. from .cracked import CrackedIE
  91. from .criterion import CriterionIE
  92. from .crunchyroll import (
  93. CrunchyrollIE,
  94. CrunchyrollShowPlaylistIE
  95. )
  96. from .cspan import CSpanIE
  97. from .ctsnews import CtsNewsIE
  98. from .dailymotion import (
  99. DailymotionIE,
  100. DailymotionPlaylistIE,
  101. DailymotionUserIE,
  102. )
  103. from .daum import DaumIE
  104. from .dbtv import DBTVIE
  105. from .dctp import DctpTvIE
  106. from .deezer import DeezerPlaylistIE
  107. from .dfb import DFBIE
  108. from .dhm import DHMIE
  109. from .dotsub import DotsubIE
  110. from .douyutv import DouyuTVIE
  111. from .dreisat import DreiSatIE
  112. from .drbonanza import DRBonanzaIE
  113. from .drtuber import DrTuberIE
  114. from .drtv import DRTVIE
  115. from .dvtv import DVTVIE
  116. from .dump import DumpIE
  117. from .dumpert import DumpertIE
  118. from .defense import DefenseGouvFrIE
  119. from .discovery import DiscoveryIE
  120. from .divxstage import DivxStageIE
  121. from .dropbox import DropboxIE
  122. from .eagleplatform import EaglePlatformIE
  123. from .ebaumsworld import EbaumsWorldIE
  124. from .echomsk import EchoMskIE
  125. from .ehow import EHowIE
  126. from .eighttracks import EightTracksIE
  127. from .einthusan import EinthusanIE
  128. from .eitb import EitbIE
  129. from .ellentv import (
  130. EllenTVIE,
  131. EllenTVClipsIE,
  132. )
  133. from .elpais import ElPaisIE
  134. from .embedly import EmbedlyIE
  135. from .empflix import EMPFlixIE
  136. from .engadget import EngadgetIE
  137. from .eporner import EpornerIE
  138. from .eroprofile import EroProfileIE
  139. from .escapist import EscapistIE
  140. from .everyonesmixtape import EveryonesMixtapeIE
  141. from .exfm import ExfmIE
  142. from .expotv import ExpoTVIE
  143. from .extremetube import ExtremeTubeIE
  144. from .facebook import FacebookIE
  145. from .faz import FazIE
  146. from .fc2 import FC2IE
  147. from .firedrive import FiredriveIE
  148. from .firstpost import FirstpostIE
  149. from .firsttv import FirstTVIE
  150. from .fivemin import FiveMinIE
  151. from .fktv import (
  152. FKTVIE,
  153. FKTVPosteckeIE,
  154. )
  155. from .flickr import FlickrIE
  156. from .folketinget import FolketingetIE
  157. from .footyroom import FootyRoomIE
  158. from .fourtube import FourTubeIE
  159. from .foxgay import FoxgayIE
  160. from .foxnews import FoxNewsIE
  161. from .franceculture import FranceCultureIE
  162. from .franceinter import FranceInterIE
  163. from .francetv import (
  164. PluzzIE,
  165. FranceTvInfoIE,
  166. FranceTVIE,
  167. GenerationQuoiIE,
  168. CultureboxIE,
  169. )
  170. from .freesound import FreesoundIE
  171. from .freespeech import FreespeechIE
  172. from .freevideo import FreeVideoIE
  173. from .funnyordie import FunnyOrDieIE
  174. from .gamekings import GamekingsIE
  175. from .gameone import (
  176. GameOneIE,
  177. GameOnePlaylistIE,
  178. )
  179. from .gamespot import GameSpotIE
  180. from .gamestar import GameStarIE
  181. from .gametrailers import GametrailersIE
  182. from .gazeta import GazetaIE
  183. from .gdcvault import GDCVaultIE
  184. from .generic import GenericIE
  185. from .giantbomb import GiantBombIE
  186. from .giga import GigaIE
  187. from .glide import GlideIE
  188. from .globo import GloboIE
  189. from .godtube import GodTubeIE
  190. from .goldenmoustache import GoldenMoustacheIE
  191. from .golem import GolemIE
  192. from .googleplus import GooglePlusIE
  193. from .googlesearch import GoogleSearchIE
  194. from .gorillavid import GorillaVidIE
  195. from .goshgay import GoshgayIE
  196. from .grooveshark import GroovesharkIE
  197. from .groupon import GrouponIE
  198. from .hark import HarkIE
  199. from .hearthisat import HearThisAtIE
  200. from .heise import HeiseIE
  201. from .hellporno import HellPornoIE
  202. from .helsinki import HelsinkiIE
  203. from .hentaistigma import HentaiStigmaIE
  204. from .historicfilms import HistoricFilmsIE
  205. from .history import HistoryIE
  206. from .hitbox import HitboxIE, HitboxLiveIE
  207. from .hornbunny import HornBunnyIE
  208. from .hostingbulk import HostingBulkIE
  209. from .hotnewhiphop import HotNewHipHopIE
  210. from .howcast import HowcastIE
  211. from .howstuffworks import HowStuffWorksIE
  212. from .huffpost import HuffPostIE
  213. from .hypem import HypemIE
  214. from .iconosquare import IconosquareIE
  215. from .ign import IGNIE, OneUPIE
  216. from .imdb import (
  217. ImdbIE,
  218. ImdbListIE
  219. )
  220. from .imgur import ImgurIE
  221. from .ina import InaIE
  222. from .infoq import InfoQIE
  223. from .instagram import InstagramIE, InstagramUserIE
  224. from .internetvideoarchive import InternetVideoArchiveIE
  225. from .iprima import IPrimaIE
  226. from .ivi import (
  227. IviIE,
  228. IviCompilationIE
  229. )
  230. from .izlesene import IzleseneIE
  231. from .jadorecettepub import JadoreCettePubIE
  232. from .jeuxvideo import JeuxVideoIE
  233. from .jove import JoveIE
  234. from .jukebox import JukeboxIE
  235. from .jpopsukitv import JpopsukiIE
  236. from .kaltura import KalturaIE
  237. from .kanalplay import KanalPlayIE
  238. from .kankan import KankanIE
  239. from .karaoketv import KaraoketvIE
  240. from .keezmovies import KeezMoviesIE
  241. from .khanacademy import KhanAcademyIE
  242. from .kickstarter import KickStarterIE
  243. from .keek import KeekIE
  244. from .kontrtube import KontrTubeIE
  245. from .krasview import KrasViewIE
  246. from .ku6 import Ku6IE
  247. from .la7 import LA7IE
  248. from .laola1tv import Laola1TvIE
  249. from .letv import (
  250. LetvIE,
  251. LetvTvIE,
  252. LetvPlaylistIE
  253. )
  254. from .libsyn import LibsynIE
  255. from .lifenews import LifeNewsIE
  256. from .liveleak import LiveLeakIE
  257. from .livestream import (
  258. LivestreamIE,
  259. LivestreamOriginalIE,
  260. LivestreamShortenerIE,
  261. )
  262. from .lnkgo import LnkGoIE
  263. from .lrt import LRTIE
  264. from .lynda import (
  265. LyndaIE,
  266. LyndaCourseIE
  267. )
  268. from .m6 import M6IE
  269. from .macgamestore import MacGameStoreIE
  270. from .mailru import MailRuIE
  271. from .malemotion import MalemotionIE
  272. from .mdr import MDRIE
  273. from .metacafe import MetacafeIE
  274. from .metacritic import MetacriticIE
  275. from .mgoon import MgoonIE
  276. from .minhateca import MinhatecaIE
  277. from .ministrygrid import MinistryGridIE
  278. from .mit import TechTVMITIE, MITIE, OCWMITIE
  279. from .mitele import MiTeleIE
  280. from .mixcloud import MixcloudIE
  281. from .mlb import MLBIE
  282. from .mpora import MporaIE
  283. from .moevideo import MoeVideoIE
  284. from .mofosex import MofosexIE
  285. from .mojvideo import MojvideoIE
  286. from .moniker import MonikerIE
  287. from .mooshare import MooshareIE
  288. from .morningstar import MorningstarIE
  289. from .motherless import MotherlessIE
  290. from .motorsport import MotorsportIE
  291. from .movieclips import MovieClipsIE
  292. from .moviezine import MoviezineIE
  293. from .movshare import MovShareIE
  294. from .mtv import (
  295. MTVIE,
  296. MTVServicesEmbeddedIE,
  297. MTVIggyIE,
  298. )
  299. from .muenchentv import MuenchenTVIE
  300. from .musicplayon import MusicPlayOnIE
  301. from .musicvault import MusicVaultIE
  302. from .muzu import MuzuTVIE
  303. from .myspace import MySpaceIE, MySpaceAlbumIE
  304. from .myspass import MySpassIE
  305. from .myvideo import MyVideoIE
  306. from .myvidster import MyVidsterIE
  307. from .nationalgeographic import NationalGeographicIE
  308. from .naver import NaverIE
  309. from .nba import NBAIE
  310. from .nbc import (
  311. NBCIE,
  312. NBCNewsIE,
  313. )
  314. from .ndr import NDRIE
  315. from .ndtv import NDTVIE
  316. from .netzkino import NetzkinoIE
  317. from .nerdcubed import NerdCubedFeedIE
  318. from .nerdist import NerdistIE
  319. from .newgrounds import NewgroundsIE
  320. from .newstube import NewstubeIE
  321. from .nextmedia import (
  322. NextMediaIE,
  323. NextMediaActionNewsIE,
  324. AppleDailyRealtimeNewsIE,
  325. AppleDailyAnimationNewsIE
  326. )
  327. from .nfb import NFBIE
  328. from .nfl import NFLIE
  329. from .nhl import (
  330. NHLIE,
  331. NHLNewsIE,
  332. NHLVideocenterIE,
  333. )
  334. from .niconico import NiconicoIE, NiconicoPlaylistIE
  335. from .ninegag import NineGagIE
  336. from .noco import NocoIE
  337. from .normalboots import NormalbootsIE
  338. from .nosvideo import NosVideoIE
  339. from .novamov import NovaMovIE
  340. from .nowness import NownessIE
  341. from .nowvideo import NowVideoIE
  342. from .npo import (
  343. NPOIE,
  344. NPOLiveIE,
  345. NPORadioIE,
  346. NPORadioFragmentIE,
  347. TegenlichtVproIE,
  348. )
  349. from .nrk import (
  350. NRKIE,
  351. NRKPlaylistIE,
  352. NRKTVIE,
  353. )
  354. from .ntvde import NTVDeIE
  355. from .ntvru import NTVRuIE
  356. from .nytimes import NYTimesIE
  357. from .nuvid import NuvidIE
  358. from .odnoklassniki import OdnoklassnikiIE
  359. from .oktoberfesttv import OktoberfestTVIE
  360. from .ooyala import OoyalaIE
  361. from .openfilm import OpenFilmIE
  362. from .orf import (
  363. ORFTVthekIE,
  364. ORFOE1IE,
  365. ORFFM4IE,
  366. ORFIPTVIE,
  367. )
  368. from .parliamentliveuk import ParliamentLiveUKIE
  369. from .patreon import PatreonIE
  370. from .pbs import PBSIE
  371. from .phoenix import PhoenixIE
  372. from .photobucket import PhotobucketIE
  373. from .planetaplay import PlanetaPlayIE
  374. from .pladform import PladformIE
  375. from .played import PlayedIE
  376. from .playfm import PlayFMIE
  377. from .playvid import PlayvidIE
  378. from .playwire import PlaywireIE
  379. from .podomatic import PodomaticIE
  380. from .pornhd import PornHdIE
  381. from .pornhub import (
  382. PornHubIE,
  383. PornHubPlaylistIE,
  384. )
  385. from .pornotube import PornotubeIE
  386. from .pornoxo import PornoXOIE
  387. from .primesharetv import PrimeShareTVIE
  388. from .promptfile import PromptFileIE
  389. from .prosiebensat1 import ProSiebenSat1IE
  390. from .puls4 import Puls4IE
  391. from .pyvideo import PyvideoIE
  392. from .quickvid import QuickVidIE
  393. from .r7 import R7IE
  394. from .radiode import RadioDeIE
  395. from .radiobremen import RadioBremenIE
  396. from .radiofrance import RadioFranceIE
  397. from .rai import RaiIE
  398. from .rbmaradio import RBMARadioIE
  399. from .redtube import RedTubeIE
  400. from .restudy import RestudyIE
  401. from .reverbnation import ReverbNationIE
  402. from .ringtv import RingTVIE
  403. from .ro220 import Ro220IE
  404. from .rottentomatoes import RottenTomatoesIE
  405. from .roxwel import RoxwelIE
  406. from .rtbf import RTBFIE
  407. from .rte import RteIE
  408. from .rtlnl import RtlNlIE
  409. from .rtlnow import RTLnowIE
  410. from .rtl2 import RTL2IE
  411. from .rtp import RTPIE
  412. from .rts import RTSIE
  413. from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
  414. from .ruhd import RUHDIE
  415. from .rutube import (
  416. RutubeIE,
  417. RutubeChannelIE,
  418. RutubeEmbedIE,
  419. RutubeMovieIE,
  420. RutubePersonIE,
  421. )
  422. from .rutv import RUTVIE
  423. from .sandia import SandiaIE
  424. from .safari import (
  425. SafariIE,
  426. SafariCourseIE,
  427. )
  428. from .sapo import SapoIE
  429. from .savefrom import SaveFromIE
  430. from .sbs import SBSIE
  431. from .scivee import SciVeeIE
  432. from .screencast import ScreencastIE
  433. from .screencastomatic import ScreencastOMaticIE
  434. from .screenwavemedia import CinemassacreIE, ScreenwaveMediaIE, TeamFourIE
  435. from .servingsys import ServingSysIE
  436. from .sexu import SexuIE
  437. from .sexykarma import SexyKarmaIE
  438. from .shared import SharedIE
  439. from .sharesix import ShareSixIE
  440. from .sina import SinaIE
  441. from .slideshare import SlideshareIE
  442. from .slutload import SlutloadIE
  443. from .smotri import (
  444. SmotriIE,
  445. SmotriCommunityIE,
  446. SmotriUserIE,
  447. SmotriBroadcastIE,
  448. )
  449. from .snotr import SnotrIE
  450. from .sockshare import SockshareIE
  451. from .sohu import SohuIE
  452. from .soundcloud import (
  453. SoundcloudIE,
  454. SoundcloudSetIE,
  455. SoundcloudUserIE,
  456. SoundcloudPlaylistIE
  457. )
  458. from .soundgasm import (
  459. SoundgasmIE,
  460. SoundgasmProfileIE
  461. )
  462. from .southpark import (
  463. SouthParkIE,
  464. SouthparkDeIE,
  465. )
  466. from .space import SpaceIE
  467. from .spankwire import SpankwireIE
  468. from .spiegel import SpiegelIE, SpiegelArticleIE
  469. from .spiegeltv import SpiegeltvIE
  470. from .spike import SpikeIE
  471. from .sport5 import Sport5IE
  472. from .sportbox import SportBoxIE
  473. from .sportdeutschland import SportDeutschlandIE
  474. from .srmediathek import SRMediathekIE
  475. from .ssa import SSAIE
  476. from .stanfordoc import StanfordOpenClassroomIE
  477. from .steam import SteamIE
  478. from .streamcloud import StreamcloudIE
  479. from .streamcz import StreamCZIE
  480. from .streetvoice import StreetVoiceIE
  481. from .sunporno import SunPornoIE
  482. from .svtplay import SVTPlayIE
  483. from .swrmediathek import SWRMediathekIE
  484. from .syfy import SyfyIE
  485. from .sztvhu import SztvHuIE
  486. from .tagesschau import TagesschauIE
  487. from .tapely import TapelyIE
  488. from .tass import TassIE
  489. from .teachertube import (
  490. TeacherTubeIE,
  491. TeacherTubeUserIE,
  492. )
  493. from .teachingchannel import TeachingChannelIE
  494. from .teamcoco import TeamcocoIE
  495. from .techtalks import TechTalksIE
  496. from .ted import TEDIE
  497. from .telebruxelles import TeleBruxellesIE
  498. from .telecinco import TelecincoIE
  499. from .telemb import TeleMBIE
  500. from .teletask import TeleTaskIE
  501. from .tenplay import TenPlayIE
  502. from .testurl import TestURLIE
  503. from .testtube import TestTubeIE
  504. from .tf1 import TF1IE
  505. from .theonion import TheOnionIE
  506. from .theplatform import ThePlatformIE
  507. from .thesixtyone import TheSixtyOneIE
  508. from .thisav import ThisAVIE
  509. from .tinypic import TinyPicIE
  510. from .tlc import TlcIE, TlcDeIE
  511. from .tmz import TMZIE
  512. from .tnaflix import TNAFlixIE
  513. from .thvideo import (
  514. THVideoIE,
  515. THVideoPlaylistIE
  516. )
  517. from .toutv import TouTvIE
  518. from .toypics import ToypicsUserIE, ToypicsIE
  519. from .traileraddict import TrailerAddictIE
  520. from .trilulilu import TriluliluIE
  521. from .trutube import TruTubeIE
  522. from .tube8 import Tube8IE
  523. from .tudou import TudouIE
  524. from .tumblr import TumblrIE
  525. from .tunein import TuneInIE
  526. from .turbo import TurboIE
  527. from .tutv import TutvIE
  528. from .tv4 import TV4IE
  529. from .tvigle import TvigleIE
  530. from .tvp import TvpIE, TvpSeriesIE
  531. from .tvplay import TVPlayIE
  532. from .tweakers import TweakersIE
  533. from .twentyfourvideo import TwentyFourVideoIE
  534. from .twentytwotracks import (
  535. TwentyTwoTracksIE,
  536. TwentyTwoTracksGenreIE
  537. )
  538. from .twitch import (
  539. TwitchVideoIE,
  540. TwitchChapterIE,
  541. TwitchVodIE,
  542. TwitchProfileIE,
  543. TwitchPastBroadcastsIE,
  544. TwitchBookmarksIE,
  545. TwitchStreamIE,
  546. )
  547. from .ubu import UbuIE
  548. from .udemy import (
  549. UdemyIE,
  550. UdemyCourseIE
  551. )
  552. from .ultimedia import UltimediaIE
  553. from .unistra import UnistraIE
  554. from .urort import UrortIE
  555. from .ustream import UstreamIE, UstreamChannelIE
  556. from .vbox7 import Vbox7IE
  557. from .veehd import VeeHDIE
  558. from .veoh import VeohIE
  559. from .vessel import VesselIE
  560. from .vesti import VestiIE
  561. from .vevo import VevoIE
  562. from .vgtv import VGTVIE
  563. from .vh1 import VH1IE
  564. from .vice import ViceIE
  565. from .viddler import ViddlerIE
  566. from .videobam import VideoBamIE
  567. from .videodetective import VideoDetectiveIE
  568. from .videolecturesnet import VideoLecturesNetIE
  569. from .videofyme import VideofyMeIE
  570. from .videomega import VideoMegaIE
  571. from .videopremium import VideoPremiumIE
  572. from .videott import VideoTtIE
  573. from .videoweed import VideoWeedIE
  574. from .vidme import VidmeIE
  575. from .vidzi import VidziIE
  576. from .vier import VierIE, VierVideosIE
  577. from .viewster import ViewsterIE
  578. from .vimeo import (
  579. VimeoIE,
  580. VimeoAlbumIE,
  581. VimeoChannelIE,
  582. VimeoGroupsIE,
  583. VimeoLikesIE,
  584. VimeoReviewIE,
  585. VimeoUserIE,
  586. VimeoWatchLaterIE,
  587. )
  588. from .vimple import VimpleIE
  589. from .vine import (
  590. VineIE,
  591. VineUserIE,
  592. )
  593. from .viki import VikiIE
  594. from .vk import (
  595. VKIE,
  596. VKUserVideosIE,
  597. )
  598. from .vodlocker import VodlockerIE
  599. from .vporn import VpornIE
  600. from .vrt import VRTIE
  601. from .vube import VubeIE
  602. from .vuclip import VuClipIE
  603. from .vulture import VultureIE
  604. from .walla import WallaIE
  605. from .washingtonpost import WashingtonPostIE
  606. from .wat import WatIE
  607. from .wayofthemaster import WayOfTheMasterIE
  608. from .wdr import (
  609. WDRIE,
  610. WDRMobileIE,
  611. WDRMausIE,
  612. )
  613. from .webofstories import WebOfStoriesIE
  614. from .weibo import WeiboIE
  615. from .wimp import WimpIE
  616. from .wistia import WistiaIE
  617. from .worldstarhiphop import WorldStarHipHopIE
  618. from .wrzuta import WrzutaIE
  619. from .wsj import WSJIE
  620. from .xbef import XBefIE
  621. from .xboxclips import XboxClipsIE
  622. from .xhamster import XHamsterIE
  623. from .xminus import XMinusIE
  624. from .xnxx import XNXXIE
  625. from .xvideos import XVideosIE
  626. from .xtube import XTubeUserIE, XTubeIE
  627. from .xuite import XuiteIE
  628. from .xxxymovies import XXXYMoviesIE
  629. from .yahoo import (
  630. YahooIE,
  631. YahooSearchIE,
  632. )
  633. from .yam import YamIE
  634. from .yandexmusic import (
  635. YandexMusicTrackIE,
  636. YandexMusicAlbumIE,
  637. YandexMusicPlaylistIE,
  638. )
  639. from .yesjapan import YesJapanIE
  640. from .ynet import YnetIE
  641. from .youjizz import YouJizzIE
  642. from .youku import YoukuIE
  643. from .youporn import YouPornIE
  644. from .yourupload import YourUploadIE
  645. from .youtube import (
  646. YoutubeIE,
  647. YoutubeChannelIE,
  648. YoutubeFavouritesIE,
  649. YoutubeHistoryIE,
  650. YoutubePlaylistIE,
  651. YoutubeRecommendedIE,
  652. YoutubeSearchDateIE,
  653. YoutubeSearchIE,
  654. YoutubeSearchURLIE,
  655. YoutubeShowIE,
  656. YoutubeSubscriptionsIE,
  657. YoutubeTruncatedIDIE,
  658. YoutubeTruncatedURLIE,
  659. YoutubeUserIE,
  660. YoutubeWatchLaterIE,
  661. )
  662. from .zapiks import ZapiksIE
  663. from .zdf import ZDFIE, ZDFChannelIE
  664. from .zingmp3 import (
  665. ZingMp3SongIE,
  666. ZingMp3AlbumIE,
  667. )
  668. _ALL_CLASSES = [
  669. klass
  670. for name, klass in globals().items()
  671. if name.endswith('IE') and name != 'GenericIE'
  672. ]
  673. _ALL_CLASSES.append(GenericIE)
  674. def gen_extractors():
  675. """ Return a list of an instance of every supported extractor.
  676. The order does matter; the first extractor matched is the one handling the URL.
  677. """
  678. return [klass() for klass in _ALL_CLASSES]
  679. def list_extractors(age_limit):
  680. """
  681. Return a list of extractors that are suitable for the given age,
  682. sorted by extractor ID.
  683. """
  684. return sorted(
  685. filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
  686. key=lambda ie: ie.IE_NAME.lower())
  687. def get_info_extractor(ie_name):
  688. """Returns the info extractor class with the given ie_name"""
  689. return globals()[ie_name + 'IE']