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.

733 lines
19 KiB

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