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.

342 lines
9.3 KiB

11 years ago
12 years ago
11 years ago
11 years ago
11 years ago
11 years ago
12 years ago
  1. from .academicearth import AcademicEarthCourseIE
  2. from .addanime import AddAnimeIE
  3. from .aftonbladet import AftonbladetIE
  4. from .anitube import AnitubeIE
  5. from .aol import AolIE
  6. from .aparat import AparatIE
  7. from .appletrailers import AppleTrailersIE
  8. from .archiveorg import ArchiveOrgIE
  9. from .ard import ARDIE
  10. from .arte import (
  11. ArteTvIE,
  12. ArteTVPlus7IE,
  13. ArteTVCreativeIE,
  14. ArteTVConcertIE,
  15. ArteTVFutureIE,
  16. ArteTVDDCIE,
  17. ArteTVEmbedIE,
  18. )
  19. from .auengine import AUEngineIE
  20. from .bambuser import BambuserIE, BambuserChannelIE
  21. from .bandcamp import BandcampIE, BandcampAlbumIE
  22. from .bbccouk import BBCCoUkIE
  23. from .blinkx import BlinkxIE
  24. from .bliptv import BlipTVIE, BlipTVUserIE
  25. from .bloomberg import BloombergIE
  26. from .br import BRIE
  27. from .breakcom import BreakIE
  28. from .brightcove import BrightcoveIE
  29. from .byutv import BYUtvIE
  30. from .c56 import C56IE
  31. from .canal13cl import Canal13clIE
  32. from .canalplus import CanalplusIE
  33. from .canalc2 import Canalc2IE
  34. from .cbs import CBSIE
  35. from .ceskatelevize import CeskaTelevizeIE
  36. from .channel9 import Channel9IE
  37. from .chilloutzone import ChilloutzoneIE
  38. from .cinemassacre import CinemassacreIE
  39. from .clipfish import ClipfishIE
  40. from .cliphunter import CliphunterIE
  41. from .clipsyndicate import ClipsyndicateIE
  42. from .cmt import CMTIE
  43. from .cnn import (
  44. CNNIE,
  45. CNNBlogsIE,
  46. )
  47. from .collegehumor import CollegeHumorIE
  48. from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
  49. from .condenast import CondeNastIE
  50. from .criterion import CriterionIE
  51. from .crunchyroll import CrunchyrollIE
  52. from .cspan import CSpanIE
  53. from .d8 import D8IE
  54. from .dailymotion import (
  55. DailymotionIE,
  56. DailymotionPlaylistIE,
  57. DailymotionUserIE,
  58. )
  59. from .daum import DaumIE
  60. from .dotsub import DotsubIE
  61. from .dreisat import DreiSatIE
  62. from .defense import DefenseGouvFrIE
  63. from .discovery import DiscoveryIE
  64. from .dropbox import DropboxIE
  65. from .ebaumsworld import EbaumsWorldIE
  66. from .ehow import EHowIE
  67. from .eighttracks import EightTracksIE
  68. from .eitb import EitbIE
  69. from .elpais import ElPaisIE
  70. from .engadget import EngadgetIE
  71. from .escapist import EscapistIE
  72. from .everyonesmixtape import EveryonesMixtapeIE
  73. from .exfm import ExfmIE
  74. from .extremetube import ExtremeTubeIE
  75. from .facebook import FacebookIE
  76. from .faz import FazIE
  77. from .firstpost import FirstpostIE
  78. from .firsttv import FirstTVIE
  79. from .fivemin import FiveMinIE
  80. from .fktv import (
  81. FKTVIE,
  82. FKTVPosteckeIE,
  83. )
  84. from .flickr import FlickrIE
  85. from .fourtube import FourTubeIE
  86. from .franceinter import FranceInterIE
  87. from .francetv import (
  88. PluzzIE,
  89. FranceTvInfoIE,
  90. FranceTVIE,
  91. GenerationQuoiIE,
  92. CultureboxIE,
  93. )
  94. from .freesound import FreesoundIE
  95. from .freespeech import FreespeechIE
  96. from .funnyordie import FunnyOrDieIE
  97. from .gamekings import GamekingsIE
  98. from .gamespot import GameSpotIE
  99. from .gametrailers import GametrailersIE
  100. from .gdcvault import GDCVaultIE
  101. from .generic import GenericIE
  102. from .googleplus import GooglePlusIE
  103. from .googlesearch import GoogleSearchIE
  104. from .hark import HarkIE
  105. from .helsinki import HelsinkiIE
  106. from .hotnewhiphop import HotNewHipHopIE
  107. from .howcast import HowcastIE
  108. from .huffpost import HuffPostIE
  109. from .hypem import HypemIE
  110. from .ign import IGNIE, OneUPIE
  111. from .imdb import (
  112. ImdbIE,
  113. ImdbListIE
  114. )
  115. from .ina import InaIE
  116. from .infoq import InfoQIE
  117. from .instagram import InstagramIE, InstagramUserIE
  118. from .internetvideoarchive import InternetVideoArchiveIE
  119. from .iprima import IPrimaIE
  120. from .ivi import (
  121. IviIE,
  122. IviCompilationIE
  123. )
  124. from .jadorecettepub import JadoreCettePubIE
  125. from .jeuxvideo import JeuxVideoIE
  126. from .jukebox import JukeboxIE
  127. from .justintv import JustinTVIE
  128. from .jpopsukitv import JpopsukiIE
  129. from .kankan import KankanIE
  130. from .keezmovies import KeezMoviesIE
  131. from .khanacademy import KhanAcademyIE
  132. from .kickstarter import KickStarterIE
  133. from .keek import KeekIE
  134. from .kontrtube import KontrTubeIE
  135. from .la7 import LA7IE
  136. from .lifenews import LifeNewsIE
  137. from .liveleak import LiveLeakIE
  138. from .livestream import LivestreamIE, LivestreamOriginalIE
  139. from .lynda import (
  140. LyndaIE,
  141. LyndaCourseIE
  142. )
  143. from .m6 import M6IE
  144. from .macgamestore import MacGameStoreIE
  145. from .mailru import MailRuIE
  146. from .malemotion import MalemotionIE
  147. from .mdr import MDRIE
  148. from .metacafe import MetacafeIE
  149. from .metacritic import MetacriticIE
  150. from .mit import TechTVMITIE, MITIE, OCWMITIE
  151. from .mixcloud import MixcloudIE
  152. from .mpora import MporaIE
  153. from .mofosex import MofosexIE
  154. from .mooshare import MooshareIE
  155. from .mtv import (
  156. MTVIE,
  157. MTVIggyIE,
  158. )
  159. from .muzu import MuzuTVIE
  160. from .myspace import MySpaceIE
  161. from .myspass import MySpassIE
  162. from .myvideo import MyVideoIE
  163. from .naver import NaverIE
  164. from .nba import NBAIE
  165. from .nbc import (
  166. NBCIE,
  167. NBCNewsIE,
  168. )
  169. from .ndr import NDRIE
  170. from .ndtv import NDTVIE
  171. from .newgrounds import NewgroundsIE
  172. from .nfb import NFBIE
  173. from .nhl import NHLIE, NHLVideocenterIE
  174. from .niconico import NiconicoIE
  175. from .ninegag import NineGagIE
  176. from .normalboots import NormalbootsIE
  177. from .novamov import NovaMovIE
  178. from .nowness import NownessIE
  179. from .nowvideo import NowVideoIE
  180. from .ooyala import OoyalaIE
  181. from .orf import ORFIE
  182. from .parliamentliveuk import ParliamentLiveUKIE
  183. from .pbs import PBSIE
  184. from .photobucket import PhotobucketIE
  185. from .playvid import PlayvidIE
  186. from .podomatic import PodomaticIE
  187. from .pornhd import PornHdIE
  188. from .pornhub import PornHubIE
  189. from .pornotube import PornotubeIE
  190. from .prosiebensat1 import ProSiebenSat1IE
  191. from .pyvideo import PyvideoIE
  192. from .radiofrance import RadioFranceIE
  193. from .rbmaradio import RBMARadioIE
  194. from .redtube import RedTubeIE
  195. from .ringtv import RingTVIE
  196. from .ro220 import Ro220IE
  197. from .rottentomatoes import RottenTomatoesIE
  198. from .roxwel import RoxwelIE
  199. from .rtlnow import RTLnowIE
  200. from .rts import RTSIE
  201. from .rutube import (
  202. RutubeIE,
  203. RutubeChannelIE,
  204. RutubeMovieIE,
  205. RutubePersonIE,
  206. )
  207. from .rutv import RUTVIE
  208. from .savefrom import SaveFromIE
  209. from .servingsys import ServingSysIE
  210. from .sina import SinaIE
  211. from .slashdot import SlashdotIE
  212. from .slideshare import SlideshareIE
  213. from .smotri import (
  214. SmotriIE,
  215. SmotriCommunityIE,
  216. SmotriUserIE,
  217. SmotriBroadcastIE,
  218. )
  219. from .sohu import SohuIE
  220. from .soundcloud import SoundcloudIE, SoundcloudSetIE, SoundcloudUserIE
  221. from .southparkstudios import (
  222. SouthParkStudiosIE,
  223. SouthparkDeIE,
  224. )
  225. from .space import SpaceIE
  226. from .spankwire import SpankwireIE
  227. from .spiegel import SpiegelIE
  228. from .spike import SpikeIE
  229. from .stanfordoc import StanfordOpenClassroomIE
  230. from .statigram import StatigramIE
  231. from .steam import SteamIE
  232. from .streamcloud import StreamcloudIE
  233. from .streamcz import StreamCZIE
  234. from .syfy import SyfyIE
  235. from .sztvhu import SztvHuIE
  236. from .teamcoco import TeamcocoIE
  237. from .techtalks import TechTalksIE
  238. from .ted import TEDIE
  239. from .testurl import TestURLIE
  240. from .tf1 import TF1IE
  241. from .theplatform import ThePlatformIE
  242. from .thisav import ThisAVIE
  243. from .tinypic import TinyPicIE
  244. from .toutv import TouTvIE
  245. from .toypics import ToypicsUserIE, ToypicsIE
  246. from .traileraddict import TrailerAddictIE
  247. from .trilulilu import TriluliluIE
  248. from .trutube import TruTubeIE
  249. from .tube8 import Tube8IE
  250. from .tudou import TudouIE
  251. from .tumblr import TumblrIE
  252. from .tutv import TutvIE
  253. from .tvigle import TvigleIE
  254. from .tvp import TvpIE
  255. from .udemy import (
  256. UdemyIE,
  257. UdemyCourseIE
  258. )
  259. from .unistra import UnistraIE
  260. from .ustream import UstreamIE, UstreamChannelIE
  261. from .vbox7 import Vbox7IE
  262. from .veehd import VeeHDIE
  263. from .veoh import VeohIE
  264. from .vesti import VestiIE
  265. from .vevo import VevoIE
  266. from .vice import ViceIE
  267. from .viddler import ViddlerIE
  268. from .videobam import VideoBamIE
  269. from .videodetective import VideoDetectiveIE
  270. from .videolecturesnet import VideoLecturesNetIE
  271. from .videofyme import VideofyMeIE
  272. from .videopremium import VideoPremiumIE
  273. from .vimeo import (
  274. VimeoIE,
  275. VimeoChannelIE,
  276. VimeoUserIE,
  277. VimeoAlbumIE,
  278. VimeoGroupsIE,
  279. VimeoReviewIE,
  280. )
  281. from .vine import VineIE
  282. from .viki import VikiIE
  283. from .vk import VKIE
  284. from .vube import VubeIE
  285. from .washingtonpost import WashingtonPostIE
  286. from .wat import WatIE
  287. from .wdr import WDRIE
  288. from .weibo import WeiboIE
  289. from .wimp import WimpIE
  290. from .wistia import WistiaIE
  291. from .worldstarhiphop import WorldStarHipHopIE
  292. from .xbef import XBefIE
  293. from .xhamster import XHamsterIE
  294. from .xnxx import XNXXIE
  295. from .xvideos import XVideosIE
  296. from .xtube import XTubeUserIE, XTubeIE
  297. from .yahoo import (
  298. YahooIE,
  299. YahooNewsIE,
  300. YahooSearchIE,
  301. )
  302. from .youjizz import YouJizzIE
  303. from .youku import YoukuIE
  304. from .youporn import YouPornIE
  305. from .youtube import (
  306. YoutubeIE,
  307. YoutubeChannelIE,
  308. YoutubeFavouritesIE,
  309. YoutubeHistoryIE,
  310. YoutubePlaylistIE,
  311. YoutubeRecommendedIE,
  312. YoutubeSearchDateIE,
  313. YoutubeSearchIE,
  314. YoutubeSearchURLIE,
  315. YoutubeShowIE,
  316. YoutubeSubscriptionsIE,
  317. YoutubeTopListIE,
  318. YoutubeTruncatedURLIE,
  319. YoutubeUserIE,
  320. YoutubeWatchLaterIE,
  321. )
  322. from .zdf import ZDFIE
  323. _ALL_CLASSES = [
  324. klass
  325. for name, klass in globals().items()
  326. if name.endswith('IE') and name != 'GenericIE'
  327. ]
  328. _ALL_CLASSES.append(GenericIE)
  329. def gen_extractors():
  330. """ Return a list of an instance of every supported extractor.
  331. The order does matter; the first extractor matched is the one handling the URL.
  332. """
  333. return [klass() for klass in _ALL_CLASSES]
  334. def get_info_extractor(ie_name):
  335. """Returns the info extractor class with the given ie_name"""
  336. return globals()[ie_name+'IE']