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.

227 lines
6.3 KiB

11 years ago
12 years ago
12 years ago
  1. from .appletrailers import AppleTrailersIE
  2. from .addanime import AddAnimeIE
  3. from .anitube import AnitubeIE
  4. from .archiveorg import ArchiveOrgIE
  5. from .ard import ARDIE
  6. from .arte import (
  7. ArteTvIE,
  8. ArteTVPlus7IE,
  9. ArteTVCreativeIE,
  10. ArteTVFutureIE,
  11. )
  12. from .auengine import AUEngineIE
  13. from .bambuser import BambuserIE, BambuserChannelIE
  14. from .bandcamp import BandcampIE, BandcampAlbumIE
  15. from .bliptv import BlipTVIE, BlipTVUserIE
  16. from .bloomberg import BloombergIE
  17. from .breakcom import BreakIE
  18. from .brightcove import BrightcoveIE
  19. from .c56 import C56IE
  20. from .canalplus import CanalplusIE
  21. from .canalc2 import Canalc2IE
  22. from .cinemassacre import CinemassacreIE
  23. from .clipfish import ClipfishIE
  24. from .clipsyndicate import ClipsyndicateIE
  25. from .cnn import CNNIE
  26. from .collegehumor import CollegeHumorIE
  27. from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
  28. from .condenast import CondeNastIE
  29. from .criterion import CriterionIE
  30. from .cspan import CSpanIE
  31. from .d8 import D8IE
  32. from .dailymotion import (
  33. DailymotionIE,
  34. DailymotionPlaylistIE,
  35. DailymotionUserIE,
  36. )
  37. from .daum import DaumIE
  38. from .depositfiles import DepositFilesIE
  39. from .dotsub import DotsubIE
  40. from .dreisat import DreiSatIE
  41. from .defense import DefenseGouvFrIE
  42. from .ebaumsworld import EbaumsWorldIE
  43. from .ehow import EHowIE
  44. from .eighttracks import EightTracksIE
  45. from .eitb import EitbIE
  46. from .escapist import EscapistIE
  47. from .exfm import ExfmIE
  48. from .extremetube import ExtremeTubeIE
  49. from .facebook import FacebookIE
  50. from .faz import FazIE
  51. from .fktv import (
  52. FKTVIE,
  53. FKTVPosteckeIE,
  54. )
  55. from .flickr import FlickrIE
  56. from .francetv import (
  57. PluzzIE,
  58. FranceTvInfoIE,
  59. France2IE,
  60. GenerationQuoiIE
  61. )
  62. from .freesound import FreesoundIE
  63. from .funnyordie import FunnyOrDieIE
  64. from .gamekings import GamekingsIE
  65. from .gamespot import GameSpotIE
  66. from .gametrailers import GametrailersIE
  67. from .generic import GenericIE
  68. from .googleplus import GooglePlusIE
  69. from .googlesearch import GoogleSearchIE
  70. from .hark import HarkIE
  71. from .hotnewhiphop import HotNewHipHopIE
  72. from .howcast import HowcastIE
  73. from .hypem import HypemIE
  74. from .ign import IGNIE, OneUPIE
  75. from .imdb import ImdbIE
  76. from .ina import InaIE
  77. from .infoq import InfoQIE
  78. from .instagram import InstagramIE
  79. from .internetvideoarchive import InternetVideoArchiveIE
  80. from .jeuxvideo import JeuxVideoIE
  81. from .jukebox import JukeboxIE
  82. from .justintv import JustinTVIE
  83. from .kankan import KankanIE
  84. from .keezmovies import KeezMoviesIE
  85. from .kickstarter import KickStarterIE
  86. from .keek import KeekIE
  87. from .liveleak import LiveLeakIE
  88. from .livestream import LivestreamIE, LivestreamOriginalIE
  89. from .metacafe import MetacafeIE
  90. from .metacritic import MetacriticIE
  91. from .mit import TechTVMITIE, MITIE
  92. from .mixcloud import MixcloudIE
  93. from .mofosex import MofosexIE
  94. from .mtv import MTVIE
  95. from .muzu import MuzuTVIE
  96. from .myspace import MySpaceIE
  97. from .myspass import MySpassIE
  98. from .myvideo import MyVideoIE
  99. from .naver import NaverIE
  100. from .nba import NBAIE
  101. from .nbc import NBCNewsIE
  102. from .newgrounds import NewgroundsIE
  103. from .nhl import NHLIE, NHLVideocenterIE
  104. from .niconico import NiconicoIE
  105. from .nowvideo import NowVideoIE
  106. from .ooyala import OoyalaIE
  107. from .orf import ORFIE
  108. from .pbs import PBSIE
  109. from .photobucket import PhotobucketIE
  110. from .podomatic import PodomaticIE
  111. from .pornhub import PornHubIE
  112. from .pornotube import PornotubeIE
  113. from .rbmaradio import RBMARadioIE
  114. from .redtube import RedTubeIE
  115. from .ringtv import RingTVIE
  116. from .ro220 import Ro220IE
  117. from .rottentomatoes import RottenTomatoesIE
  118. from .roxwel import RoxwelIE
  119. from .rtlnow import RTLnowIE
  120. from .rutube import RutubeIE
  121. from .sina import SinaIE
  122. from .slashdot import SlashdotIE
  123. from .slideshare import SlideshareIE
  124. from .smotri import (
  125. SmotriIE,
  126. SmotriCommunityIE,
  127. SmotriUserIE,
  128. )
  129. from .sohu import SohuIE
  130. from .soundcloud import SoundcloudIE, SoundcloudSetIE, SoundcloudUserIE
  131. from .southparkstudios import (
  132. SouthParkStudiosIE,
  133. SouthparkDeIE,
  134. )
  135. from .space import SpaceIE
  136. from .spankwire import SpankwireIE
  137. from .spiegel import SpiegelIE
  138. from .stanfordoc import StanfordOpenClassroomIE
  139. from .statigram import StatigramIE
  140. from .steam import SteamIE
  141. from .streamcloud import StreamcloudIE
  142. from .sztvhu import SztvHuIE
  143. from .teamcoco import TeamcocoIE
  144. from .techtalks import TechTalksIE
  145. from .ted import TEDIE
  146. from .tf1 import TF1IE
  147. from .thisav import ThisAVIE
  148. from .toutv import TouTvIE
  149. from .traileraddict import TrailerAddictIE
  150. from .trilulilu import TriluliluIE
  151. from .tube8 import Tube8IE
  152. from .tudou import TudouIE
  153. from .tumblr import TumblrIE
  154. from .tutv import TutvIE
  155. from .tvp import TvpIE
  156. from .unistra import UnistraIE
  157. from .ustream import UstreamIE, UstreamChannelIE
  158. from .vbox7 import Vbox7IE
  159. from .veehd import VeeHDIE
  160. from .veoh import VeohIE
  161. from .vevo import VevoIE
  162. from .vice import ViceIE
  163. from .viddler import ViddlerIE
  164. from .videodetective import VideoDetectiveIE
  165. from .videofyme import VideofyMeIE
  166. from .videopremium import VideoPremiumIE
  167. from .vimeo import (
  168. VimeoIE,
  169. VimeoChannelIE,
  170. VimeoUserIE,
  171. )
  172. from .vine import VineIE
  173. from .viki import VikiIE
  174. from .vk import VKIE
  175. from .wat import WatIE
  176. from .websurg import WeBSurgIE
  177. from .weibo import WeiboIE
  178. from .wimp import WimpIE
  179. from .worldstarhiphop import WorldStarHipHopIE
  180. from .xhamster import XHamsterIE
  181. from .xnxx import XNXXIE
  182. from .xvideos import XVideosIE
  183. from .xtube import XTubeIE
  184. from .yahoo import (
  185. YahooIE,
  186. YahooNewsIE,
  187. YahooSearchIE,
  188. )
  189. from .youjizz import YouJizzIE
  190. from .youku import YoukuIE
  191. from .youporn import YouPornIE
  192. from .youtube import (
  193. YoutubeIE,
  194. YoutubePlaylistIE,
  195. YoutubeSearchIE,
  196. YoutubeSearchDateIE,
  197. YoutubeUserIE,
  198. YoutubeChannelIE,
  199. YoutubeShowIE,
  200. YoutubeSubscriptionsIE,
  201. YoutubeRecommendedIE,
  202. YoutubeTruncatedURLIE,
  203. YoutubeWatchLaterIE,
  204. YoutubeFavouritesIE,
  205. YoutubeHistoryIE,
  206. )
  207. from .zdf import ZDFIE
  208. _ALL_CLASSES = [
  209. klass
  210. for name, klass in globals().items()
  211. if name.endswith('IE') and name != 'GenericIE'
  212. ]
  213. _ALL_CLASSES.append(GenericIE)
  214. def gen_extractors():
  215. """ Return a list of an instance of every supported extractor.
  216. The order does matter; the first extractor matched is the one handling the URL.
  217. """
  218. return [klass() for klass in _ALL_CLASSES]
  219. def get_info_extractor(ie_name):
  220. """Returns the info extractor class with the given ie_name"""
  221. return globals()[ie_name+'IE']