[moviezine] Add extractor for moviezine.se (fixes #2808)
[youtube-dl] / youtube_dl / extractor / __init__.py
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 .bilibili import BiliBiliIE
24 from .blinkx import BlinkxIE
25 from .bliptv import BlipTVIE, BlipTVUserIE
26 from .bloomberg import BloombergIE
27 from .br import BRIE
28 from .breakcom import BreakIE
29 from .brightcove import BrightcoveIE
30 from .byutv import BYUtvIE
31 from .c56 import C56IE
32 from .canal13cl import Canal13clIE
33 from .canalplus import CanalplusIE
34 from .canalc2 import Canalc2IE
35 from .cbs import CBSIE
36 from .cbsnews import CBSNewsIE
37 from .ceskatelevize import CeskaTelevizeIE
38 from .channel9 import Channel9IE
39 from .chilloutzone import ChilloutzoneIE
40 from .cinemassacre import CinemassacreIE
41 from .clipfish import ClipfishIE
42 from .cliphunter import CliphunterIE
43 from .clipsyndicate import ClipsyndicateIE
44 from .clubic import ClubicIE
45 from .cmt import CMTIE
46 from .cnet import CNETIE
47 from .cnn import (
48     CNNIE,
49     CNNBlogsIE,
50 )
51 from .collegehumor import CollegeHumorIE
52 from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
53 from .condenast import CondeNastIE
54 from .criterion import CriterionIE
55 from .crunchyroll import CrunchyrollIE
56 from .cspan import CSpanIE
57 from .d8 import D8IE
58 from .dailymotion import (
59     DailymotionIE,
60     DailymotionPlaylistIE,
61     DailymotionUserIE,
62 )
63 from .daum import DaumIE
64 from .dotsub import DotsubIE
65 from .dreisat import DreiSatIE
66 from .defense import DefenseGouvFrIE
67 from .discovery import DiscoveryIE
68 from .divxstage import DivxStageIE
69 from .dropbox import DropboxIE
70 from .ebaumsworld import EbaumsWorldIE
71 from .ehow import EHowIE
72 from .eighttracks import EightTracksIE
73 from .eitb import EitbIE
74 from .elpais import ElPaisIE
75 from .engadget import EngadgetIE
76 from .escapist import EscapistIE
77 from .everyonesmixtape import EveryonesMixtapeIE
78 from .exfm import ExfmIE
79 from .extremetube import ExtremeTubeIE
80 from .facebook import FacebookIE
81 from .faz import FazIE
82 from .firstpost import FirstpostIE
83 from .firsttv import FirstTVIE
84 from .fivemin import FiveMinIE
85 from .fktv import (
86     FKTVIE,
87     FKTVPosteckeIE,
88 )
89 from .flickr import FlickrIE
90 from .fourtube import FourTubeIE
91 from .franceculture import FranceCultureIE
92 from .franceinter import FranceInterIE
93 from .francetv import (
94     PluzzIE,
95     FranceTvInfoIE,
96     FranceTVIE,
97     GenerationQuoiIE,
98     CultureboxIE,
99 )
100 from .freesound import FreesoundIE
101 from .freespeech import FreespeechIE
102 from .funnyordie import FunnyOrDieIE
103 from .gamekings import GamekingsIE
104 from .gamespot import GameSpotIE
105 from .gametrailers import GametrailersIE
106 from .gdcvault import GDCVaultIE
107 from .generic import GenericIE
108 from .googleplus import GooglePlusIE
109 from .googlesearch import GoogleSearchIE
110 from .hark import HarkIE
111 from .helsinki import HelsinkiIE
112 from .hotnewhiphop import HotNewHipHopIE
113 from .howcast import HowcastIE
114 from .huffpost import HuffPostIE
115 from .hypem import HypemIE
116 from .ign import IGNIE, OneUPIE
117 from .imdb import (
118     ImdbIE,
119     ImdbListIE
120 )
121 from .ina import InaIE
122 from .infoq import InfoQIE
123 from .instagram import InstagramIE, InstagramUserIE
124 from .internetvideoarchive import InternetVideoArchiveIE
125 from .iprima import IPrimaIE
126 from .ivi import (
127     IviIE,
128     IviCompilationIE
129 )
130 from .jadorecettepub import JadoreCettePubIE
131 from .jeuxvideo import JeuxVideoIE
132 from .jukebox import JukeboxIE
133 from .justintv import JustinTVIE
134 from .jpopsukitv import JpopsukiIE
135 from .kankan import KankanIE
136 from .keezmovies import KeezMoviesIE
137 from .khanacademy import KhanAcademyIE
138 from .kickstarter import KickStarterIE
139 from .keek import KeekIE
140 from .kontrtube import KontrTubeIE
141 from .la7 import LA7IE
142 from .lifenews import LifeNewsIE
143 from .liveleak import LiveLeakIE
144 from .livestream import LivestreamIE, LivestreamOriginalIE
145 from .lynda import (
146     LyndaIE,
147     LyndaCourseIE
148 )
149 from .m6 import M6IE
150 from .macgamestore import MacGameStoreIE
151 from .mailru import MailRuIE
152 from .malemotion import MalemotionIE
153 from .mdr import MDRIE
154 from .metacafe import MetacafeIE
155 from .metacritic import MetacriticIE
156 from .mit import TechTVMITIE, MITIE, OCWMITIE
157 from .mixcloud import MixcloudIE
158 from .mpora import MporaIE
159 from .mofosex import MofosexIE
160 from .mooshare import MooshareIE
161 from .morningstar import MorningstarIE
162 from .motorsport import MotorsportIE
163 from .moviezine import MoviezineIE
164 from .movshare import MovShareIE
165 from .mtv import (
166     MTVIE,
167     MTVIggyIE,
168 )
169 from .musicplayon import MusicPlayOnIE
170 from .muzu import MuzuTVIE
171 from .myspace import MySpaceIE
172 from .myspass import MySpassIE
173 from .myvideo import MyVideoIE
174 from .naver import NaverIE
175 from .nba import NBAIE
176 from .nbc import (
177     NBCIE,
178     NBCNewsIE,
179 )
180 from .ndr import NDRIE
181 from .ndtv import NDTVIE
182 from .newgrounds import NewgroundsIE
183 from .nfb import NFBIE
184 from .nhl import NHLIE, NHLVideocenterIE
185 from .niconico import NiconicoIE
186 from .ninegag import NineGagIE
187 from .noco import NocoIE
188 from .normalboots import NormalbootsIE
189 from .novamov import NovaMovIE
190 from .nowness import NownessIE
191 from .nowvideo import NowVideoIE
192 from .nrk import NRKIE
193 from .ntv import NTVIE
194 from .oe1 import OE1IE
195 from .ooyala import OoyalaIE
196 from .orf import ORFIE
197 from .parliamentliveuk import ParliamentLiveUKIE
198 from .pbs import PBSIE
199 from .photobucket import PhotobucketIE
200 from .playvid import PlayvidIE
201 from .podomatic import PodomaticIE
202 from .pornhd import PornHdIE
203 from .pornhub import PornHubIE
204 from .pornotube import PornotubeIE
205 from .prosiebensat1 import ProSiebenSat1IE
206 from .pyvideo import PyvideoIE
207 from .radiofrance import RadioFranceIE
208 from .rbmaradio import RBMARadioIE
209 from .redtube import RedTubeIE
210 from .ringtv import RingTVIE
211 from .ro220 import Ro220IE
212 from .rottentomatoes import RottenTomatoesIE
213 from .roxwel import RoxwelIE
214 from .rtlnow import RTLnowIE
215 from .rts import RTSIE
216 from .rtve import RTVEALaCartaIE
217 from .rutube import (
218     RutubeIE,
219     RutubeChannelIE,
220     RutubeMovieIE,
221     RutubePersonIE,
222 )
223 from .rutv import RUTVIE
224 from .savefrom import SaveFromIE
225 from .scivee import SciVeeIE
226 from .servingsys import ServingSysIE
227 from .sina import SinaIE
228 from .slideshare import SlideshareIE
229 from .smotri import (
230     SmotriIE,
231     SmotriCommunityIE,
232     SmotriUserIE,
233     SmotriBroadcastIE,
234 )
235 from .sohu import SohuIE
236 from .soundcloud import SoundcloudIE, SoundcloudSetIE, SoundcloudUserIE
237 from .southparkstudios import (
238     SouthParkStudiosIE,
239     SouthparkDeIE,
240 )
241 from .space import SpaceIE
242 from .spankwire import SpankwireIE
243 from .spiegel import SpiegelIE
244 from .spike import SpikeIE
245 from .stanfordoc import StanfordOpenClassroomIE
246 from .statigram import StatigramIE
247 from .steam import SteamIE
248 from .streamcloud import StreamcloudIE
249 from .streamcz import StreamCZIE
250 from .syfy import SyfyIE
251 from .sztvhu import SztvHuIE
252 from .teamcoco import TeamcocoIE
253 from .techtalks import TechTalksIE
254 from .ted import TEDIE
255 from .testurl import TestURLIE
256 from .tf1 import TF1IE
257 from .theplatform import ThePlatformIE
258 from .thisav import ThisAVIE
259 from .tinypic import TinyPicIE
260 from .tlc import TlcIE, TlcDeIE
261 from .toutv import TouTvIE
262 from .toypics import ToypicsUserIE, ToypicsIE
263 from .traileraddict import TrailerAddictIE
264 from .trilulilu import TriluliluIE
265 from .trutube import TruTubeIE
266 from .tube8 import Tube8IE
267 from .tudou import TudouIE
268 from .tumblr import TumblrIE
269 from .tutv import TutvIE
270 from .tvigle import TvigleIE
271 from .tvp import TvpIE
272 from .udemy import (
273     UdemyIE,
274     UdemyCourseIE
275 )
276 from .unistra import UnistraIE
277 from .urort import UrortIE
278 from .ustream import UstreamIE, UstreamChannelIE
279 from .vbox7 import Vbox7IE
280 from .veehd import VeeHDIE
281 from .veoh import VeohIE
282 from .vesti import VestiIE
283 from .vevo import VevoIE
284 from .viddler import ViddlerIE
285 from .videobam import VideoBamIE
286 from .videodetective import VideoDetectiveIE
287 from .videolecturesnet import VideoLecturesNetIE
288 from .videofyme import VideofyMeIE
289 from .videopremium import VideoPremiumIE
290 from .videoweed import VideoWeedIE
291 from .vimeo import (
292     VimeoIE,
293     VimeoChannelIE,
294     VimeoUserIE,
295     VimeoAlbumIE,
296     VimeoGroupsIE,
297     VimeoReviewIE,
298     VimeoWatchLaterIE,
299 )
300 from .vine import VineIE
301 from .viki import VikiIE
302 from .vk import VKIE
303 from .vube import VubeIE
304 from .vuclip import VuClipIE
305 from .washingtonpost import WashingtonPostIE
306 from .wat import WatIE
307 from .wdr import (
308     WDRIE,
309     WDRMausIE,
310 )
311 from .weibo import WeiboIE
312 from .wimp import WimpIE
313 from .wistia import WistiaIE
314 from .worldstarhiphop import WorldStarHipHopIE
315 from .xbef import XBefIE
316 from .xhamster import XHamsterIE
317 from .xnxx import XNXXIE
318 from .xvideos import XVideosIE
319 from .xtube import XTubeUserIE, XTubeIE
320 from .yahoo import (
321     YahooIE,
322     YahooNewsIE,
323     YahooSearchIE,
324 )
325 from .youjizz import YouJizzIE
326 from .youku import YoukuIE
327 from .youporn import YouPornIE
328 from .youtube import (
329     YoutubeIE,
330     YoutubeChannelIE,
331     YoutubeFavouritesIE,
332     YoutubeHistoryIE,
333     YoutubePlaylistIE,
334     YoutubeRecommendedIE,
335     YoutubeSearchDateIE,
336     YoutubeSearchIE,
337     YoutubeSearchURLIE,
338     YoutubeShowIE,
339     YoutubeSubscriptionsIE,
340     YoutubeTopListIE,
341     YoutubeTruncatedURLIE,
342     YoutubeUserIE,
343     YoutubeWatchLaterIE,
344 )
345 from .zdf import ZDFIE
346
347
348 _ALL_CLASSES = [
349     klass
350     for name, klass in globals().items()
351     if name.endswith('IE') and name != 'GenericIE'
352 ]
353 _ALL_CLASSES.append(GenericIE)
354
355
356 def gen_extractors():
357     """ Return a list of an instance of every supported extractor.
358     The order does matter; the first extractor matched is the one handling the URL.
359     """
360     return [klass() for klass in _ALL_CLASSES]
361
362
363 def get_info_extractor(ie_name):
364     """Returns the info extractor class with the given ie_name"""
365     return globals()[ie_name+'IE']