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.

766 lines
20 KiB

11 years ago
10 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 .espn import ESPNIE
  144. from .everyonesmixtape import EveryonesMixtapeIE
  145. from .exfm import ExfmIE
  146. from .expotv import ExpoTVIE
  147. from .extremetube import ExtremeTubeIE
  148. from .facebook import FacebookIE
  149. from .faz import FazIE
  150. from .fc2 import FC2IE
  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 .iqiyi import IqiyiIE
  232. from .ivi import (
  233. IviIE,
  234. IviCompilationIE
  235. )
  236. from .izlesene import IzleseneIE
  237. from .jadorecettepub import JadoreCettePubIE
  238. from .jeuxvideo import JeuxVideoIE
  239. from .jove import JoveIE
  240. from .jukebox import JukeboxIE
  241. from .jpopsukitv import JpopsukiIE
  242. from .kaltura import KalturaIE
  243. from .kanalplay import KanalPlayIE
  244. from .kankan import KankanIE
  245. from .karaoketv import KaraoketvIE
  246. from .karrierevideos import KarriereVideosIE
  247. from .keezmovies import KeezMoviesIE
  248. from .khanacademy import KhanAcademyIE
  249. from .kickstarter import KickStarterIE
  250. from .keek import KeekIE
  251. from .kontrtube import KontrTubeIE
  252. from .krasview import KrasViewIE
  253. from .ku6 import Ku6IE
  254. from .la7 import LA7IE
  255. from .laola1tv import Laola1TvIE
  256. from .letv import (
  257. LetvIE,
  258. LetvTvIE,
  259. LetvPlaylistIE
  260. )
  261. from .libsyn import LibsynIE
  262. from .lifenews import (
  263. LifeNewsIE,
  264. LifeEmbedIE,
  265. )
  266. from .liveleak import LiveLeakIE
  267. from .livestream import (
  268. LivestreamIE,
  269. LivestreamOriginalIE,
  270. LivestreamShortenerIE,
  271. )
  272. from .lnkgo import LnkGoIE
  273. from .lrt import LRTIE
  274. from .lynda import (
  275. LyndaIE,
  276. LyndaCourseIE
  277. )
  278. from .m6 import M6IE
  279. from .macgamestore import MacGameStoreIE
  280. from .mailru import MailRuIE
  281. from .malemotion import MalemotionIE
  282. from .mdr import MDRIE
  283. from .megavideoz import MegaVideozIE
  284. from .metacafe import MetacafeIE
  285. from .metacritic import MetacriticIE
  286. from .mgoon import MgoonIE
  287. from .minhateca import MinhatecaIE
  288. from .ministrygrid import MinistryGridIE
  289. from .miomio import MioMioIE
  290. from .mit import TechTVMITIE, MITIE, OCWMITIE
  291. from .mitele import MiTeleIE
  292. from .mixcloud import MixcloudIE
  293. from .mlb import MLBIE
  294. from .mpora import MporaIE
  295. from .moevideo import MoeVideoIE
  296. from .mofosex import MofosexIE
  297. from .mojvideo import MojvideoIE
  298. from .moniker import MonikerIE
  299. from .mooshare import MooshareIE
  300. from .morningstar import MorningstarIE
  301. from .motherless import MotherlessIE
  302. from .motorsport import MotorsportIE
  303. from .movieclips import MovieClipsIE
  304. from .moviezine import MoviezineIE
  305. from .movshare import MovShareIE
  306. from .mtv import (
  307. MTVIE,
  308. MTVServicesEmbeddedIE,
  309. MTVIggyIE,
  310. )
  311. from .muenchentv import MuenchenTVIE
  312. from .musicplayon import MusicPlayOnIE
  313. from .musicvault import MusicVaultIE
  314. from .muzu import MuzuTVIE
  315. from .myspace import MySpaceIE, MySpaceAlbumIE
  316. from .myspass import MySpassIE
  317. from .myvideo import MyVideoIE
  318. from .myvidster import MyVidsterIE
  319. from .nationalgeographic import NationalGeographicIE
  320. from .naver import NaverIE
  321. from .nba import NBAIE
  322. from .nbc import (
  323. NBCIE,
  324. NBCNewsIE,
  325. NBCSportsIE,
  326. NBCSportsVPlayerIE,
  327. )
  328. from .ndr import (
  329. NDRIE,
  330. NJoyIE,
  331. )
  332. from .ndtv import NDTVIE
  333. from .netzkino import NetzkinoIE
  334. from .nerdcubed import NerdCubedFeedIE
  335. from .nerdist import NerdistIE
  336. from .newgrounds import NewgroundsIE
  337. from .newstube import NewstubeIE
  338. from .nextmedia import (
  339. NextMediaIE,
  340. NextMediaActionNewsIE,
  341. AppleDailyIE,
  342. )
  343. from .nfb import NFBIE
  344. from .nfl import NFLIE
  345. from .nhl import (
  346. NHLIE,
  347. NHLNewsIE,
  348. NHLVideocenterIE,
  349. )
  350. from .niconico import NiconicoIE, NiconicoPlaylistIE
  351. from .ninegag import NineGagIE
  352. from .noco import NocoIE
  353. from .normalboots import NormalbootsIE
  354. from .nosvideo import NosVideoIE
  355. from .nova import NovaIE
  356. from .novamov import NovaMovIE
  357. from .nowness import NownessIE
  358. from .nowtv import NowTVIE
  359. from .nowvideo import NowVideoIE
  360. from .npo import (
  361. NPOIE,
  362. NPOLiveIE,
  363. NPORadioIE,
  364. NPORadioFragmentIE,
  365. TegenlichtVproIE,
  366. )
  367. from .nrk import (
  368. NRKIE,
  369. NRKPlaylistIE,
  370. NRKTVIE,
  371. )
  372. from .ntvde import NTVDeIE
  373. from .ntvru import NTVRuIE
  374. from .nytimes import (
  375. NYTimesIE,
  376. NYTimesArticleIE,
  377. )
  378. from .nuvid import NuvidIE
  379. from .odnoklassniki import OdnoklassnikiIE
  380. from .oktoberfesttv import OktoberfestTVIE
  381. from .ooyala import (
  382. OoyalaIE,
  383. OoyalaExternalIE,
  384. )
  385. from .openfilm import OpenFilmIE
  386. from .orf import (
  387. ORFTVthekIE,
  388. ORFOE1IE,
  389. ORFFM4IE,
  390. ORFIPTVIE,
  391. )
  392. from .parliamentliveuk import ParliamentLiveUKIE
  393. from .patreon import PatreonIE
  394. from .pbs import PBSIE
  395. from .philharmoniedeparis import PhilharmonieDeParisIE
  396. from .phoenix import PhoenixIE
  397. from .photobucket import PhotobucketIE
  398. from .planetaplay import PlanetaPlayIE
  399. from .pladform import PladformIE
  400. from .played import PlayedIE
  401. from .playfm import PlayFMIE
  402. from .playvid import PlayvidIE
  403. from .playwire import PlaywireIE
  404. from .podomatic import PodomaticIE
  405. from .porn91 import Porn91IE
  406. from .pornhd import PornHdIE
  407. from .pornhub import (
  408. PornHubIE,
  409. PornHubPlaylistIE,
  410. )
  411. from .pornotube import PornotubeIE
  412. from .pornovoisines import PornoVoisinesIE
  413. from .pornoxo import PornoXOIE
  414. from .primesharetv import PrimeShareTVIE
  415. from .promptfile import PromptFileIE
  416. from .prosiebensat1 import ProSiebenSat1IE
  417. from .puls4 import Puls4IE
  418. from .pyvideo import PyvideoIE
  419. from .qqmusic import (
  420. QQMusicIE,
  421. QQMusicSingerIE,
  422. QQMusicAlbumIE,
  423. QQMusicToplistIE,
  424. )
  425. from .quickvid import QuickVidIE
  426. from .r7 import R7IE
  427. from .radiode import RadioDeIE
  428. from .radiojavan import RadioJavanIE
  429. from .radiobremen import RadioBremenIE
  430. from .radiofrance import RadioFranceIE
  431. from .rai import RaiIE
  432. from .rbmaradio import RBMARadioIE
  433. from .redtube import RedTubeIE
  434. from .restudy import RestudyIE
  435. from .reverbnation import ReverbNationIE
  436. from .ringtv import RingTVIE
  437. from .ro220 import Ro220IE
  438. from .rottentomatoes import RottenTomatoesIE
  439. from .roxwel import RoxwelIE
  440. from .rtbf import RTBFIE
  441. from .rte import RteIE
  442. from .rtlnl import RtlNlIE
  443. from .rtl2 import RTL2IE
  444. from .rtp import RTPIE
  445. from .rts import RTSIE
  446. from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
  447. from .ruhd import RUHDIE
  448. from .rutube import (
  449. RutubeIE,
  450. RutubeChannelIE,
  451. RutubeEmbedIE,
  452. RutubeMovieIE,
  453. RutubePersonIE,
  454. )
  455. from .rutv import RUTVIE
  456. from .ruutu import RuutuIE
  457. from .sandia import SandiaIE
  458. from .safari import (
  459. SafariIE,
  460. SafariCourseIE,
  461. )
  462. from .sapo import SapoIE
  463. from .savefrom import SaveFromIE
  464. from .sbs import SBSIE
  465. from .scivee import SciVeeIE
  466. from .screencast import ScreencastIE
  467. from .screencastomatic import ScreencastOMaticIE
  468. from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
  469. from .senateisvp import SenateISVPIE
  470. from .servingsys import ServingSysIE
  471. from .sexu import SexuIE
  472. from .sexykarma import SexyKarmaIE
  473. from .shared import SharedIE
  474. from .sharesix import ShareSixIE
  475. from .sina import SinaIE
  476. from .slideshare import SlideshareIE
  477. from .slutload import SlutloadIE
  478. from .smotri import (
  479. SmotriIE,
  480. SmotriCommunityIE,
  481. SmotriUserIE,
  482. SmotriBroadcastIE,
  483. )
  484. from .snotr import SnotrIE
  485. from .sohu import SohuIE
  486. from .soompi import (
  487. SoompiIE,
  488. SoompiShowIE,
  489. )
  490. from .soundcloud import (
  491. SoundcloudIE,
  492. SoundcloudSetIE,
  493. SoundcloudUserIE,
  494. SoundcloudPlaylistIE
  495. )
  496. from .soundgasm import (
  497. SoundgasmIE,
  498. SoundgasmProfileIE
  499. )
  500. from .southpark import (
  501. SouthParkIE,
  502. SouthParkDeIE,
  503. SouthParkDkIE,
  504. SouthParkEsIE,
  505. SouthParkNlIE
  506. )
  507. from .space import SpaceIE
  508. from .spankbang import SpankBangIE
  509. from .spankwire import SpankwireIE
  510. from .spiegel import SpiegelIE, SpiegelArticleIE
  511. from .spiegeltv import SpiegeltvIE
  512. from .spike import SpikeIE
  513. from .sport5 import Sport5IE
  514. from .sportbox import (
  515. SportBoxIE,
  516. SportBoxEmbedIE,
  517. )
  518. from .sportdeutschland import SportDeutschlandIE
  519. from .srf import SrfIE
  520. from .srmediathek import SRMediathekIE
  521. from .ssa import SSAIE
  522. from .stanfordoc import StanfordOpenClassroomIE
  523. from .steam import SteamIE
  524. from .streamcloud import StreamcloudIE
  525. from .streamcz import StreamCZIE
  526. from .streetvoice import StreetVoiceIE
  527. from .sunporno import SunPornoIE
  528. from .svt import (
  529. SVTIE,
  530. SVTPlayIE,
  531. )
  532. from .swrmediathek import SWRMediathekIE
  533. from .syfy import SyfyIE
  534. from .sztvhu import SztvHuIE
  535. from .tagesschau import TagesschauIE
  536. from .tapely import TapelyIE
  537. from .tass import TassIE
  538. from .teachertube import (
  539. TeacherTubeIE,
  540. TeacherTubeUserIE,
  541. )
  542. from .teachingchannel import TeachingChannelIE
  543. from .teamcoco import TeamcocoIE
  544. from .techtalks import TechTalksIE
  545. from .ted import TEDIE
  546. from .telebruxelles import TeleBruxellesIE
  547. from .telecinco import TelecincoIE
  548. from .telemb import TeleMBIE
  549. from .teletask import TeleTaskIE
  550. from .tenplay import TenPlayIE
  551. from .testurl import TestURLIE
  552. from .testtube import TestTubeIE
  553. from .tf1 import TF1IE
  554. from .theonion import TheOnionIE
  555. from .theplatform import ThePlatformIE
  556. from .thesixtyone import TheSixtyOneIE
  557. from .thisav import ThisAVIE
  558. from .tinypic import TinyPicIE
  559. from .tlc import TlcIE, TlcDeIE
  560. from .tmz import (
  561. TMZIE,
  562. TMZArticleIE,
  563. )
  564. from .tnaflix import TNAFlixIE
  565. from .thvideo import (
  566. THVideoIE,
  567. THVideoPlaylistIE
  568. )
  569. from .toutv import TouTvIE
  570. from .toypics import ToypicsUserIE, ToypicsIE
  571. from .traileraddict import TrailerAddictIE
  572. from .trilulilu import TriluliluIE
  573. from .trutube import TruTubeIE
  574. from .tube8 import Tube8IE
  575. from .tubitv import TubiTvIE
  576. from .tudou import TudouIE
  577. from .tumblr import TumblrIE
  578. from .tunein import TuneInIE
  579. from .turbo import TurboIE
  580. from .tutv import TutvIE
  581. from .tv2 import (
  582. TV2IE,
  583. TV2ArticleIE,
  584. )
  585. from .tv4 import TV4IE
  586. from .tvigle import TvigleIE
  587. from .tvp import TvpIE, TvpSeriesIE
  588. from .tvplay import TVPlayIE
  589. from .tweakers import TweakersIE
  590. from .twentyfourvideo import TwentyFourVideoIE
  591. from .twentytwotracks import (
  592. TwentyTwoTracksIE,
  593. TwentyTwoTracksGenreIE
  594. )
  595. from .twitch import (
  596. TwitchVideoIE,
  597. TwitchChapterIE,
  598. TwitchVodIE,
  599. TwitchProfileIE,
  600. TwitchPastBroadcastsIE,
  601. TwitchBookmarksIE,
  602. TwitchStreamIE,
  603. )
  604. from .ubu import UbuIE
  605. from .udemy import (
  606. UdemyIE,
  607. UdemyCourseIE
  608. )
  609. from .udn import UDNEmbedIE
  610. from .ultimedia import UltimediaIE
  611. from .unistra import UnistraIE
  612. from .urort import UrortIE
  613. from .ustream import UstreamIE, UstreamChannelIE
  614. from .varzesh3 import Varzesh3IE
  615. from .vbox7 import Vbox7IE
  616. from .veehd import VeeHDIE
  617. from .veoh import VeohIE
  618. from .vessel import VesselIE
  619. from .vesti import VestiIE
  620. from .vevo import VevoIE
  621. from .vgtv import (
  622. BTArticleIE,
  623. BTVestlendingenIE,
  624. VGTVIE,
  625. )
  626. from .vh1 import VH1IE
  627. from .vice import ViceIE
  628. from .viddler import ViddlerIE
  629. from .videobam import VideoBamIE
  630. from .videodetective import VideoDetectiveIE
  631. from .videolecturesnet import VideoLecturesNetIE
  632. from .videofyme import VideofyMeIE
  633. from .videomega import VideoMegaIE
  634. from .videopremium import VideoPremiumIE
  635. from .videott import VideoTtIE
  636. from .videoweed import VideoWeedIE
  637. from .vidme import VidmeIE
  638. from .vidzi import VidziIE
  639. from .vier import VierIE, VierVideosIE
  640. from .viewster import ViewsterIE
  641. from .vimeo import (
  642. VimeoIE,
  643. VimeoAlbumIE,
  644. VimeoChannelIE,
  645. VimeoGroupsIE,
  646. VimeoLikesIE,
  647. VimeoReviewIE,
  648. VimeoUserIE,
  649. VimeoWatchLaterIE,
  650. )
  651. from .vimple import VimpleIE
  652. from .vine import (
  653. VineIE,
  654. VineUserIE,
  655. )
  656. from .viki import (
  657. VikiIE,
  658. VikiChannelIE,
  659. )
  660. from .vk import (
  661. VKIE,
  662. VKUserVideosIE,
  663. )
  664. from .vodlocker import VodlockerIE
  665. from .voicerepublic import VoiceRepublicIE
  666. from .vporn import VpornIE
  667. from .vrt import VRTIE
  668. from .vube import VubeIE
  669. from .vuclip import VuClipIE
  670. from .vulture import VultureIE
  671. from .walla import WallaIE
  672. from .washingtonpost import WashingtonPostIE
  673. from .wat import WatIE
  674. from .wayofthemaster import WayOfTheMasterIE
  675. from .wdr import (
  676. WDRIE,
  677. WDRMobileIE,
  678. WDRMausIE,
  679. )
  680. from .webofstories import WebOfStoriesIE
  681. from .weibo import WeiboIE
  682. from .wimp import WimpIE
  683. from .wistia import WistiaIE
  684. from .worldstarhiphop import WorldStarHipHopIE
  685. from .wrzuta import WrzutaIE
  686. from .wsj import WSJIE
  687. from .xbef import XBefIE
  688. from .xboxclips import XboxClipsIE
  689. from .xhamster import XHamsterIE
  690. from .xminus import XMinusIE
  691. from .xnxx import XNXXIE
  692. from .xstream import XstreamIE
  693. from .xtube import XTubeUserIE, XTubeIE
  694. from .xuite import XuiteIE
  695. from .xvideos import XVideosIE
  696. from .xxxymovies import XXXYMoviesIE
  697. from .yahoo import (
  698. YahooIE,
  699. YahooSearchIE,
  700. )
  701. from .yam import YamIE
  702. from .yandexmusic import (
  703. YandexMusicTrackIE,
  704. YandexMusicAlbumIE,
  705. YandexMusicPlaylistIE,
  706. )
  707. from .yesjapan import YesJapanIE
  708. from .ynet import YnetIE
  709. from .youjizz import YouJizzIE
  710. from .youku import YoukuIE
  711. from .youporn import YouPornIE
  712. from .yourupload import YourUploadIE
  713. from .youtube import (
  714. YoutubeIE,
  715. YoutubeChannelIE,
  716. YoutubeFavouritesIE,
  717. YoutubeHistoryIE,
  718. YoutubePlaylistIE,
  719. YoutubeRecommendedIE,
  720. YoutubeSearchDateIE,
  721. YoutubeSearchIE,
  722. YoutubeSearchURLIE,
  723. YoutubeShowIE,
  724. YoutubeSubscriptionsIE,
  725. YoutubeTruncatedIDIE,
  726. YoutubeTruncatedURLIE,
  727. YoutubeUserIE,
  728. YoutubeWatchLaterIE,
  729. )
  730. from .zapiks import ZapiksIE
  731. from .zdf import ZDFIE, ZDFChannelIE
  732. from .zingmp3 import (
  733. ZingMp3SongIE,
  734. ZingMp3AlbumIE,
  735. )
  736. _ALL_CLASSES = [
  737. klass
  738. for name, klass in globals().items()
  739. if name.endswith('IE') and name != 'GenericIE'
  740. ]
  741. _ALL_CLASSES.append(GenericIE)
  742. def gen_extractors():
  743. """ Return a list of an instance of every supported extractor.
  744. The order does matter; the first extractor matched is the one handling the URL.
  745. """
  746. return [klass() for klass in _ALL_CLASSES]
  747. def list_extractors(age_limit):
  748. """
  749. Return a list of extractors that are suitable for the given age,
  750. sorted by extractor ID.
  751. """
  752. return sorted(
  753. filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
  754. key=lambda ie: ie.IE_NAME.lower())
  755. def get_info_extractor(ie_name):
  756. """Returns the info extractor class with the given ie_name"""
  757. return globals()[ie_name + 'IE']