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.

816 lines
21 KiB

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