__init__.py 18 KB

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