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.

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