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.

758 lines
20 KiB

11 years ago
10 years ago
11 years ago
11 years ago
11 years ago
11 years ago
10 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 .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 .firedrive import FiredriveIE
  152. from .firstpost import FirstpostIE
  153. from .firsttv import FirstTVIE
  154. from .fivemin import FiveMinIE
  155. from .fktv import (
  156. FKTVIE,
  157. FKTVPosteckeIE,
  158. )
  159. from .flickr import FlickrIE
  160. from .folketinget import FolketingetIE
  161. from .footyroom import FootyRoomIE
  162. from .fourtube import FourTubeIE
  163. from .foxgay import FoxgayIE
  164. from .foxnews import FoxNewsIE
  165. from .foxsports import FoxSportsIE
  166. from .franceculture import FranceCultureIE
  167. from .franceinter import FranceInterIE
  168. from .francetv import (
  169. PluzzIE,
  170. FranceTvInfoIE,
  171. FranceTVIE,
  172. GenerationQuoiIE,
  173. CultureboxIE,
  174. )
  175. from .freesound import FreesoundIE
  176. from .freespeech import FreespeechIE
  177. from .freevideo import FreeVideoIE
  178. from .funnyordie import FunnyOrDieIE
  179. from .gamekings import GamekingsIE
  180. from .gameone import (
  181. GameOneIE,
  182. GameOnePlaylistIE,
  183. )
  184. from .gamersyde import GamersydeIE
  185. from .gamespot import GameSpotIE
  186. from .gamestar import GameStarIE
  187. from .gametrailers import GametrailersIE
  188. from .gazeta import GazetaIE
  189. from .gdcvault import GDCVaultIE
  190. from .generic import GenericIE
  191. from .gfycat import GfycatIE
  192. from .giantbomb import GiantBombIE
  193. from .giga import GigaIE
  194. from .glide import GlideIE
  195. from .globo import GloboIE
  196. from .godtube import GodTubeIE
  197. from .goldenmoustache import GoldenMoustacheIE
  198. from .golem import GolemIE
  199. from .googleplus import GooglePlusIE
  200. from .googlesearch import GoogleSearchIE
  201. from .gorillavid import GorillaVidIE
  202. from .goshgay import GoshgayIE
  203. from .groupon import GrouponIE
  204. from .hark import HarkIE
  205. from .hearthisat import HearThisAtIE
  206. from .heise import HeiseIE
  207. from .hellporno import HellPornoIE
  208. from .helsinki import HelsinkiIE
  209. from .hentaistigma import HentaiStigmaIE
  210. from .historicfilms import HistoricFilmsIE
  211. from .history import HistoryIE
  212. from .hitbox import HitboxIE, HitboxLiveIE
  213. from .hornbunny import HornBunnyIE
  214. from .hostingbulk import HostingBulkIE
  215. from .hotnewhiphop import HotNewHipHopIE
  216. from .howcast import HowcastIE
  217. from .howstuffworks import HowStuffWorksIE
  218. from .huffpost import HuffPostIE
  219. from .hypem import HypemIE
  220. from .iconosquare import IconosquareIE
  221. from .ign import IGNIE, OneUPIE
  222. from .imdb import (
  223. ImdbIE,
  224. ImdbListIE
  225. )
  226. from .imgur import ImgurIE
  227. from .ina import InaIE
  228. from .infoq import InfoQIE
  229. from .instagram import InstagramIE, InstagramUserIE
  230. from .internetvideoarchive import InternetVideoArchiveIE
  231. from .iprima import IPrimaIE
  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 .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 .novamov import NovaMovIE
  355. from .nowness import NownessIE
  356. from .nowvideo import NowVideoIE
  357. from .npo import (
  358. NPOIE,
  359. NPOLiveIE,
  360. NPORadioIE,
  361. NPORadioFragmentIE,
  362. TegenlichtVproIE,
  363. )
  364. from .nrk import (
  365. NRKIE,
  366. NRKPlaylistIE,
  367. NRKTVIE,
  368. )
  369. from .ntvde import NTVDeIE
  370. from .ntvru import NTVRuIE
  371. from .nytimes import (
  372. NYTimesIE,
  373. NYTimesArticleIE,
  374. )
  375. from .nuvid import NuvidIE
  376. from .odnoklassniki import OdnoklassnikiIE
  377. from .oktoberfesttv import OktoberfestTVIE
  378. from .ooyala import (
  379. OoyalaIE,
  380. OoyalaExternalIE,
  381. )
  382. from .openfilm import OpenFilmIE
  383. from .orf import (
  384. ORFTVthekIE,
  385. ORFOE1IE,
  386. ORFFM4IE,
  387. ORFIPTVIE,
  388. )
  389. from .parliamentliveuk import ParliamentLiveUKIE
  390. from .patreon import PatreonIE
  391. from .pbs import PBSIE
  392. from .philharmoniedeparis import PhilharmonieDeParisIE
  393. from .phoenix import PhoenixIE
  394. from .photobucket import PhotobucketIE
  395. from .planetaplay import PlanetaPlayIE
  396. from .pladform import PladformIE
  397. from .played import PlayedIE
  398. from .playfm import PlayFMIE
  399. from .playvid import PlayvidIE
  400. from .playwire import PlaywireIE
  401. from .podomatic import PodomaticIE
  402. from .pornhd import PornHdIE
  403. from .pornhub import (
  404. PornHubIE,
  405. PornHubPlaylistIE,
  406. )
  407. from .pornotube import PornotubeIE
  408. from .pornovoisines import PornoVoisinesIE
  409. from .pornoxo import PornoXOIE
  410. from .primesharetv import PrimeShareTVIE
  411. from .promptfile import PromptFileIE
  412. from .prosiebensat1 import ProSiebenSat1IE
  413. from .puls4 import Puls4IE
  414. from .pyvideo import PyvideoIE
  415. from .qqmusic import (
  416. QQMusicIE,
  417. QQMusicSingerIE,
  418. QQMusicAlbumIE,
  419. QQMusicToplistIE,
  420. )
  421. from .quickvid import QuickVidIE
  422. from .r7 import R7IE
  423. from .radiode import RadioDeIE
  424. from .radiojavan import RadioJavanIE
  425. from .radiobremen import RadioBremenIE
  426. from .radiofrance import RadioFranceIE
  427. from .rai import RaiIE
  428. from .rbmaradio import RBMARadioIE
  429. from .redtube import RedTubeIE
  430. from .restudy import RestudyIE
  431. from .reverbnation import ReverbNationIE
  432. from .ringtv import RingTVIE
  433. from .ro220 import Ro220IE
  434. from .rottentomatoes import RottenTomatoesIE
  435. from .roxwel import RoxwelIE
  436. from .rtbf import RTBFIE
  437. from .rte import RteIE
  438. from .rtlnl import RtlNlIE
  439. from .rtlnow import RTLnowIE
  440. from .rtl2 import RTL2IE
  441. from .rtp import RTPIE
  442. from .rts import RTSIE
  443. from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
  444. from .ruhd import RUHDIE
  445. from .rutube import (
  446. RutubeIE,
  447. RutubeChannelIE,
  448. RutubeEmbedIE,
  449. RutubeMovieIE,
  450. RutubePersonIE,
  451. )
  452. from .rutv import RUTVIE
  453. from .sandia import SandiaIE
  454. from .safari import (
  455. SafariIE,
  456. SafariCourseIE,
  457. )
  458. from .sapo import SapoIE
  459. from .savefrom import SaveFromIE
  460. from .sbs import SBSIE
  461. from .scivee import SciVeeIE
  462. from .screencast import ScreencastIE
  463. from .screencastomatic import ScreencastOMaticIE
  464. from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
  465. from .senateisvp import SenateISVPIE
  466. from .servingsys import ServingSysIE
  467. from .sexu import SexuIE
  468. from .sexykarma import SexyKarmaIE
  469. from .shared import SharedIE
  470. from .sharesix import ShareSixIE
  471. from .sina import SinaIE
  472. from .slideshare import SlideshareIE
  473. from .slutload import SlutloadIE
  474. from .smotri import (
  475. SmotriIE,
  476. SmotriCommunityIE,
  477. SmotriUserIE,
  478. SmotriBroadcastIE,
  479. )
  480. from .snotr import SnotrIE
  481. from .sockshare import SockshareIE
  482. from .sohu import SohuIE
  483. from .soundcloud import (
  484. SoundcloudIE,
  485. SoundcloudSetIE,
  486. SoundcloudUserIE,
  487. SoundcloudPlaylistIE
  488. )
  489. from .soundgasm import (
  490. SoundgasmIE,
  491. SoundgasmProfileIE
  492. )
  493. from .southpark import (
  494. SouthParkIE,
  495. SouthParkDeIE,
  496. SouthParkDkIE,
  497. SouthParkEsIE,
  498. SouthParkNlIE
  499. )
  500. from .space import SpaceIE
  501. from .spankbang import SpankBangIE
  502. from .spankwire import SpankwireIE
  503. from .spiegel import SpiegelIE, SpiegelArticleIE
  504. from .spiegeltv import SpiegeltvIE
  505. from .spike import SpikeIE
  506. from .sport5 import Sport5IE
  507. from .sportbox import (
  508. SportBoxIE,
  509. SportBoxEmbedIE,
  510. )
  511. from .sportdeutschland import SportDeutschlandIE
  512. from .srf import SrfIE
  513. from .srmediathek import SRMediathekIE
  514. from .ssa import SSAIE
  515. from .stanfordoc import StanfordOpenClassroomIE
  516. from .steam import SteamIE
  517. from .streamcloud import StreamcloudIE
  518. from .streamcz import StreamCZIE
  519. from .streetvoice import StreetVoiceIE
  520. from .sunporno import SunPornoIE
  521. from .svt import (
  522. SVTIE,
  523. SVTPlayIE,
  524. )
  525. from .swrmediathek import SWRMediathekIE
  526. from .syfy import SyfyIE
  527. from .sztvhu import SztvHuIE
  528. from .tagesschau import TagesschauIE
  529. from .tapely import TapelyIE
  530. from .tass import TassIE
  531. from .teachertube import (
  532. TeacherTubeIE,
  533. TeacherTubeUserIE,
  534. )
  535. from .teachingchannel import TeachingChannelIE
  536. from .teamcoco import TeamcocoIE
  537. from .techtalks import TechTalksIE
  538. from .ted import TEDIE
  539. from .telebruxelles import TeleBruxellesIE
  540. from .telecinco import TelecincoIE
  541. from .telemb import TeleMBIE
  542. from .teletask import TeleTaskIE
  543. from .tenplay import TenPlayIE
  544. from .testurl import TestURLIE
  545. from .testtube import TestTubeIE
  546. from .tf1 import TF1IE
  547. from .theonion import TheOnionIE
  548. from .theplatform import ThePlatformIE
  549. from .thesixtyone import TheSixtyOneIE
  550. from .thisav import ThisAVIE
  551. from .tinypic import TinyPicIE
  552. from .tlc import TlcIE, TlcDeIE
  553. from .tmz import (
  554. TMZIE,
  555. TMZArticleIE,
  556. )
  557. from .tnaflix import TNAFlixIE
  558. from .thvideo import (
  559. THVideoIE,
  560. THVideoPlaylistIE
  561. )
  562. from .toutv import TouTvIE
  563. from .toypics import ToypicsUserIE, ToypicsIE
  564. from .traileraddict import TrailerAddictIE
  565. from .trilulilu import TriluliluIE
  566. from .trutube import TruTubeIE
  567. from .tube8 import Tube8IE
  568. from .tudou import TudouIE
  569. from .tumblr import TumblrIE
  570. from .tunein import TuneInIE
  571. from .turbo import TurboIE
  572. from .tutv import TutvIE
  573. from .tv2 import (
  574. TV2IE,
  575. TV2ArticleIE,
  576. )
  577. from .tv4 import TV4IE
  578. from .tvigle import TvigleIE
  579. from .tvp import TvpIE, TvpSeriesIE
  580. from .tvplay import TVPlayIE
  581. from .tweakers import TweakersIE
  582. from .twentyfourvideo import TwentyFourVideoIE
  583. from .twentytwotracks import (
  584. TwentyTwoTracksIE,
  585. TwentyTwoTracksGenreIE
  586. )
  587. from .twitch import (
  588. TwitchVideoIE,
  589. TwitchChapterIE,
  590. TwitchVodIE,
  591. TwitchProfileIE,
  592. TwitchPastBroadcastsIE,
  593. TwitchBookmarksIE,
  594. TwitchStreamIE,
  595. )
  596. from .ubu import UbuIE
  597. from .udemy import (
  598. UdemyIE,
  599. UdemyCourseIE
  600. )
  601. from .udn import UDNEmbedIE
  602. from .ultimedia import UltimediaIE
  603. from .unistra import UnistraIE
  604. from .urort import UrortIE
  605. from .ustream import UstreamIE, UstreamChannelIE
  606. from .varzesh3 import Varzesh3IE
  607. from .vbox7 import Vbox7IE
  608. from .veehd import VeeHDIE
  609. from .veoh import VeohIE
  610. from .vessel import VesselIE
  611. from .vesti import VestiIE
  612. from .vevo import VevoIE
  613. from .vgtv import (
  614. BTArticleIE,
  615. BTVestlendingenIE,
  616. VGTVIE,
  617. )
  618. from .vh1 import VH1IE
  619. from .vice import ViceIE
  620. from .viddler import ViddlerIE
  621. from .videobam import VideoBamIE
  622. from .videodetective import VideoDetectiveIE
  623. from .videolecturesnet import VideoLecturesNetIE
  624. from .videofyme import VideofyMeIE
  625. from .videomega import VideoMegaIE
  626. from .videopremium import VideoPremiumIE
  627. from .videott import VideoTtIE
  628. from .videoweed import VideoWeedIE
  629. from .vidme import VidmeIE
  630. from .vidzi import VidziIE
  631. from .vier import VierIE, VierVideosIE
  632. from .viewster import ViewsterIE
  633. from .vimeo import (
  634. VimeoIE,
  635. VimeoAlbumIE,
  636. VimeoChannelIE,
  637. VimeoGroupsIE,
  638. VimeoLikesIE,
  639. VimeoReviewIE,
  640. VimeoUserIE,
  641. VimeoWatchLaterIE,
  642. )
  643. from .vimple import VimpleIE
  644. from .vine import (
  645. VineIE,
  646. VineUserIE,
  647. )
  648. from .viki import (
  649. VikiIE,
  650. VikiChannelIE,
  651. )
  652. from .vk import (
  653. VKIE,
  654. VKUserVideosIE,
  655. )
  656. from .vodlocker import VodlockerIE
  657. from .voicerepublic import VoiceRepublicIE
  658. from .vporn import VpornIE
  659. from .vrt import VRTIE
  660. from .vube import VubeIE
  661. from .vuclip import VuClipIE
  662. from .vulture import VultureIE
  663. from .walla import WallaIE
  664. from .washingtonpost import WashingtonPostIE
  665. from .wat import WatIE
  666. from .wayofthemaster import WayOfTheMasterIE
  667. from .wdr import (
  668. WDRIE,
  669. WDRMobileIE,
  670. WDRMausIE,
  671. )
  672. from .webofstories import WebOfStoriesIE
  673. from .weibo import WeiboIE
  674. from .wimp import WimpIE
  675. from .wistia import WistiaIE
  676. from .worldstarhiphop import WorldStarHipHopIE
  677. from .wrzuta import WrzutaIE
  678. from .wsj import WSJIE
  679. from .xbef import XBefIE
  680. from .xboxclips import XboxClipsIE
  681. from .xhamster import XHamsterIE
  682. from .xminus import XMinusIE
  683. from .xnxx import XNXXIE
  684. from .xstream import XstreamIE
  685. from .xtube import XTubeUserIE, XTubeIE
  686. from .xuite import XuiteIE
  687. from .xvideos import XVideosIE
  688. from .xxxymovies import XXXYMoviesIE
  689. from .yahoo import (
  690. YahooIE,
  691. YahooSearchIE,
  692. )
  693. from .yam import YamIE
  694. from .yandexmusic import (
  695. YandexMusicTrackIE,
  696. YandexMusicAlbumIE,
  697. YandexMusicPlaylistIE,
  698. )
  699. from .yesjapan import YesJapanIE
  700. from .ynet import YnetIE
  701. from .youjizz import YouJizzIE
  702. from .youku import YoukuIE
  703. from .youporn import YouPornIE
  704. from .yourupload import YourUploadIE
  705. from .youtube import (
  706. YoutubeIE,
  707. YoutubeChannelIE,
  708. YoutubeFavouritesIE,
  709. YoutubeHistoryIE,
  710. YoutubePlaylistIE,
  711. YoutubeRecommendedIE,
  712. YoutubeSearchDateIE,
  713. YoutubeSearchIE,
  714. YoutubeSearchURLIE,
  715. YoutubeShowIE,
  716. YoutubeSubscriptionsIE,
  717. YoutubeTruncatedIDIE,
  718. YoutubeTruncatedURLIE,
  719. YoutubeUserIE,
  720. YoutubeWatchLaterIE,
  721. )
  722. from .zapiks import ZapiksIE
  723. from .zdf import ZDFIE, ZDFChannelIE
  724. from .zingmp3 import (
  725. ZingMp3SongIE,
  726. ZingMp3AlbumIE,
  727. )
  728. _ALL_CLASSES = [
  729. klass
  730. for name, klass in globals().items()
  731. if name.endswith('IE') and name != 'GenericIE'
  732. ]
  733. _ALL_CLASSES.append(GenericIE)
  734. def gen_extractors():
  735. """ Return a list of an instance of every supported extractor.
  736. The order does matter; the first extractor matched is the one handling the URL.
  737. """
  738. return [klass() for klass in _ALL_CLASSES]
  739. def list_extractors(age_limit):
  740. """
  741. Return a list of extractors that are suitable for the given age,
  742. sorted by extractor ID.
  743. """
  744. return sorted(
  745. filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
  746. key=lambda ie: ie.IE_NAME.lower())
  747. def get_info_extractor(ie_name):
  748. """Returns the info extractor class with the given ie_name"""
  749. return globals()[ie_name + 'IE']