__init__.py 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683
  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, TheDailyShowPodcastIE
  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 .libsyn import LibsynIE
  253. from .liveleak import LiveLeakIE
  254. from .livestream import (
  255. LivestreamIE,
  256. LivestreamOriginalIE,
  257. LivestreamShortenerIE,
  258. )
  259. from .lnkgo import LnkGoIE
  260. from .lrt import LRTIE
  261. from .lynda import (
  262. LyndaIE,
  263. LyndaCourseIE
  264. )
  265. from .m6 import M6IE
  266. from .macgamestore import MacGameStoreIE
  267. from .mailru import MailRuIE
  268. from .malemotion import MalemotionIE
  269. from .mdr import MDRIE
  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 .promptfile import PromptFileIE
  384. from .prosiebensat1 import ProSiebenSat1IE
  385. from .puls4 import Puls4IE
  386. from .pyvideo import PyvideoIE
  387. from .quickvid import QuickVidIE
  388. from .r7 import R7IE
  389. from .radiode import RadioDeIE
  390. from .radiobremen import RadioBremenIE
  391. from .radiofrance import RadioFranceIE
  392. from .rai import RaiIE
  393. from .rbmaradio import RBMARadioIE
  394. from .redtube import RedTubeIE
  395. from .restudy import RestudyIE
  396. from .reverbnation import ReverbNationIE
  397. from .ringtv import RingTVIE
  398. from .ro220 import Ro220IE
  399. from .rottentomatoes import RottenTomatoesIE
  400. from .roxwel import RoxwelIE
  401. from .rtbf import RTBFIE
  402. from .rte import RteIE
  403. from .rtlnl import RtlNlIE
  404. from .rtlnow import RTLnowIE
  405. from .rtl2 import RTL2IE
  406. from .rtp import RTPIE
  407. from .rts import RTSIE
  408. from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
  409. from .ruhd import RUHDIE
  410. from .rutube import (
  411. RutubeIE,
  412. RutubeChannelIE,
  413. RutubeEmbedIE,
  414. RutubeMovieIE,
  415. RutubePersonIE,
  416. )
  417. from .rutv import RUTVIE
  418. from .sandia import SandiaIE
  419. from .sapo import SapoIE
  420. from .savefrom import SaveFromIE
  421. from .sbs import SBSIE
  422. from .scivee import SciVeeIE
  423. from .screencast import ScreencastIE
  424. from .screencastomatic import ScreencastOMaticIE
  425. from .screenwavemedia import CinemassacreIE, ScreenwaveMediaIE, TeamFourIE
  426. from .servingsys import ServingSysIE
  427. from .sexu import SexuIE
  428. from .sexykarma import SexyKarmaIE
  429. from .shared import SharedIE
  430. from .sharesix import ShareSixIE
  431. from .sina import SinaIE
  432. from .slideshare import SlideshareIE
  433. from .slutload import SlutloadIE
  434. from .smotri import (
  435. SmotriIE,
  436. SmotriCommunityIE,
  437. SmotriUserIE,
  438. SmotriBroadcastIE,
  439. )
  440. from .snotr import SnotrIE
  441. from .sockshare import SockshareIE
  442. from .sohu import SohuIE
  443. from .soundcloud import (
  444. SoundcloudIE,
  445. SoundcloudSetIE,
  446. SoundcloudUserIE,
  447. SoundcloudPlaylistIE
  448. )
  449. from .soundgasm import (
  450. SoundgasmIE,
  451. SoundgasmProfileIE
  452. )
  453. from .southpark import (
  454. SouthParkIE,
  455. SouthparkDeIE,
  456. )
  457. from .space import SpaceIE
  458. from .spankwire import SpankwireIE
  459. from .spiegel import SpiegelIE, SpiegelArticleIE
  460. from .spiegeltv import SpiegeltvIE
  461. from .spike import SpikeIE
  462. from .sport5 import Sport5IE
  463. from .sportbox import SportBoxIE
  464. from .sportdeutschland import SportDeutschlandIE
  465. from .srmediathek import SRMediathekIE
  466. from .ssa import SSAIE
  467. from .stanfordoc import StanfordOpenClassroomIE
  468. from .steam import SteamIE
  469. from .streamcloud import StreamcloudIE
  470. from .streamcz import StreamCZIE
  471. from .streetvoice import StreetVoiceIE
  472. from .sunporno import SunPornoIE
  473. from .svtplay import SVTPlayIE
  474. from .swrmediathek import SWRMediathekIE
  475. from .syfy import SyfyIE
  476. from .sztvhu import SztvHuIE
  477. from .tagesschau import TagesschauIE
  478. from .tapely import TapelyIE
  479. from .tass import TassIE
  480. from .teachertube import (
  481. TeacherTubeIE,
  482. TeacherTubeUserIE,
  483. )
  484. from .teachingchannel import TeachingChannelIE
  485. from .teamcoco import TeamcocoIE
  486. from .techtalks import TechTalksIE
  487. from .ted import TEDIE
  488. from .telebruxelles import TeleBruxellesIE
  489. from .telecinco import TelecincoIE
  490. from .telemb import TeleMBIE
  491. from .teletask import TeleTaskIE
  492. from .tenplay import TenPlayIE
  493. from .testurl import TestURLIE
  494. from .testtube import TestTubeIE
  495. from .tf1 import TF1IE
  496. from .theonion import TheOnionIE
  497. from .theplatform import ThePlatformIE
  498. from .thesixtyone import TheSixtyOneIE
  499. from .thisav import ThisAVIE
  500. from .tinypic import TinyPicIE
  501. from .tlc import TlcIE, TlcDeIE
  502. from .tmz import TMZIE
  503. from .tnaflix import TNAFlixIE
  504. from .thvideo import (
  505. THVideoIE,
  506. THVideoPlaylistIE
  507. )
  508. from .toutv import TouTvIE
  509. from .toypics import ToypicsUserIE, ToypicsIE
  510. from .traileraddict import TrailerAddictIE
  511. from .trilulilu import TriluliluIE
  512. from .trutube import TruTubeIE
  513. from .tube8 import Tube8IE
  514. from .tudou import TudouIE
  515. from .tumblr import TumblrIE
  516. from .tunein import TuneInIE
  517. from .turbo import TurboIE
  518. from .tutv import TutvIE
  519. from .tv4 import TV4IE
  520. from .tvigle import TvigleIE
  521. from .tvp import TvpIE, TvpSeriesIE
  522. from .tvplay import TVPlayIE
  523. from .tweakers import TweakersIE
  524. from .twentyfourvideo import TwentyFourVideoIE
  525. from .twitch import (
  526. TwitchVideoIE,
  527. TwitchChapterIE,
  528. TwitchVodIE,
  529. TwitchProfileIE,
  530. TwitchPastBroadcastsIE,
  531. TwitchBookmarksIE,
  532. TwitchStreamIE,
  533. )
  534. from .ubu import UbuIE
  535. from .udemy import (
  536. UdemyIE,
  537. UdemyCourseIE
  538. )
  539. from .unistra import UnistraIE
  540. from .urort import UrortIE
  541. from .ustream import UstreamIE, UstreamChannelIE
  542. from .vbox7 import Vbox7IE
  543. from .veehd import VeeHDIE
  544. from .veoh import VeohIE
  545. from .vesti import VestiIE
  546. from .vevo import VevoIE
  547. from .vgtv import VGTVIE
  548. from .vh1 import VH1IE
  549. from .vice import ViceIE
  550. from .viddler import ViddlerIE
  551. from .videobam import VideoBamIE
  552. from .videodetective import VideoDetectiveIE
  553. from .videolecturesnet import VideoLecturesNetIE
  554. from .videofyme import VideofyMeIE
  555. from .videomega import VideoMegaIE
  556. from .videopremium import VideoPremiumIE
  557. from .videott import VideoTtIE
  558. from .videoweed import VideoWeedIE
  559. from .vidme import VidmeIE
  560. from .vidzi import VidziIE
  561. from .vier import VierIE, VierVideosIE
  562. from .viewster import ViewsterIE
  563. from .vimeo import (
  564. VimeoIE,
  565. VimeoAlbumIE,
  566. VimeoChannelIE,
  567. VimeoGroupsIE,
  568. VimeoLikesIE,
  569. VimeoReviewIE,
  570. VimeoUserIE,
  571. VimeoWatchLaterIE,
  572. )
  573. from .vimple import VimpleIE
  574. from .vine import (
  575. VineIE,
  576. VineUserIE,
  577. )
  578. from .viki import VikiIE
  579. from .vk import (
  580. VKIE,
  581. VKUserVideosIE,
  582. )
  583. from .vodlocker import VodlockerIE
  584. from .vporn import VpornIE
  585. from .vrt import VRTIE
  586. from .vube import VubeIE
  587. from .vuclip import VuClipIE
  588. from .vulture import VultureIE
  589. from .walla import WallaIE
  590. from .washingtonpost import WashingtonPostIE
  591. from .wat import WatIE
  592. from .wayofthemaster import WayOfTheMasterIE
  593. from .wdr import (
  594. WDRIE,
  595. WDRMobileIE,
  596. WDRMausIE,
  597. )
  598. from .webofstories import WebOfStoriesIE
  599. from .weibo import WeiboIE
  600. from .wimp import WimpIE
  601. from .wistia import WistiaIE
  602. from .worldstarhiphop import WorldStarHipHopIE
  603. from .wrzuta import WrzutaIE
  604. from .wsj import WSJIE
  605. from .xbef import XBefIE
  606. from .xboxclips import XboxClipsIE
  607. from .xhamster import XHamsterIE
  608. from .xminus import XMinusIE
  609. from .xnxx import XNXXIE
  610. from .xvideos import XVideosIE
  611. from .xtube import XTubeUserIE, XTubeIE
  612. from .xuite import XuiteIE
  613. from .xxxymovies import XXXYMoviesIE
  614. from .yahoo import (
  615. YahooIE,
  616. YahooSearchIE,
  617. )
  618. from .yam import YamIE
  619. from .yandexmusic import (
  620. YandexMusicTrackIE,
  621. YandexMusicAlbumIE,
  622. YandexMusicPlaylistIE,
  623. )
  624. from .yesjapan import YesJapanIE
  625. from .ynet import YnetIE
  626. from .youjizz import YouJizzIE
  627. from .youku import YoukuIE
  628. from .youporn import YouPornIE
  629. from .yourupload import YourUploadIE
  630. from .youtube import (
  631. YoutubeIE,
  632. YoutubeChannelIE,
  633. YoutubeFavouritesIE,
  634. YoutubeHistoryIE,
  635. YoutubePlaylistIE,
  636. YoutubeRecommendedIE,
  637. YoutubeSearchDateIE,
  638. YoutubeSearchIE,
  639. YoutubeSearchURLIE,
  640. YoutubeShowIE,
  641. YoutubeSubscriptionsIE,
  642. YoutubeTruncatedIDIE,
  643. YoutubeTruncatedURLIE,
  644. YoutubeUserIE,
  645. YoutubeWatchLaterIE,
  646. )
  647. from .zapiks import ZapiksIE
  648. from .zdf import ZDFIE, ZDFChannelIE
  649. from .zingmp3 import (
  650. ZingMp3SongIE,
  651. ZingMp3AlbumIE,
  652. )
  653. _ALL_CLASSES = [
  654. klass
  655. for name, klass in globals().items()
  656. if name.endswith('IE') and name != 'GenericIE'
  657. ]
  658. _ALL_CLASSES.append(GenericIE)
  659. def gen_extractors():
  660. """ Return a list of an instance of every supported extractor.
  661. The order does matter; the first extractor matched is the one handling the URL.
  662. """
  663. return [klass() for klass in _ALL_CLASSES]
  664. def list_extractors(age_limit):
  665. """
  666. Return a list of extractors that are suitable for the given age,
  667. sorted by extractor ID.
  668. """
  669. return sorted(
  670. filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
  671. key=lambda ie: ie.IE_NAME.lower())
  672. def get_info_extractor(ie_name):
  673. """Returns the info extractor class with the given ie_name"""
  674. return globals()[ie_name + 'IE']