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.

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