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.

428 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 .krasview import KrasViewIE
  155. from .ku6 import Ku6IE
  156. from .la7 import LA7IE
  157. from .lifenews import LifeNewsIE
  158. from .liveleak import LiveLeakIE
  159. from .livestream import (
  160. LivestreamIE,
  161. LivestreamOriginalIE,
  162. LivestreamShortenerIE,
  163. )
  164. from .lynda import (
  165. LyndaIE,
  166. LyndaCourseIE
  167. )
  168. from .m6 import M6IE
  169. from .macgamestore import MacGameStoreIE
  170. from .mailru import MailRuIE
  171. from .malemotion import MalemotionIE
  172. from .mdr import MDRIE
  173. from .metacafe import MetacafeIE
  174. from .metacritic import MetacriticIE
  175. from .mit import TechTVMITIE, MITIE, OCWMITIE
  176. from .mixcloud import MixcloudIE
  177. from .mlb import MLBIE
  178. from .mpora import MporaIE
  179. from .mofosex import MofosexIE
  180. from .mooshare import MooshareIE
  181. from .morningstar import MorningstarIE
  182. from .motherless import MotherlessIE
  183. from .motorsport import MotorsportIE
  184. from .moviezine import MoviezineIE
  185. from .movshare import MovShareIE
  186. from .mtv import (
  187. MTVIE,
  188. MTVServicesEmbeddedIE,
  189. MTVIggyIE,
  190. )
  191. from .musicplayon import MusicPlayOnIE
  192. from .muzu import MuzuTVIE
  193. from .myspace import MySpaceIE
  194. from .myspass import MySpassIE
  195. from .myvideo import MyVideoIE
  196. from .naver import NaverIE
  197. from .nba import NBAIE
  198. from .nbc import (
  199. NBCIE,
  200. NBCNewsIE,
  201. )
  202. from .ndr import NDRIE
  203. from .ndtv import NDTVIE
  204. from .newgrounds import NewgroundsIE
  205. from .newstube import NewstubeIE
  206. from .nfb import NFBIE
  207. from .nhl import NHLIE, NHLVideocenterIE
  208. from .niconico import NiconicoIE
  209. from .ninegag import NineGagIE
  210. from .noco import NocoIE
  211. from .normalboots import NormalbootsIE
  212. from .novamov import NovaMovIE
  213. from .nowness import NownessIE
  214. from .nowvideo import NowVideoIE
  215. from .npo import NPOIE
  216. from .nrk import (
  217. NRKIE,
  218. NRKTVIE,
  219. )
  220. from .ntv import NTVIE
  221. from .nytimes import NYTimesIE
  222. from .nuvid import NuvidIE
  223. from .oe1 import OE1IE
  224. from .ooyala import OoyalaIE
  225. from .orf import ORFIE
  226. from .parliamentliveuk import ParliamentLiveUKIE
  227. from .pbs import PBSIE
  228. from .photobucket import PhotobucketIE
  229. from .playvid import PlayvidIE
  230. from .podomatic import PodomaticIE
  231. from .pornhd import PornHdIE
  232. from .pornhub import PornHubIE
  233. from .pornotube import PornotubeIE
  234. from .prosiebensat1 import ProSiebenSat1IE
  235. from .pyvideo import PyvideoIE
  236. from .radiofrance import RadioFranceIE
  237. from .rai import RaiIE
  238. from .rbmaradio import RBMARadioIE
  239. from .redtube import RedTubeIE
  240. from .reverbnation import ReverbNationIE
  241. from .ringtv import RingTVIE
  242. from .ro220 import Ro220IE
  243. from .rottentomatoes import RottenTomatoesIE
  244. from .roxwel import RoxwelIE
  245. from .rtbf import RTBFIE
  246. from .rtlnow import RTLnowIE
  247. from .rts import RTSIE
  248. from .rtve import RTVEALaCartaIE
  249. from .ruhd import RUHDIE
  250. from .rutube import (
  251. RutubeIE,
  252. RutubeChannelIE,
  253. RutubeMovieIE,
  254. RutubePersonIE,
  255. )
  256. from .rutv import RUTVIE
  257. from .sapo import SapoIE
  258. from .savefrom import SaveFromIE
  259. from .scivee import SciVeeIE
  260. from .screencast import ScreencastIE
  261. from .servingsys import ServingSysIE
  262. from .sina import SinaIE
  263. from .slideshare import SlideshareIE
  264. from .slutload import SlutloadIE
  265. from .smotri import (
  266. SmotriIE,
  267. SmotriCommunityIE,
  268. SmotriUserIE,
  269. SmotriBroadcastIE,
  270. )
  271. from .snotr import SnotrIE
  272. from .sockshare import SockshareIE
  273. from .sohu import SohuIE
  274. from .soundcloud import (
  275. SoundcloudIE,
  276. SoundcloudSetIE,
  277. SoundcloudUserIE,
  278. SoundcloudPlaylistIE
  279. )
  280. from .soundgasm import SoundgasmIE
  281. from .southpark import (
  282. SouthParkIE,
  283. SouthparkDeIE,
  284. )
  285. from .space import SpaceIE
  286. from .spankwire import SpankwireIE
  287. from .spiegel import SpiegelIE
  288. from .spiegeltv import SpiegeltvIE
  289. from .spike import SpikeIE
  290. from .stanfordoc import StanfordOpenClassroomIE
  291. from .steam import SteamIE
  292. from .streamcloud import StreamcloudIE
  293. from .streamcz import StreamCZIE
  294. from .swrmediathek import SWRMediathekIE
  295. from .syfy import SyfyIE
  296. from .sztvhu import SztvHuIE
  297. from .tagesschau import TagesschauIE
  298. from .teachertube import (
  299. TeacherTubeIE,
  300. TeacherTubeUserIE,
  301. )
  302. from .teachingchannel import TeachingChannelIE
  303. from .teamcoco import TeamcocoIE
  304. from .techtalks import TechTalksIE
  305. from .ted import TEDIE
  306. from .tenplay import TenPlayIE
  307. from .testurl import TestURLIE
  308. from .tf1 import TF1IE
  309. from .theplatform import ThePlatformIE
  310. from .thisav import ThisAVIE
  311. from .tinypic import TinyPicIE
  312. from .tlc import TlcIE, TlcDeIE
  313. from .toutv import TouTvIE
  314. from .toypics import ToypicsUserIE, ToypicsIE
  315. from .traileraddict import TrailerAddictIE
  316. from .trilulilu import TriluliluIE
  317. from .trutube import TruTubeIE
  318. from .tube8 import Tube8IE
  319. from .tudou import TudouIE
  320. from .tumblr import TumblrIE
  321. from .tutv import TutvIE
  322. from .tvigle import TvigleIE
  323. from .tvp import TvpIE
  324. from .udemy import (
  325. UdemyIE,
  326. UdemyCourseIE
  327. )
  328. from .unistra import UnistraIE
  329. from .urort import UrortIE
  330. from .ustream import UstreamIE, UstreamChannelIE
  331. from .vbox7 import Vbox7IE
  332. from .veehd import VeeHDIE
  333. from .veoh import VeohIE
  334. from .vesti import VestiIE
  335. from .vevo import VevoIE
  336. from .vh1 import VH1IE
  337. from .viddler import ViddlerIE
  338. from .videobam import VideoBamIE
  339. from .videodetective import VideoDetectiveIE
  340. from .videolecturesnet import VideoLecturesNetIE
  341. from .videofyme import VideofyMeIE
  342. from .videopremium import VideoPremiumIE
  343. from .videott import VideoTtIE
  344. from .videoweed import VideoWeedIE
  345. from .vimeo import (
  346. VimeoIE,
  347. VimeoChannelIE,
  348. VimeoUserIE,
  349. VimeoAlbumIE,
  350. VimeoGroupsIE,
  351. VimeoReviewIE,
  352. VimeoWatchLaterIE,
  353. )
  354. from .vimple import VimpleIE
  355. from .vine import (
  356. VineIE,
  357. VineUserIE,
  358. )
  359. from .viki import VikiIE
  360. from .vk import VKIE
  361. from .vodlocker import VodlockerIE
  362. from .vube import VubeIE
  363. from .vuclip import VuClipIE
  364. from .vulture import VultureIE
  365. from .washingtonpost import WashingtonPostIE
  366. from .wat import WatIE
  367. from .wdr import (
  368. WDRIE,
  369. WDRMobileIE,
  370. WDRMausIE,
  371. )
  372. from .weibo import WeiboIE
  373. from .wimp import WimpIE
  374. from .wistia import WistiaIE
  375. from .worldstarhiphop import WorldStarHipHopIE
  376. from .wrzuta import WrzutaIE
  377. from .xbef import XBefIE
  378. from .xhamster import XHamsterIE
  379. from .xnxx import XNXXIE
  380. from .xvideos import XVideosIE
  381. from .xtube import XTubeUserIE, XTubeIE
  382. from .yahoo import (
  383. YahooIE,
  384. YahooNewsIE,
  385. YahooSearchIE,
  386. )
  387. from .youjizz import YouJizzIE
  388. from .youku import YoukuIE
  389. from .youporn import YouPornIE
  390. from .youtube import (
  391. YoutubeIE,
  392. YoutubeChannelIE,
  393. YoutubeFavouritesIE,
  394. YoutubeHistoryIE,
  395. YoutubePlaylistIE,
  396. YoutubeRecommendedIE,
  397. YoutubeSearchDateIE,
  398. YoutubeSearchIE,
  399. YoutubeSearchURLIE,
  400. YoutubeShowIE,
  401. YoutubeSubscriptionsIE,
  402. YoutubeTopListIE,
  403. YoutubeTruncatedURLIE,
  404. YoutubeUserIE,
  405. YoutubeWatchLaterIE,
  406. )
  407. from .zdf import ZDFIE
  408. _ALL_CLASSES = [
  409. klass
  410. for name, klass in globals().items()
  411. if name.endswith('IE') and name != 'GenericIE'
  412. ]
  413. _ALL_CLASSES.append(GenericIE)
  414. def gen_extractors():
  415. """ Return a list of an instance of every supported extractor.
  416. The order does matter; the first extractor matched is the one handling the URL.
  417. """
  418. return [klass() for klass in _ALL_CLASSES]
  419. def get_info_extractor(ie_name):
  420. """Returns the info extractor class with the given ie_name"""
  421. return globals()[ie_name+'IE']