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.

343 lines
9.3 KiB

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 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 .ntv import NTVIE
  181. from .oe1 import OE1IE
  182. from .ooyala import OoyalaIE
  183. from .orf import ORFIE
  184. from .parliamentliveuk import ParliamentLiveUKIE
  185. from .pbs import PBSIE
  186. from .photobucket import PhotobucketIE
  187. from .playvid import PlayvidIE
  188. from .podomatic import PodomaticIE
  189. from .pornhd import PornHdIE
  190. from .pornhub import PornHubIE
  191. from .pornotube import PornotubeIE
  192. from .prosiebensat1 import ProSiebenSat1IE
  193. from .pyvideo import PyvideoIE
  194. from .radiofrance import RadioFranceIE
  195. from .rbmaradio import RBMARadioIE
  196. from .redtube import RedTubeIE
  197. from .ringtv import RingTVIE
  198. from .ro220 import Ro220IE
  199. from .rottentomatoes import RottenTomatoesIE
  200. from .roxwel import RoxwelIE
  201. from .rtlnow import RTLnowIE
  202. from .rts import RTSIE
  203. from .rutube import (
  204. RutubeIE,
  205. RutubeChannelIE,
  206. RutubeMovieIE,
  207. RutubePersonIE,
  208. )
  209. from .rutv import RUTVIE
  210. from .savefrom import SaveFromIE
  211. from .servingsys import ServingSysIE
  212. from .sina import SinaIE
  213. from .slideshare import SlideshareIE
  214. from .smotri import (
  215. SmotriIE,
  216. SmotriCommunityIE,
  217. SmotriUserIE,
  218. SmotriBroadcastIE,
  219. )
  220. from .sohu import SohuIE
  221. from .soundcloud import SoundcloudIE, SoundcloudSetIE, SoundcloudUserIE
  222. from .southparkstudios import (
  223. SouthParkStudiosIE,
  224. SouthparkDeIE,
  225. )
  226. from .space import SpaceIE
  227. from .spankwire import SpankwireIE
  228. from .spiegel import SpiegelIE
  229. from .spike import SpikeIE
  230. from .stanfordoc import StanfordOpenClassroomIE
  231. from .statigram import StatigramIE
  232. from .steam import SteamIE
  233. from .streamcloud import StreamcloudIE
  234. from .streamcz import StreamCZIE
  235. from .syfy import SyfyIE
  236. from .sztvhu import SztvHuIE
  237. from .teamcoco import TeamcocoIE
  238. from .techtalks import TechTalksIE
  239. from .ted import TEDIE
  240. from .testurl import TestURLIE
  241. from .tf1 import TF1IE
  242. from .theplatform import ThePlatformIE
  243. from .thisav import ThisAVIE
  244. from .tinypic import TinyPicIE
  245. from .toutv import TouTvIE
  246. from .toypics import ToypicsUserIE, ToypicsIE
  247. from .traileraddict import TrailerAddictIE
  248. from .trilulilu import TriluliluIE
  249. from .trutube import TruTubeIE
  250. from .tube8 import Tube8IE
  251. from .tudou import TudouIE
  252. from .tumblr import TumblrIE
  253. from .tutv import TutvIE
  254. from .tvigle import TvigleIE
  255. from .tvp import TvpIE
  256. from .udemy import (
  257. UdemyIE,
  258. UdemyCourseIE
  259. )
  260. from .unistra import UnistraIE
  261. from .urort import UrortIE
  262. from .ustream import UstreamIE, UstreamChannelIE
  263. from .vbox7 import Vbox7IE
  264. from .veehd import VeeHDIE
  265. from .veoh import VeohIE
  266. from .vesti import VestiIE
  267. from .vevo import VevoIE
  268. from .viddler import ViddlerIE
  269. from .videobam import VideoBamIE
  270. from .videodetective import VideoDetectiveIE
  271. from .videolecturesnet import VideoLecturesNetIE
  272. from .videofyme import VideofyMeIE
  273. from .videopremium import VideoPremiumIE
  274. from .vimeo import (
  275. VimeoIE,
  276. VimeoChannelIE,
  277. VimeoUserIE,
  278. VimeoAlbumIE,
  279. VimeoGroupsIE,
  280. VimeoReviewIE,
  281. )
  282. from .vine import VineIE
  283. from .viki import VikiIE
  284. from .vk import VKIE
  285. from .vube import VubeIE
  286. from .washingtonpost import WashingtonPostIE
  287. from .wat import WatIE
  288. from .wdr import WDRIE
  289. from .weibo import WeiboIE
  290. from .wimp import WimpIE
  291. from .wistia import WistiaIE
  292. from .worldstarhiphop import WorldStarHipHopIE
  293. from .xbef import XBefIE
  294. from .xhamster import XHamsterIE
  295. from .xnxx import XNXXIE
  296. from .xvideos import XVideosIE
  297. from .xtube import XTubeUserIE, XTubeIE
  298. from .yahoo import (
  299. YahooIE,
  300. YahooNewsIE,
  301. YahooSearchIE,
  302. )
  303. from .youjizz import YouJizzIE
  304. from .youku import YoukuIE
  305. from .youporn import YouPornIE
  306. from .youtube import (
  307. YoutubeIE,
  308. YoutubeChannelIE,
  309. YoutubeFavouritesIE,
  310. YoutubeHistoryIE,
  311. YoutubePlaylistIE,
  312. YoutubeRecommendedIE,
  313. YoutubeSearchDateIE,
  314. YoutubeSearchIE,
  315. YoutubeSearchURLIE,
  316. YoutubeShowIE,
  317. YoutubeSubscriptionsIE,
  318. YoutubeTopListIE,
  319. YoutubeTruncatedURLIE,
  320. YoutubeUserIE,
  321. YoutubeWatchLaterIE,
  322. )
  323. from .zdf import ZDFIE
  324. _ALL_CLASSES = [
  325. klass
  326. for name, klass in globals().items()
  327. if name.endswith('IE') and name != 'GenericIE'
  328. ]
  329. _ALL_CLASSES.append(GenericIE)
  330. def gen_extractors():
  331. """ Return a list of an instance of every supported extractor.
  332. The order does matter; the first extractor matched is the one handling the URL.
  333. """
  334. return [klass() for klass in _ALL_CLASSES]
  335. def get_info_extractor(ie_name):
  336. """Returns the info extractor class with the given ie_name"""
  337. return globals()[ie_name+'IE']