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.

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