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.

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