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.

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