Add an extractor for theplatform.com
[youtube-dl] / youtube_dl / extractor / __init__.py
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 .theplatform import ThePlatformIE
148 from .thisav import ThisAVIE
149 from .toutv import TouTvIE
150 from .traileraddict import TrailerAddictIE
151 from .trilulilu import TriluliluIE
152 from .tube8 import Tube8IE
153 from .tudou import TudouIE
154 from .tumblr import TumblrIE
155 from .tutv import TutvIE
156 from .tvp import TvpIE
157 from .unistra import UnistraIE
158 from .ustream import UstreamIE, UstreamChannelIE
159 from .vbox7 import Vbox7IE
160 from .veehd import VeeHDIE
161 from .veoh import VeohIE
162 from .vevo import VevoIE
163 from .vice import ViceIE
164 from .viddler import ViddlerIE
165 from .videodetective import VideoDetectiveIE
166 from .videofyme import VideofyMeIE
167 from .videopremium import VideoPremiumIE
168 from .vimeo import (
169     VimeoIE,
170     VimeoChannelIE,
171     VimeoUserIE,
172 )
173 from .vine import VineIE
174 from .viki import VikiIE
175 from .vk import VKIE
176 from .wat import WatIE
177 from .websurg import WeBSurgIE
178 from .weibo import WeiboIE
179 from .wimp import WimpIE
180 from .worldstarhiphop import WorldStarHipHopIE
181 from .xhamster import XHamsterIE
182 from .xnxx import XNXXIE
183 from .xvideos import XVideosIE
184 from .xtube import XTubeIE
185 from .yahoo import (
186     YahooIE,
187     YahooNewsIE,
188     YahooSearchIE,
189 )
190 from .youjizz import YouJizzIE
191 from .youku import YoukuIE
192 from .youporn import YouPornIE
193 from .youtube import (
194     YoutubeIE,
195     YoutubePlaylistIE,
196     YoutubeSearchIE,
197     YoutubeSearchDateIE,
198     YoutubeUserIE,
199     YoutubeChannelIE,
200     YoutubeShowIE,
201     YoutubeSubscriptionsIE,
202     YoutubeRecommendedIE,
203     YoutubeTruncatedURLIE,
204     YoutubeWatchLaterIE,
205     YoutubeFavouritesIE,
206     YoutubeHistoryIE,
207 )
208 from .zdf import ZDFIE
209
210
211 _ALL_CLASSES = [
212     klass
213     for name, klass in globals().items()
214     if name.endswith('IE') and name != 'GenericIE'
215 ]
216 _ALL_CLASSES.append(GenericIE)
217
218
219 def gen_extractors():
220     """ Return a list of an instance of every supported extractor.
221     The order does matter; the first extractor matched is the one handling the URL.
222     """
223     return [klass() for klass in _ALL_CLASSES]
224
225
226 def get_info_extractor(ie_name):
227     """Returns the info extractor class with the given ie_name"""
228     return globals()[ie_name+'IE']