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.

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