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.

794 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. QQMusicPlaylistIE,
  435. )
  436. from .quickvid import QuickVidIE
  437. from .r7 import R7IE
  438. from .radiode import RadioDeIE
  439. from .radiojavan import RadioJavanIE
  440. from .radiobremen import RadioBremenIE
  441. from .radiofrance import RadioFranceIE
  442. from .rai import RaiIE
  443. from .rbmaradio import RBMARadioIE
  444. from .redtube import RedTubeIE
  445. from .restudy import RestudyIE
  446. from .reverbnation import ReverbNationIE
  447. from .ringtv import RingTVIE
  448. from .ro220 import Ro220IE
  449. from .rottentomatoes import RottenTomatoesIE
  450. from .roxwel import RoxwelIE
  451. from .rtbf import RTBFIE
  452. from .rte import RteIE
  453. from .rtlnl import RtlNlIE
  454. from .rtl2 import RTL2IE
  455. from .rtp import RTPIE
  456. from .rts import RTSIE
  457. from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
  458. from .ruhd import RUHDIE
  459. from .rutube import (
  460. RutubeIE,
  461. RutubeChannelIE,
  462. RutubeEmbedIE,
  463. RutubeMovieIE,
  464. RutubePersonIE,
  465. )
  466. from .rutv import RUTVIE
  467. from .ruutu import RuutuIE
  468. from .sandia import SandiaIE
  469. from .safari import (
  470. SafariIE,
  471. SafariCourseIE,
  472. )
  473. from .sapo import SapoIE
  474. from .savefrom import SaveFromIE
  475. from .sbs import SBSIE
  476. from .scivee import SciVeeIE
  477. from .screencast import ScreencastIE
  478. from .screencastomatic import ScreencastOMaticIE
  479. from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
  480. from .senateisvp import SenateISVPIE
  481. from .servingsys import ServingSysIE
  482. from .sexu import SexuIE
  483. from .sexykarma import SexyKarmaIE
  484. from .shared import SharedIE
  485. from .sharesix import ShareSixIE
  486. from .sina import SinaIE
  487. from .slideshare import SlideshareIE
  488. from .slutload import SlutloadIE
  489. from .smotri import (
  490. SmotriIE,
  491. SmotriCommunityIE,
  492. SmotriUserIE,
  493. SmotriBroadcastIE,
  494. )
  495. from .snagfilms import (
  496. SnagFilmsIE,
  497. SnagFilmsEmbedIE,
  498. )
  499. from .snotr import SnotrIE
  500. from .sohu import SohuIE
  501. from .soompi import (
  502. SoompiIE,
  503. SoompiShowIE,
  504. )
  505. from .soundcloud import (
  506. SoundcloudIE,
  507. SoundcloudSetIE,
  508. SoundcloudUserIE,
  509. SoundcloudPlaylistIE
  510. )
  511. from .soundgasm import (
  512. SoundgasmIE,
  513. SoundgasmProfileIE
  514. )
  515. from .southpark import (
  516. SouthParkIE,
  517. SouthParkDeIE,
  518. SouthParkDkIE,
  519. SouthParkEsIE,
  520. SouthParkNlIE
  521. )
  522. from .space import SpaceIE
  523. from .spankbang import SpankBangIE
  524. from .spankwire import SpankwireIE
  525. from .spiegel import SpiegelIE, SpiegelArticleIE
  526. from .spiegeltv import SpiegeltvIE
  527. from .spike import SpikeIE
  528. from .sport5 import Sport5IE
  529. from .sportbox import (
  530. SportBoxIE,
  531. SportBoxEmbedIE,
  532. )
  533. from .sportdeutschland import SportDeutschlandIE
  534. from .srf import SrfIE
  535. from .srmediathek import SRMediathekIE
  536. from .ssa import SSAIE
  537. from .stanfordoc import StanfordOpenClassroomIE
  538. from .steam import SteamIE
  539. from .streamcloud import StreamcloudIE
  540. from .streamcz import StreamCZIE
  541. from .streetvoice import StreetVoiceIE
  542. from .sunporno import SunPornoIE
  543. from .svt import (
  544. SVTIE,
  545. SVTPlayIE,
  546. )
  547. from .swrmediathek import SWRMediathekIE
  548. from .syfy import SyfyIE
  549. from .sztvhu import SztvHuIE
  550. from .tagesschau import TagesschauIE
  551. from .tapely import TapelyIE
  552. from .tass import TassIE
  553. from .teachertube import (
  554. TeacherTubeIE,
  555. TeacherTubeUserIE,
  556. )
  557. from .teachingchannel import TeachingChannelIE
  558. from .teamcoco import TeamcocoIE
  559. from .techtalks import TechTalksIE
  560. from .ted import TEDIE
  561. from .telebruxelles import TeleBruxellesIE
  562. from .telecinco import TelecincoIE
  563. from .telemb import TeleMBIE
  564. from .teletask import TeleTaskIE
  565. from .tenplay import TenPlayIE
  566. from .testurl import TestURLIE
  567. from .testtube import TestTubeIE
  568. from .tf1 import TF1IE
  569. from .theonion import TheOnionIE
  570. from .theplatform import ThePlatformIE
  571. from .thesixtyone import TheSixtyOneIE
  572. from .thisamericanlife import ThisAmericanLifeIE
  573. from .thisav import ThisAVIE
  574. from .tinypic import TinyPicIE
  575. from .tlc import TlcIE, TlcDeIE
  576. from .tmz import (
  577. TMZIE,
  578. TMZArticleIE,
  579. )
  580. from .tnaflix import (
  581. TNAFlixIE,
  582. EMPFlixIE,
  583. MovieFapIE,
  584. )
  585. from .thvideo import (
  586. THVideoIE,
  587. THVideoPlaylistIE
  588. )
  589. from .toutv import TouTvIE
  590. from .toypics import ToypicsUserIE, ToypicsIE
  591. from .traileraddict import TrailerAddictIE
  592. from .trilulilu import TriluliluIE
  593. from .trutube import TruTubeIE
  594. from .tube8 import Tube8IE
  595. from .tubitv import TubiTvIE
  596. from .tudou import TudouIE
  597. from .tumblr import TumblrIE
  598. from .tunein import TuneInIE
  599. from .turbo import TurboIE
  600. from .tutv import TutvIE
  601. from .tv2 import (
  602. TV2IE,
  603. TV2ArticleIE,
  604. )
  605. from .tv4 import TV4IE
  606. from .tvc import (
  607. TVCIE,
  608. TVCArticleIE,
  609. )
  610. from .tvigle import TvigleIE
  611. from .tvp import TvpIE, TvpSeriesIE
  612. from .tvplay import TVPlayIE
  613. from .tweakers import TweakersIE
  614. from .twentyfourvideo import TwentyFourVideoIE
  615. from .twentytwotracks import (
  616. TwentyTwoTracksIE,
  617. TwentyTwoTracksGenreIE
  618. )
  619. from .twitch import (
  620. TwitchVideoIE,
  621. TwitchChapterIE,
  622. TwitchVodIE,
  623. TwitchProfileIE,
  624. TwitchPastBroadcastsIE,
  625. TwitchBookmarksIE,
  626. TwitchStreamIE,
  627. )
  628. from .twitter import TwitterCardIE
  629. from .ubu import UbuIE
  630. from .udemy import (
  631. UdemyIE,
  632. UdemyCourseIE
  633. )
  634. from .udn import UDNEmbedIE
  635. from .ultimedia import UltimediaIE
  636. from .unistra import UnistraIE
  637. from .urort import UrortIE
  638. from .ustream import UstreamIE, UstreamChannelIE
  639. from .varzesh3 import Varzesh3IE
  640. from .vbox7 import Vbox7IE
  641. from .veehd import VeeHDIE
  642. from .veoh import VeohIE
  643. from .vessel import VesselIE
  644. from .vesti import VestiIE
  645. from .vevo import VevoIE
  646. from .vgtv import (
  647. BTArticleIE,
  648. BTVestlendingenIE,
  649. VGTVIE,
  650. )
  651. from .vh1 import VH1IE
  652. from .vice import ViceIE
  653. from .viddler import ViddlerIE
  654. from .videobam import VideoBamIE
  655. from .videodetective import VideoDetectiveIE
  656. from .videolecturesnet import VideoLecturesNetIE
  657. from .videofyme import VideofyMeIE
  658. from .videomega import VideoMegaIE
  659. from .videopremium import VideoPremiumIE
  660. from .videott import VideoTtIE
  661. from .videoweed import VideoWeedIE
  662. from .vidme import VidmeIE
  663. from .vidzi import VidziIE
  664. from .vier import VierIE, VierVideosIE
  665. from .viewster import ViewsterIE
  666. from .vimeo import (
  667. VimeoIE,
  668. VimeoAlbumIE,
  669. VimeoChannelIE,
  670. VimeoGroupsIE,
  671. VimeoLikesIE,
  672. VimeoReviewIE,
  673. VimeoUserIE,
  674. VimeoWatchLaterIE,
  675. )
  676. from .vimple import VimpleIE
  677. from .vine import (
  678. VineIE,
  679. VineUserIE,
  680. )
  681. from .viki import (
  682. VikiIE,
  683. VikiChannelIE,
  684. )
  685. from .vk import (
  686. VKIE,
  687. VKUserVideosIE,
  688. )
  689. from .vodlocker import VodlockerIE
  690. from .voicerepublic import VoiceRepublicIE
  691. from .vporn import VpornIE
  692. from .vrt import VRTIE
  693. from .vube import VubeIE
  694. from .vuclip import VuClipIE
  695. from .vulture import VultureIE
  696. from .walla import WallaIE
  697. from .washingtonpost import WashingtonPostIE
  698. from .wat import WatIE
  699. from .wayofthemaster import WayOfTheMasterIE
  700. from .wdr import (
  701. WDRIE,
  702. WDRMobileIE,
  703. WDRMausIE,
  704. )
  705. from .webofstories import WebOfStoriesIE
  706. from .weibo import WeiboIE
  707. from .wimp import WimpIE
  708. from .wistia import WistiaIE
  709. from .worldstarhiphop import WorldStarHipHopIE
  710. from .wrzuta import WrzutaIE
  711. from .wsj import WSJIE
  712. from .xbef import XBefIE
  713. from .xboxclips import XboxClipsIE
  714. from .xhamster import (
  715. XHamsterIE,
  716. XHamsterEmbedIE,
  717. )
  718. from .xminus import XMinusIE
  719. from .xnxx import XNXXIE
  720. from .xstream import XstreamIE
  721. from .xtube import XTubeUserIE, XTubeIE
  722. from .xuite import XuiteIE
  723. from .xvideos import XVideosIE
  724. from .xxxymovies import XXXYMoviesIE
  725. from .yahoo import (
  726. YahooIE,
  727. YahooSearchIE,
  728. )
  729. from .yam import YamIE
  730. from .yandexmusic import (
  731. YandexMusicTrackIE,
  732. YandexMusicAlbumIE,
  733. YandexMusicPlaylistIE,
  734. )
  735. from .yesjapan import YesJapanIE
  736. from .ynet import YnetIE
  737. from .youjizz import YouJizzIE
  738. from .youku import YoukuIE
  739. from .youporn import YouPornIE
  740. from .yourupload import YourUploadIE
  741. from .youtube import (
  742. YoutubeIE,
  743. YoutubeChannelIE,
  744. YoutubeFavouritesIE,
  745. YoutubeHistoryIE,
  746. YoutubePlaylistIE,
  747. YoutubeRecommendedIE,
  748. YoutubeSearchDateIE,
  749. YoutubeSearchIE,
  750. YoutubeSearchURLIE,
  751. YoutubeShowIE,
  752. YoutubeSubscriptionsIE,
  753. YoutubeTruncatedIDIE,
  754. YoutubeTruncatedURLIE,
  755. YoutubeUserIE,
  756. YoutubeWatchLaterIE,
  757. )
  758. from .zapiks import ZapiksIE
  759. from .zdf import ZDFIE, ZDFChannelIE
  760. from .zingmp3 import (
  761. ZingMp3SongIE,
  762. ZingMp3AlbumIE,
  763. )
  764. _ALL_CLASSES = [
  765. klass
  766. for name, klass in globals().items()
  767. if name.endswith('IE') and name != 'GenericIE'
  768. ]
  769. _ALL_CLASSES.append(GenericIE)
  770. def gen_extractors():
  771. """ Return a list of an instance of every supported extractor.
  772. The order does matter; the first extractor matched is the one handling the URL.
  773. """
  774. return [klass() for klass in _ALL_CLASSES]
  775. def list_extractors(age_limit):
  776. """
  777. Return a list of extractors that are suitable for the given age,
  778. sorted by extractor ID.
  779. """
  780. return sorted(
  781. filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
  782. key=lambda ie: ie.IE_NAME.lower())
  783. def get_info_extractor(ie_name):
  784. """Returns the info extractor class with the given ie_name"""
  785. return globals()[ie_name + 'IE']