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.

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