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.

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