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.

527 lines
14 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 .abc import ABCIE
  2. from .academicearth import AcademicEarthCourseIE
  3. from .addanime import AddAnimeIE
  4. from .adultswim import AdultSwimIE
  5. from .aftonbladet import AftonbladetIE
  6. from .anitube import AnitubeIE
  7. from .anysex import AnySexIE
  8. from .aol import AolIE
  9. from .allocine import AllocineIE
  10. from .aparat import AparatIE
  11. from .appletrailers import AppleTrailersIE
  12. from .archiveorg import ArchiveOrgIE
  13. from .ard import ARDIE, ARDMediathekIE
  14. from .arte import (
  15. ArteTvIE,
  16. ArteTVPlus7IE,
  17. ArteTVCreativeIE,
  18. ArteTVConcertIE,
  19. ArteTVFutureIE,
  20. ArteTVDDCIE,
  21. ArteTVEmbedIE,
  22. )
  23. from .audiomack import AudiomackIE
  24. from .auengine import AUEngineIE
  25. from .bambuser import BambuserIE, BambuserChannelIE
  26. from .bandcamp import BandcampIE, BandcampAlbumIE
  27. from .bbccouk import BBCCoUkIE
  28. from .beeg import BeegIE
  29. from .behindkink import BehindKinkIE
  30. from .bild import BildIE
  31. from .bilibili import BiliBiliIE
  32. from .blinkx import BlinkxIE
  33. from .bliptv import BlipTVIE, BlipTVUserIE
  34. from .bloomberg import BloombergIE
  35. from .br import BRIE
  36. from .breakcom import BreakIE
  37. from .brightcove import BrightcoveIE
  38. from .byutv import BYUtvIE
  39. from .c56 import C56IE
  40. from .canal13cl import Canal13clIE
  41. from .canalplus import CanalplusIE
  42. from .canalc2 import Canalc2IE
  43. from .cbs import CBSIE
  44. from .cbsnews import CBSNewsIE
  45. from .ceskatelevize import CeskaTelevizeIE
  46. from .channel9 import Channel9IE
  47. from .chilloutzone import ChilloutzoneIE
  48. from .cinemassacre import CinemassacreIE
  49. from .clipfish import ClipfishIE
  50. from .cliphunter import CliphunterIE
  51. from .clipsyndicate import ClipsyndicateIE
  52. from .cloudy import CloudyIE
  53. from .clubic import ClubicIE
  54. from .cmt import CMTIE
  55. from .cnet import CNETIE
  56. from .cnn import (
  57. CNNIE,
  58. CNNBlogsIE,
  59. )
  60. from .collegehumor import CollegeHumorIE
  61. from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
  62. from .condenast import CondeNastIE
  63. from .cracked import CrackedIE
  64. from .criterion import CriterionIE
  65. from .crunchyroll import (
  66. CrunchyrollIE,
  67. CrunchyrollShowPlaylistIE
  68. )
  69. from .cspan import CSpanIE
  70. from .dailymotion import (
  71. DailymotionIE,
  72. DailymotionPlaylistIE,
  73. DailymotionUserIE,
  74. )
  75. from .daum import DaumIE
  76. from .dbtv import DBTVIE
  77. from .deezer import DeezerPlaylistIE
  78. from .dfb import DFBIE
  79. from .dotsub import DotsubIE
  80. from .dreisat import DreiSatIE
  81. from .drtuber import DrTuberIE
  82. from .drtv import DRTVIE
  83. from .dump import DumpIE
  84. from .defense import DefenseGouvFrIE
  85. from .discovery import DiscoveryIE
  86. from .divxstage import DivxStageIE
  87. from .dropbox import DropboxIE
  88. from .ebaumsworld import EbaumsWorldIE
  89. from .ehow import EHowIE
  90. from .eighttracks import EightTracksIE
  91. from .einthusan import EinthusanIE
  92. from .eitb import EitbIE
  93. from .ellentv import (
  94. EllenTVIE,
  95. EllenTVClipsIE,
  96. )
  97. from .elpais import ElPaisIE
  98. from .empflix import EMPFlixIE
  99. from .engadget import EngadgetIE
  100. from .eporner import EpornerIE
  101. from .escapist import EscapistIE
  102. from .everyonesmixtape import EveryonesMixtapeIE
  103. from .exfm import ExfmIE
  104. from .expotv import ExpoTVIE
  105. from .extremetube import ExtremeTubeIE
  106. from .facebook import FacebookIE
  107. from .faz import FazIE
  108. from .fc2 import FC2IE
  109. from .firedrive import FiredriveIE
  110. from .firstpost import FirstpostIE
  111. from .firsttv import FirstTVIE
  112. from .fivemin import FiveMinIE
  113. from .fktv import (
  114. FKTVIE,
  115. FKTVPosteckeIE,
  116. )
  117. from .flickr import FlickrIE
  118. from .fourtube import FourTubeIE
  119. from .franceculture import FranceCultureIE
  120. from .franceinter import FranceInterIE
  121. from .francetv import (
  122. PluzzIE,
  123. FranceTvInfoIE,
  124. FranceTVIE,
  125. GenerationQuoiIE,
  126. CultureboxIE,
  127. )
  128. from .freesound import FreesoundIE
  129. from .freespeech import FreespeechIE
  130. from .freevideo import FreeVideoIE
  131. from .funnyordie import FunnyOrDieIE
  132. from .gamekings import GamekingsIE
  133. from .gameone import (
  134. GameOneIE,
  135. GameOnePlaylistIE,
  136. )
  137. from .gamespot import GameSpotIE
  138. from .gamestar import GameStarIE
  139. from .gametrailers import GametrailersIE
  140. from .gdcvault import GDCVaultIE
  141. from .generic import GenericIE
  142. from .glide import GlideIE
  143. from .globo import GloboIE
  144. from .godtube import GodTubeIE
  145. from .goldenmoustache import GoldenMoustacheIE
  146. from .golem import GolemIE
  147. from .googleplus import GooglePlusIE
  148. from .googlesearch import GoogleSearchIE
  149. from .gorillavid import GorillaVidIE
  150. from .goshgay import GoshgayIE
  151. from .grooveshark import GroovesharkIE
  152. from .hark import HarkIE
  153. from .heise import HeiseIE
  154. from .helsinki import HelsinkiIE
  155. from .hentaistigma import HentaiStigmaIE
  156. from .hornbunny import HornBunnyIE
  157. from .hostingbulk import HostingBulkIE
  158. from .hotnewhiphop import HotNewHipHopIE
  159. from .howcast import HowcastIE
  160. from .howstuffworks import HowStuffWorksIE
  161. from .huffpost import HuffPostIE
  162. from .hypem import HypemIE
  163. from .iconosquare import IconosquareIE
  164. from .ign import IGNIE, OneUPIE
  165. from .imdb import (
  166. ImdbIE,
  167. ImdbListIE
  168. )
  169. from .ina import InaIE
  170. from .infoq import InfoQIE
  171. from .instagram import InstagramIE, InstagramUserIE
  172. from .internetvideoarchive import InternetVideoArchiveIE
  173. from .iprima import IPrimaIE
  174. from .ivi import (
  175. IviIE,
  176. IviCompilationIE
  177. )
  178. from .izlesene import IzleseneIE
  179. from .jadorecettepub import JadoreCettePubIE
  180. from .jeuxvideo import JeuxVideoIE
  181. from .jove import JoveIE
  182. from .jukebox import JukeboxIE
  183. from .jpopsukitv import JpopsukiIE
  184. from .kankan import KankanIE
  185. from .keezmovies import KeezMoviesIE
  186. from .khanacademy import KhanAcademyIE
  187. from .kickstarter import KickStarterIE
  188. from .keek import KeekIE
  189. from .kontrtube import KontrTubeIE
  190. from .krasview import KrasViewIE
  191. from .ku6 import Ku6IE
  192. from .la7 import LA7IE
  193. from .laola1tv import Laola1TvIE
  194. from .lifenews import LifeNewsIE
  195. from .liveleak import LiveLeakIE
  196. from .livestream import (
  197. LivestreamIE,
  198. LivestreamOriginalIE,
  199. LivestreamShortenerIE,
  200. )
  201. from .lrt import LRTIE
  202. from .lynda import (
  203. LyndaIE,
  204. LyndaCourseIE
  205. )
  206. from .m6 import M6IE
  207. from .macgamestore import MacGameStoreIE
  208. from .mailru import MailRuIE
  209. from .malemotion import MalemotionIE
  210. from .mdr import MDRIE
  211. from .metacafe import MetacafeIE
  212. from .metacritic import MetacriticIE
  213. from .mgoon import MgoonIE
  214. from .ministrygrid import MinistryGridIE
  215. from .mit import TechTVMITIE, MITIE, OCWMITIE
  216. from .mitele import MiTeleIE
  217. from .mixcloud import MixcloudIE
  218. from .mlb import MLBIE
  219. from .mpora import MporaIE
  220. from .moevideo import MoeVideoIE
  221. from .mofosex import MofosexIE
  222. from .mojvideo import MojvideoIE
  223. from .moniker import MonikerIE
  224. from .mooshare import MooshareIE
  225. from .morningstar import MorningstarIE
  226. from .motherless import MotherlessIE
  227. from .motorsport import MotorsportIE
  228. from .movieclips import MovieClipsIE
  229. from .moviezine import MoviezineIE
  230. from .movshare import MovShareIE
  231. from .mtv import (
  232. MTVIE,
  233. MTVServicesEmbeddedIE,
  234. MTVIggyIE,
  235. )
  236. from .muenchentv import MuenchenTVIE
  237. from .musicplayon import MusicPlayOnIE
  238. from .musicvault import MusicVaultIE
  239. from .muzu import MuzuTVIE
  240. from .myspace import MySpaceIE
  241. from .myspass import MySpassIE
  242. from .myvideo import MyVideoIE
  243. from .naver import NaverIE
  244. from .nba import NBAIE
  245. from .nbc import (
  246. NBCIE,
  247. NBCNewsIE,
  248. )
  249. from .ndr import NDRIE
  250. from .ndtv import NDTVIE
  251. from .newgrounds import NewgroundsIE
  252. from .newstube import NewstubeIE
  253. from .nfb import NFBIE
  254. from .nfl import NFLIE
  255. from .nhl import NHLIE, NHLVideocenterIE
  256. from .niconico import NiconicoIE, NiconicoPlaylistIE
  257. from .ninegag import NineGagIE
  258. from .noco import NocoIE
  259. from .normalboots import NormalbootsIE
  260. from .nosvideo import NosVideoIE
  261. from .novamov import NovaMovIE
  262. from .nowness import NownessIE
  263. from .nowvideo import NowVideoIE
  264. from .npo import (
  265. NPOIE,
  266. TegenlichtVproIE,
  267. )
  268. from .nrk import (
  269. NRKIE,
  270. NRKTVIE,
  271. )
  272. from .ntv import NTVIE
  273. from .nytimes import NYTimesIE
  274. from .nuvid import NuvidIE
  275. from .oktoberfesttv import OktoberfestTVIE
  276. from .ooyala import OoyalaIE
  277. from .orf import (
  278. ORFTVthekIE,
  279. ORFOE1IE,
  280. ORFFM4IE,
  281. )
  282. from .parliamentliveuk import ParliamentLiveUKIE
  283. from .patreon import PatreonIE
  284. from .pbs import PBSIE
  285. from .phoenix import PhoenixIE
  286. from .photobucket import PhotobucketIE
  287. from .planetaplay import PlanetaPlayIE
  288. from .played import PlayedIE
  289. from .playfm import PlayFMIE
  290. from .playvid import PlayvidIE
  291. from .podomatic import PodomaticIE
  292. from .pornhd import PornHdIE
  293. from .pornhub import PornHubIE
  294. from .pornotube import PornotubeIE
  295. from .pornoxo import PornoXOIE
  296. from .promptfile import PromptFileIE
  297. from .prosiebensat1 import ProSiebenSat1IE
  298. from .pyvideo import PyvideoIE
  299. from .quickvid import QuickVidIE
  300. from .radiofrance import RadioFranceIE
  301. from .rai import RaiIE
  302. from .rbmaradio import RBMARadioIE
  303. from .redtube import RedTubeIE
  304. from .reverbnation import ReverbNationIE
  305. from .ringtv import RingTVIE
  306. from .ro220 import Ro220IE
  307. from .rottentomatoes import RottenTomatoesIE
  308. from .roxwel import RoxwelIE
  309. from .rtbf import RTBFIE
  310. from .rtlnl import RtlXlIE
  311. from .rtlnow import RTLnowIE
  312. from .rts import RTSIE
  313. from .rtve import RTVEALaCartaIE, RTVELiveIE
  314. from .ruhd import RUHDIE
  315. from .rutube import (
  316. RutubeIE,
  317. RutubeChannelIE,
  318. RutubeMovieIE,
  319. RutubePersonIE,
  320. )
  321. from .rutv import RUTVIE
  322. from .sapo import SapoIE
  323. from .savefrom import SaveFromIE
  324. from .sbs import SBSIE
  325. from .scivee import SciVeeIE
  326. from .screencast import ScreencastIE
  327. from .servingsys import ServingSysIE
  328. from .sexu import SexuIE
  329. from .sexykarma import SexyKarmaIE
  330. from .shared import SharedIE
  331. from .sharesix import ShareSixIE
  332. from .sina import SinaIE
  333. from .slideshare import SlideshareIE
  334. from .slutload import SlutloadIE
  335. from .smotri import (
  336. SmotriIE,
  337. SmotriCommunityIE,
  338. SmotriUserIE,
  339. SmotriBroadcastIE,
  340. )
  341. from .snotr import SnotrIE
  342. from .sockshare import SockshareIE
  343. from .sohu import SohuIE
  344. from .soundcloud import (
  345. SoundcloudIE,
  346. SoundcloudSetIE,
  347. SoundcloudUserIE,
  348. SoundcloudPlaylistIE
  349. )
  350. from .soundgasm import SoundgasmIE
  351. from .southpark import (
  352. SouthParkIE,
  353. SouthparkDeIE,
  354. )
  355. from .space import SpaceIE
  356. from .spankwire import SpankwireIE
  357. from .spiegel import SpiegelIE, SpiegelArticleIE
  358. from .spiegeltv import SpiegeltvIE
  359. from .spike import SpikeIE
  360. from .sport5 import Sport5IE
  361. from .sportbox import SportBoxIE
  362. from .sportdeutschland import SportDeutschlandIE
  363. from .srmediathek import SRMediathekIE
  364. from .stanfordoc import StanfordOpenClassroomIE
  365. from .steam import SteamIE
  366. from .streamcloud import StreamcloudIE
  367. from .streamcz import StreamCZIE
  368. from .sunporno import SunPornoIE
  369. from .swrmediathek import SWRMediathekIE
  370. from .syfy import SyfyIE
  371. from .sztvhu import SztvHuIE
  372. from .tagesschau import TagesschauIE
  373. from .tapely import TapelyIE
  374. from .teachertube import (
  375. TeacherTubeIE,
  376. TeacherTubeUserIE,
  377. )
  378. from .teachingchannel import TeachingChannelIE
  379. from .teamcoco import TeamcocoIE
  380. from .techtalks import TechTalksIE
  381. from .ted import TEDIE
  382. from .telecinco import TelecincoIE
  383. from .telemb import TeleMBIE
  384. from .tenplay import TenPlayIE
  385. from .testurl import TestURLIE
  386. from .tf1 import TF1IE
  387. from .theonion import TheOnionIE
  388. from .theplatform import ThePlatformIE
  389. from .thesixtyone import TheSixtyOneIE
  390. from .thisav import ThisAVIE
  391. from .tinypic import TinyPicIE
  392. from .tlc import TlcIE, TlcDeIE
  393. from .tnaflix import TNAFlixIE
  394. from .thvideo import (
  395. THVideoIE,
  396. THVideoPlaylistIE
  397. )
  398. from .toutv import TouTvIE
  399. from .toypics import ToypicsUserIE, ToypicsIE
  400. from .traileraddict import TrailerAddictIE
  401. from .trilulilu import TriluliluIE
  402. from .trutube import TruTubeIE
  403. from .tube8 import Tube8IE
  404. from .tudou import TudouIE
  405. from .tumblr import TumblrIE
  406. from .turbo import TurboIE
  407. from .tutv import TutvIE
  408. from .tvigle import TvigleIE
  409. from .tvp import TvpIE
  410. from .tvplay import TVPlayIE
  411. from .twitch import TwitchIE
  412. from .ubu import UbuIE
  413. from .udemy import (
  414. UdemyIE,
  415. UdemyCourseIE
  416. )
  417. from .unistra import UnistraIE
  418. from .urort import UrortIE
  419. from .ustream import UstreamIE, UstreamChannelIE
  420. from .vbox7 import Vbox7IE
  421. from .veehd import VeeHDIE
  422. from .veoh import VeohIE
  423. from .vesti import VestiIE
  424. from .vevo import VevoIE
  425. from .vgtv import VGTVIE
  426. from .vh1 import VH1IE
  427. from .vice import ViceIE
  428. from .viddler import ViddlerIE
  429. from .videobam import VideoBamIE
  430. from .videodetective import VideoDetectiveIE
  431. from .videolecturesnet import VideoLecturesNetIE
  432. from .videofyme import VideofyMeIE
  433. from .videomega import VideoMegaIE
  434. from .videopremium import VideoPremiumIE
  435. from .videott import VideoTtIE
  436. from .videoweed import VideoWeedIE
  437. from .vidme import VidmeIE
  438. from .vidzi import VidziIE
  439. from .vimeo import (
  440. VimeoIE,
  441. VimeoAlbumIE,
  442. VimeoChannelIE,
  443. VimeoGroupsIE,
  444. VimeoLikesIE,
  445. VimeoReviewIE,
  446. VimeoUserIE,
  447. VimeoWatchLaterIE,
  448. )
  449. from .vimple import VimpleIE
  450. from .vine import (
  451. VineIE,
  452. VineUserIE,
  453. )
  454. from .viki import VikiIE
  455. from .vk import VKIE
  456. from .vodlocker import VodlockerIE
  457. from .vporn import VpornIE
  458. from .vrt import VRTIE
  459. from .vube import VubeIE
  460. from .vuclip import VuClipIE
  461. from .vulture import VultureIE
  462. from .walla import WallaIE
  463. from .washingtonpost import WashingtonPostIE
  464. from .wat import WatIE
  465. from .wayofthemaster import WayOfTheMasterIE
  466. from .wdr import (
  467. WDRIE,
  468. WDRMobileIE,
  469. WDRMausIE,
  470. )
  471. from .weibo import WeiboIE
  472. from .wimp import WimpIE
  473. from .wistia import WistiaIE
  474. from .worldstarhiphop import WorldStarHipHopIE
  475. from .wrzuta import WrzutaIE
  476. from .xbef import XBefIE
  477. from .xboxclips import XboxClipsIE
  478. from .xhamster import XHamsterIE
  479. from .xnxx import XNXXIE
  480. from .xvideos import XVideosIE
  481. from .xtube import XTubeUserIE, XTubeIE
  482. from .yahoo import (
  483. YahooIE,
  484. YahooSearchIE,
  485. )
  486. from .ynet import YnetIE
  487. from .youjizz import YouJizzIE
  488. from .youku import YoukuIE
  489. from .youporn import YouPornIE
  490. from .yourupload import YourUploadIE
  491. from .youtube import (
  492. YoutubeIE,
  493. YoutubeChannelIE,
  494. YoutubeFavouritesIE,
  495. YoutubeHistoryIE,
  496. YoutubePlaylistIE,
  497. YoutubeRecommendedIE,
  498. YoutubeSearchDateIE,
  499. YoutubeSearchIE,
  500. YoutubeSearchURLIE,
  501. YoutubeShowIE,
  502. YoutubeSubscriptionsIE,
  503. YoutubeTopListIE,
  504. YoutubeTruncatedURLIE,
  505. YoutubeUserIE,
  506. YoutubeWatchLaterIE,
  507. )
  508. from .zdf import ZDFIE
  509. _ALL_CLASSES = [
  510. klass
  511. for name, klass in globals().items()
  512. if name.endswith('IE') and name != 'GenericIE'
  513. ]
  514. _ALL_CLASSES.append(GenericIE)
  515. def gen_extractors():
  516. """ Return a list of an instance of every supported extractor.
  517. The order does matter; the first extractor matched is the one handling the URL.
  518. """
  519. return [klass() for klass in _ALL_CLASSES]
  520. def get_info_extractor(ie_name):
  521. """Returns the info extractor class with the given ie_name"""
  522. return globals()[ie_name+'IE']