__init__.py 19 KB

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