__init__.py 6.9 KB

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