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.

805 lines
21 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 .myvi import MyviIE
  326. from .myvideo import MyVideoIE
  327. from .myvidster import MyVidsterIE
  328. from .nationalgeographic import NationalGeographicIE
  329. from .naver import NaverIE
  330. from .nba import NBAIE
  331. from .nbc import (
  332. NBCIE,
  333. NBCNewsIE,
  334. NBCSportsIE,
  335. NBCSportsVPlayerIE,
  336. )
  337. from .ndr import (
  338. NDRIE,
  339. NJoyIE,
  340. )
  341. from .ndtv import NDTVIE
  342. from .netzkino import NetzkinoIE
  343. from .nerdcubed import NerdCubedFeedIE
  344. from .nerdist import NerdistIE
  345. from .neteasemusic import (
  346. NetEaseMusicIE,
  347. NetEaseMusicAlbumIE,
  348. NetEaseMusicSingerIE,
  349. NetEaseMusicListIE,
  350. NetEaseMusicMvIE,
  351. NetEaseMusicProgramIE,
  352. NetEaseMusicDjRadioIE,
  353. )
  354. from .newgrounds import NewgroundsIE
  355. from .newstube import NewstubeIE
  356. from .nextmedia import (
  357. NextMediaIE,
  358. NextMediaActionNewsIE,
  359. AppleDailyIE,
  360. )
  361. from .nfb import NFBIE
  362. from .nfl import NFLIE
  363. from .nhl import (
  364. NHLIE,
  365. NHLNewsIE,
  366. NHLVideocenterIE,
  367. )
  368. from .niconico import NiconicoIE, NiconicoPlaylistIE
  369. from .ninegag import NineGagIE
  370. from .noco import NocoIE
  371. from .normalboots import NormalbootsIE
  372. from .nosvideo import NosVideoIE
  373. from .nova import NovaIE
  374. from .novamov import NovaMovIE
  375. from .nowness import NownessIE
  376. from .nowtv import NowTVIE
  377. from .nowvideo import NowVideoIE
  378. from .npo import (
  379. NPOIE,
  380. NPOLiveIE,
  381. NPORadioIE,
  382. NPORadioFragmentIE,
  383. TegenlichtVproIE,
  384. )
  385. from .nrk import (
  386. NRKIE,
  387. NRKPlaylistIE,
  388. NRKTVIE,
  389. )
  390. from .ntvde import NTVDeIE
  391. from .ntvru import NTVRuIE
  392. from .nytimes import (
  393. NYTimesIE,
  394. NYTimesArticleIE,
  395. )
  396. from .nuvid import NuvidIE
  397. from .odnoklassniki import OdnoklassnikiIE
  398. from .oktoberfesttv import OktoberfestTVIE
  399. from .onionstudios import OnionStudiosIE
  400. from .ooyala import (
  401. OoyalaIE,
  402. OoyalaExternalIE,
  403. )
  404. from .openfilm import OpenFilmIE
  405. from .orf import (
  406. ORFTVthekIE,
  407. ORFOE1IE,
  408. ORFFM4IE,
  409. ORFIPTVIE,
  410. )
  411. from .parliamentliveuk import ParliamentLiveUKIE
  412. from .patreon import PatreonIE
  413. from .pbs import PBSIE
  414. from .philharmoniedeparis import PhilharmonieDeParisIE
  415. from .phoenix import PhoenixIE
  416. from .photobucket import PhotobucketIE
  417. from .pinkbike import PinkbikeIE
  418. from .planetaplay import PlanetaPlayIE
  419. from .pladform import PladformIE
  420. from .played import PlayedIE
  421. from .playfm import PlayFMIE
  422. from .playvid import PlayvidIE
  423. from .playwire import PlaywireIE
  424. from .podomatic import PodomaticIE
  425. from .porn91 import Porn91IE
  426. from .pornhd import PornHdIE
  427. from .pornhub import (
  428. PornHubIE,
  429. PornHubPlaylistIE,
  430. )
  431. from .pornotube import PornotubeIE
  432. from .pornovoisines import PornoVoisinesIE
  433. from .pornoxo import PornoXOIE
  434. from .primesharetv import PrimeShareTVIE
  435. from .promptfile import PromptFileIE
  436. from .prosiebensat1 import ProSiebenSat1IE
  437. from .puls4 import Puls4IE
  438. from .pyvideo import PyvideoIE
  439. from .qqmusic import (
  440. QQMusicIE,
  441. QQMusicSingerIE,
  442. QQMusicAlbumIE,
  443. QQMusicToplistIE,
  444. QQMusicPlaylistIE,
  445. )
  446. from .quickvid import QuickVidIE
  447. from .r7 import R7IE
  448. from .radiode import RadioDeIE
  449. from .radiojavan import RadioJavanIE
  450. from .radiobremen import RadioBremenIE
  451. from .radiofrance import RadioFranceIE
  452. from .rai import RaiIE
  453. from .rbmaradio import RBMARadioIE
  454. from .redtube import RedTubeIE
  455. from .restudy import RestudyIE
  456. from .reverbnation import ReverbNationIE
  457. from .ringtv import RingTVIE
  458. from .ro220 import Ro220IE
  459. from .rottentomatoes import RottenTomatoesIE
  460. from .roxwel import RoxwelIE
  461. from .rtbf import RTBFIE
  462. from .rte import RteIE
  463. from .rtlnl import RtlNlIE
  464. from .rtl2 import RTL2IE
  465. from .rtp import RTPIE
  466. from .rts import RTSIE
  467. from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
  468. from .ruhd import RUHDIE
  469. from .rutube import (
  470. RutubeIE,
  471. RutubeChannelIE,
  472. RutubeEmbedIE,
  473. RutubeMovieIE,
  474. RutubePersonIE,
  475. )
  476. from .rutv import RUTVIE
  477. from .ruutu import RuutuIE
  478. from .sandia import SandiaIE
  479. from .safari import (
  480. SafariIE,
  481. SafariCourseIE,
  482. )
  483. from .sapo import SapoIE
  484. from .savefrom import SaveFromIE
  485. from .sbs import SBSIE
  486. from .scivee import SciVeeIE
  487. from .screencast import ScreencastIE
  488. from .screencastomatic import ScreencastOMaticIE
  489. from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
  490. from .senateisvp import SenateISVPIE
  491. from .servingsys import ServingSysIE
  492. from .sexu import SexuIE
  493. from .sexykarma import SexyKarmaIE
  494. from .shared import SharedIE
  495. from .sharesix import ShareSixIE
  496. from .sina import SinaIE
  497. from .slideshare import SlideshareIE
  498. from .slutload import SlutloadIE
  499. from .smotri import (
  500. SmotriIE,
  501. SmotriCommunityIE,
  502. SmotriUserIE,
  503. SmotriBroadcastIE,
  504. )
  505. from .snagfilms import (
  506. SnagFilmsIE,
  507. SnagFilmsEmbedIE,
  508. )
  509. from .snotr import SnotrIE
  510. from .sohu import SohuIE
  511. from .soompi import (
  512. SoompiIE,
  513. SoompiShowIE,
  514. )
  515. from .soundcloud import (
  516. SoundcloudIE,
  517. SoundcloudSetIE,
  518. SoundcloudUserIE,
  519. SoundcloudPlaylistIE
  520. )
  521. from .soundgasm import (
  522. SoundgasmIE,
  523. SoundgasmProfileIE
  524. )
  525. from .southpark import (
  526. SouthParkIE,
  527. SouthParkDeIE,
  528. SouthParkDkIE,
  529. SouthParkEsIE,
  530. SouthParkNlIE
  531. )
  532. from .space import SpaceIE
  533. from .spankbang import SpankBangIE
  534. from .spankwire import SpankwireIE
  535. from .spiegel import SpiegelIE, SpiegelArticleIE
  536. from .spiegeltv import SpiegeltvIE
  537. from .spike import SpikeIE
  538. from .sport5 import Sport5IE
  539. from .sportbox import (
  540. SportBoxIE,
  541. SportBoxEmbedIE,
  542. )
  543. from .sportdeutschland import SportDeutschlandIE
  544. from .srf import SrfIE
  545. from .srmediathek import SRMediathekIE
  546. from .ssa import SSAIE
  547. from .stanfordoc import StanfordOpenClassroomIE
  548. from .steam import SteamIE
  549. from .streamcloud import StreamcloudIE
  550. from .streamcz import StreamCZIE
  551. from .streetvoice import StreetVoiceIE
  552. from .sunporno import SunPornoIE
  553. from .svt import (
  554. SVTIE,
  555. SVTPlayIE,
  556. )
  557. from .swrmediathek import SWRMediathekIE
  558. from .syfy import SyfyIE
  559. from .sztvhu import SztvHuIE
  560. from .tagesschau import TagesschauIE
  561. from .tapely import TapelyIE
  562. from .tass import TassIE
  563. from .teachertube import (
  564. TeacherTubeIE,
  565. TeacherTubeUserIE,
  566. )
  567. from .teachingchannel import TeachingChannelIE
  568. from .teamcoco import TeamcocoIE
  569. from .techtalks import TechTalksIE
  570. from .ted import TEDIE
  571. from .telebruxelles import TeleBruxellesIE
  572. from .telecinco import TelecincoIE
  573. from .telemb import TeleMBIE
  574. from .teletask import TeleTaskIE
  575. from .tenplay import TenPlayIE
  576. from .testurl import TestURLIE
  577. from .testtube import TestTubeIE
  578. from .tf1 import TF1IE
  579. from .theonion import TheOnionIE
  580. from .theplatform import ThePlatformIE
  581. from .thesixtyone import TheSixtyOneIE
  582. from .thisamericanlife import ThisAmericanLifeIE
  583. from .thisav import ThisAVIE
  584. from .tinypic import TinyPicIE
  585. from .tlc import TlcIE, TlcDeIE
  586. from .tmz import (
  587. TMZIE,
  588. TMZArticleIE,
  589. )
  590. from .tnaflix import (
  591. TNAFlixIE,
  592. EMPFlixIE,
  593. MovieFapIE,
  594. )
  595. from .thvideo import (
  596. THVideoIE,
  597. THVideoPlaylistIE
  598. )
  599. from .toutv import TouTvIE
  600. from .toypics import ToypicsUserIE, ToypicsIE
  601. from .traileraddict import TrailerAddictIE
  602. from .trilulilu import TriluliluIE
  603. from .trutube import TruTubeIE
  604. from .tube8 import Tube8IE
  605. from .tubitv import TubiTvIE
  606. from .tudou import TudouIE
  607. from .tumblr import TumblrIE
  608. from .tunein import TuneInIE
  609. from .turbo import TurboIE
  610. from .tutv import TutvIE
  611. from .tv2 import (
  612. TV2IE,
  613. TV2ArticleIE,
  614. )
  615. from .tv4 import TV4IE
  616. from .tvc import (
  617. TVCIE,
  618. TVCArticleIE,
  619. )
  620. from .tvigle import TvigleIE
  621. from .tvp import TvpIE, TvpSeriesIE
  622. from .tvplay import TVPlayIE
  623. from .tweakers import TweakersIE
  624. from .twentyfourvideo import TwentyFourVideoIE
  625. from .twentytwotracks import (
  626. TwentyTwoTracksIE,
  627. TwentyTwoTracksGenreIE
  628. )
  629. from .twitch import (
  630. TwitchVideoIE,
  631. TwitchChapterIE,
  632. TwitchVodIE,
  633. TwitchProfileIE,
  634. TwitchPastBroadcastsIE,
  635. TwitchBookmarksIE,
  636. TwitchStreamIE,
  637. )
  638. from .twitter import TwitterCardIE
  639. from .ubu import UbuIE
  640. from .udemy import (
  641. UdemyIE,
  642. UdemyCourseIE
  643. )
  644. from .udn import UDNEmbedIE
  645. from .ultimedia import UltimediaIE
  646. from .unistra import UnistraIE
  647. from .urort import UrortIE
  648. from .ustream import UstreamIE, UstreamChannelIE
  649. from .varzesh3 import Varzesh3IE
  650. from .vbox7 import Vbox7IE
  651. from .veehd import VeeHDIE
  652. from .veoh import VeohIE
  653. from .vessel import VesselIE
  654. from .vesti import VestiIE
  655. from .vevo import VevoIE
  656. from .vgtv import (
  657. BTArticleIE,
  658. BTVestlendingenIE,
  659. VGTVIE,
  660. )
  661. from .vh1 import VH1IE
  662. from .vice import ViceIE
  663. from .viddler import ViddlerIE
  664. from .videobam import VideoBamIE
  665. from .videodetective import VideoDetectiveIE
  666. from .videolecturesnet import VideoLecturesNetIE
  667. from .videofyme import VideofyMeIE
  668. from .videomega import VideoMegaIE
  669. from .videopremium import VideoPremiumIE
  670. from .videott import VideoTtIE
  671. from .videoweed import VideoWeedIE
  672. from .vidme import VidmeIE
  673. from .vidzi import VidziIE
  674. from .vier import VierIE, VierVideosIE
  675. from .viewster import ViewsterIE
  676. from .vimeo import (
  677. VimeoIE,
  678. VimeoAlbumIE,
  679. VimeoChannelIE,
  680. VimeoGroupsIE,
  681. VimeoLikesIE,
  682. VimeoReviewIE,
  683. VimeoUserIE,
  684. VimeoWatchLaterIE,
  685. )
  686. from .vimple import VimpleIE
  687. from .vine import (
  688. VineIE,
  689. VineUserIE,
  690. )
  691. from .viki import (
  692. VikiIE,
  693. VikiChannelIE,
  694. )
  695. from .vk import (
  696. VKIE,
  697. VKUserVideosIE,
  698. )
  699. from .vodlocker import VodlockerIE
  700. from .voicerepublic import VoiceRepublicIE
  701. from .vporn import VpornIE
  702. from .vrt import VRTIE
  703. from .vube import VubeIE
  704. from .vuclip import VuClipIE
  705. from .vulture import VultureIE
  706. from .walla import WallaIE
  707. from .washingtonpost import WashingtonPostIE
  708. from .wat import WatIE
  709. from .wayofthemaster import WayOfTheMasterIE
  710. from .wdr import (
  711. WDRIE,
  712. WDRMobileIE,
  713. WDRMausIE,
  714. )
  715. from .webofstories import WebOfStoriesIE
  716. from .weibo import WeiboIE
  717. from .wimp import WimpIE
  718. from .wistia import WistiaIE
  719. from .worldstarhiphop import WorldStarHipHopIE
  720. from .wrzuta import WrzutaIE
  721. from .wsj import WSJIE
  722. from .xbef import XBefIE
  723. from .xboxclips import XboxClipsIE
  724. from .xhamster import (
  725. XHamsterIE,
  726. XHamsterEmbedIE,
  727. )
  728. from .xminus import XMinusIE
  729. from .xnxx import XNXXIE
  730. from .xstream import XstreamIE
  731. from .xtube import XTubeUserIE, XTubeIE
  732. from .xuite import XuiteIE
  733. from .xvideos import XVideosIE
  734. from .xxxymovies import XXXYMoviesIE
  735. from .yahoo import (
  736. YahooIE,
  737. YahooSearchIE,
  738. )
  739. from .yam import YamIE
  740. from .yandexmusic import (
  741. YandexMusicTrackIE,
  742. YandexMusicAlbumIE,
  743. YandexMusicPlaylistIE,
  744. )
  745. from .yesjapan import YesJapanIE
  746. from .yinyuetai import YinYueTaiIE
  747. from .ynet import YnetIE
  748. from .youjizz import YouJizzIE
  749. from .youku import YoukuIE
  750. from .youporn import YouPornIE
  751. from .yourupload import YourUploadIE
  752. from .youtube import (
  753. YoutubeIE,
  754. YoutubeChannelIE,
  755. YoutubeFavouritesIE,
  756. YoutubeHistoryIE,
  757. YoutubePlaylistIE,
  758. YoutubeRecommendedIE,
  759. YoutubeSearchDateIE,
  760. YoutubeSearchIE,
  761. YoutubeSearchURLIE,
  762. YoutubeShowIE,
  763. YoutubeSubscriptionsIE,
  764. YoutubeTruncatedIDIE,
  765. YoutubeTruncatedURLIE,
  766. YoutubeUserIE,
  767. YoutubeWatchLaterIE,
  768. )
  769. from .zapiks import ZapiksIE
  770. from .zdf import ZDFIE, ZDFChannelIE
  771. from .zingmp3 import (
  772. ZingMp3SongIE,
  773. ZingMp3AlbumIE,
  774. )
  775. _ALL_CLASSES = [
  776. klass
  777. for name, klass in globals().items()
  778. if name.endswith('IE') and name != 'GenericIE'
  779. ]
  780. _ALL_CLASSES.append(GenericIE)
  781. def gen_extractors():
  782. """ Return a list of an instance of every supported extractor.
  783. The order does matter; the first extractor matched is the one handling the URL.
  784. """
  785. return [klass() for klass in _ALL_CLASSES]
  786. def list_extractors(age_limit):
  787. """
  788. Return a list of extractors that are suitable for the given age,
  789. sorted by extractor ID.
  790. """
  791. return sorted(
  792. filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
  793. key=lambda ie: ie.IE_NAME.lower())
  794. def get_info_extractor(ie_name):
  795. """Returns the info extractor class with the given ie_name"""
  796. return globals()[ie_name + 'IE']