__init__.py 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. from .appletrailers import AppleTrailersIE
  2. from .addanime import AddAnimeIE
  3. from .archiveorg import ArchiveOrgIE
  4. from .ard import ARDIE
  5. from .arte import ArteTvIE
  6. from .auengine import AUEngineIE
  7. from .bandcamp import BandcampIE
  8. from .bliptv import BlipTVIE, BlipTVUserIE
  9. from .bloomberg import BloombergIE
  10. from .breakcom import BreakIE
  11. from .brightcove import BrightcoveIE
  12. from .c56 import C56IE
  13. from .canalplus import CanalplusIE
  14. from .canalc2 import Canalc2IE
  15. from .cinemassacre import CinemassacreIE
  16. from .cnn import CNNIE
  17. from .collegehumor import CollegeHumorIE
  18. from .comedycentral import ComedyCentralIE
  19. from .condenast import CondeNastIE
  20. from .criterion import CriterionIE
  21. from .cspan import CSpanIE
  22. from .dailymotion import (
  23. DailymotionIE,
  24. DailymotionPlaylistIE,
  25. DailymotionUserIE,
  26. )
  27. from .daum import DaumIE
  28. from .depositfiles import DepositFilesIE
  29. from .dotsub import DotsubIE
  30. from .dreisat import DreiSatIE
  31. from .defense import DefenseGouvFrIE
  32. from .ebaumsworld import EbaumsWorldIE
  33. from .ehow import EHowIE
  34. from .eighttracks import EightTracksIE
  35. from .escapist import EscapistIE
  36. from .exfm import ExfmIE
  37. from .facebook import FacebookIE
  38. from .faz import FazIE
  39. from .fktv import (
  40. FKTVIE,
  41. FKTVPosteckeIE,
  42. )
  43. from .flickr import FlickrIE
  44. from .francetv import (
  45. PluzzIE,
  46. FranceTvInfoIE,
  47. France2IE,
  48. GenerationQuoiIE
  49. )
  50. from .freesound import FreesoundIE
  51. from .funnyordie import FunnyOrDieIE
  52. from .gamespot import GameSpotIE
  53. from .gametrailers import GametrailersIE
  54. from .generic import GenericIE
  55. from .googleplus import GooglePlusIE
  56. from .googlesearch import GoogleSearchIE
  57. from .hark import HarkIE
  58. from .hotnewhiphop import HotNewHipHopIE
  59. from .howcast import HowcastIE
  60. from .hypem import HypemIE
  61. from .ign import IGNIE, OneUPIE
  62. from .ina import InaIE
  63. from .infoq import InfoQIE
  64. from .instagram import InstagramIE
  65. from .internetvideoarchive import InternetVideoArchiveIE
  66. from .jeuxvideo import JeuxVideoIE
  67. from .jukebox import JukeboxIE
  68. from .justintv import JustinTVIE
  69. from .kankan import KankanIE
  70. from .kickstarter import KickStarterIE
  71. from .keek import KeekIE
  72. from .liveleak import LiveLeakIE
  73. from .livestream import LivestreamIE
  74. from .metacafe import MetacafeIE
  75. from .metacritic import MetacriticIE
  76. from .mit import TechTVMITIE, MITIE
  77. from .mixcloud import MixcloudIE
  78. from .mtv import MTVIE
  79. from .muzu import MuzuTVIE
  80. from .myspass import MySpassIE
  81. from .myvideo import MyVideoIE
  82. from .naver import NaverIE
  83. from .nba import NBAIE
  84. from .nbc import NBCNewsIE
  85. from .newgrounds import NewgroundsIE
  86. from .nhl import NHLIE, NHLVideocenterIE
  87. from .nowvideo import NowVideoIE
  88. from .ooyala import OoyalaIE
  89. from .orf import ORFIE
  90. from .pbs import PBSIE
  91. from .photobucket import PhotobucketIE
  92. from .pornotube import PornotubeIE
  93. from .rbmaradio import RBMARadioIE
  94. from .redtube import RedTubeIE
  95. from .ringtv import RingTVIE
  96. from .ro220 import Ro220IE
  97. from .rottentomatoes import RottenTomatoesIE
  98. from .roxwel import RoxwelIE
  99. from .rtlnow import RTLnowIE
  100. from .sina import SinaIE
  101. from .slashdot import SlashdotIE
  102. from .slideshare import SlideshareIE
  103. from .sohu import SohuIE
  104. from .soundcloud import SoundcloudIE, SoundcloudSetIE, SoundcloudUserIE
  105. from .southparkstudios import SouthParkStudiosIE
  106. from .spiegel import SpiegelIE
  107. from .stanfordoc import StanfordOpenClassroomIE
  108. from .statigram import StatigramIE
  109. from .steam import SteamIE
  110. from .teamcoco import TeamcocoIE
  111. from .ted import TEDIE
  112. from .tf1 import TF1IE
  113. from .thisav import ThisAVIE
  114. from .traileraddict import TrailerAddictIE
  115. from .trilulilu import TriluliluIE
  116. from .tudou import TudouIE
  117. from .tumblr import TumblrIE
  118. from .tutv import TutvIE
  119. from .unistra import UnistraIE
  120. from .ustream import UstreamIE, UstreamChannelIE
  121. from .vbox7 import Vbox7IE
  122. from .veehd import VeeHDIE
  123. from .veoh import VeohIE
  124. from .vevo import VevoIE
  125. from .vice import ViceIE
  126. from .viddler import ViddlerIE
  127. from .videodetective import VideoDetectiveIE
  128. from .videofyme import VideofyMeIE
  129. from .vimeo import VimeoIE, VimeoChannelIE
  130. from .vine import VineIE
  131. from .wat import WatIE
  132. from .weibo import WeiboIE
  133. from .wimp import WimpIE
  134. from .worldstarhiphop import WorldStarHipHopIE
  135. from .xhamster import XHamsterIE
  136. from .xnxx import XNXXIE
  137. from .xvideos import XVideosIE
  138. from .yahoo import YahooIE, YahooSearchIE
  139. from .youjizz import YouJizzIE
  140. from .youku import YoukuIE
  141. from .youporn import YouPornIE
  142. from .youtube import (
  143. YoutubeIE,
  144. YoutubePlaylistIE,
  145. YoutubeSearchIE,
  146. YoutubeUserIE,
  147. YoutubeChannelIE,
  148. YoutubeShowIE,
  149. YoutubeSubscriptionsIE,
  150. YoutubeRecommendedIE,
  151. YoutubeTruncatedURLIE,
  152. YoutubeWatchLaterIE,
  153. YoutubeFavouritesIE,
  154. )
  155. from .zdf import ZDFIE
  156. _ALL_CLASSES = [
  157. klass
  158. for name, klass in globals().items()
  159. if name.endswith('IE') and name != 'GenericIE'
  160. ]
  161. _ALL_CLASSES.append(GenericIE)
  162. def gen_extractors():
  163. """ Return a list of an instance of every supported extractor.
  164. The order does matter; the first extractor matched is the one handling the URL.
  165. """
  166. return [klass() for klass in _ALL_CLASSES]
  167. def get_info_extractor(ie_name):
  168. """Returns the info extractor class with the given ie_name"""
  169. return globals()[ie_name+'IE']