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.

793 lines
20 KiB

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