2013-08-28 00:18:44 +00:00
|
|
|
from .appletrailers import AppleTrailersIE
|
2013-08-28 02:25:38 +00:00
|
|
|
from .addanime import AddAnimeIE
|
2013-11-16 14:26:34 +00:00
|
|
|
from .anitube import AnitubeIE
|
2013-07-08 00:04:11 +00:00
|
|
|
from .archiveorg import ArchiveOrgIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .ard import ARDIE
|
2013-10-13 11:54:31 +00:00
|
|
|
from .arte import (
|
|
|
|
ArteTvIE,
|
|
|
|
ArteTVPlus7IE,
|
|
|
|
ArteTVCreativeIE,
|
2013-10-13 12:21:13 +00:00
|
|
|
ArteTVFutureIE,
|
2013-10-13 11:54:31 +00:00
|
|
|
)
|
2013-06-27 16:19:19 +00:00
|
|
|
from .auengine import AUEngineIE
|
2013-11-02 18:50:57 +00:00
|
|
|
from .bambuser import BambuserIE, BambuserChannelIE
|
2013-11-22 15:05:14 +00:00
|
|
|
from .bandcamp import BandcampIE, BandcampAlbumIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .bliptv import BlipTVIE, BlipTVUserIE
|
2013-09-16 17:39:39 +00:00
|
|
|
from .bloomberg import BloombergIE
|
2013-06-23 20:59:51 +00:00
|
|
|
from .breakcom import BreakIE
|
2013-07-05 19:31:50 +00:00
|
|
|
from .brightcove import BrightcoveIE
|
2013-08-26 23:59:00 +00:00
|
|
|
from .c56 import C56IE
|
2013-07-13 10:10:35 +00:00
|
|
|
from .canalplus import CanalplusIE
|
2013-08-22 11:54:23 +00:00
|
|
|
from .canalc2 import Canalc2IE
|
2013-10-05 07:37:11 +00:00
|
|
|
from .cinemassacre import CinemassacreIE
|
2013-11-24 06:51:44 +00:00
|
|
|
from .clipfish import ClipfishIE
|
2013-08-27 09:56:48 +00:00
|
|
|
from .cnn import CNNIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .collegehumor import CollegeHumorIE
|
2013-11-24 20:18:35 +00:00
|
|
|
from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
|
2013-07-16 18:50:16 +00:00
|
|
|
from .condenast import CondeNastIE
|
2013-07-13 04:17:48 +00:00
|
|
|
from .criterion import CriterionIE
|
2013-06-26 15:55:54 +00:00
|
|
|
from .cspan import CSpanIE
|
2013-11-12 22:32:03 +00:00
|
|
|
from .d8 import D8IE
|
2013-09-21 10:45:53 +00:00
|
|
|
from .dailymotion import (
|
|
|
|
DailymotionIE,
|
|
|
|
DailymotionPlaylistIE,
|
|
|
|
DailymotionUserIE,
|
|
|
|
)
|
2013-09-04 20:06:50 +00:00
|
|
|
from .daum import DaumIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .depositfiles import DepositFilesIE
|
2013-07-08 19:05:52 +00:00
|
|
|
from .dotsub import DotsubIE
|
2013-07-07 23:13:55 +00:00
|
|
|
from .dreisat import DreiSatIE
|
2013-09-02 23:51:17 +00:00
|
|
|
from .defense import DefenseGouvFrIE
|
2013-09-20 14:55:50 +00:00
|
|
|
from .ebaumsworld import EbaumsWorldIE
|
2013-07-11 10:11:00 +00:00
|
|
|
from .ehow import EHowIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .eighttracks import EightTracksIE
|
2013-11-06 19:05:28 +00:00
|
|
|
from .eitb import EitbIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .escapist import EscapistIE
|
2013-07-18 07:30:21 +00:00
|
|
|
from .exfm import ExfmIE
|
2013-10-28 16:35:01 +00:00
|
|
|
from .extremetube import ExtremeTubeIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .facebook import FacebookIE
|
2013-10-10 17:37:17 +00:00
|
|
|
from .faz import FazIE
|
2013-09-16 12:46:19 +00:00
|
|
|
from .fktv import (
|
|
|
|
FKTVIE,
|
|
|
|
FKTVPosteckeIE,
|
|
|
|
)
|
2013-06-23 20:38:59 +00:00
|
|
|
from .flickr import FlickrIE
|
2013-09-10 13:50:34 +00:00
|
|
|
from .francetv import (
|
|
|
|
PluzzIE,
|
|
|
|
FranceTvInfoIE,
|
2013-09-23 19:28:33 +00:00
|
|
|
France2IE,
|
2013-09-23 19:41:54 +00:00
|
|
|
GenerationQuoiIE
|
2013-09-10 13:50:34 +00:00
|
|
|
)
|
2013-07-15 19:33:45 +00:00
|
|
|
from .freesound import FreesoundIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .funnyordie import FunnyOrDieIE
|
2013-11-13 09:30:41 +00:00
|
|
|
from .gamekings import GamekingsIE
|
2013-06-28 05:34:01 +00:00
|
|
|
from .gamespot import GameSpotIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .gametrailers import GametrailersIE
|
|
|
|
from .generic import GenericIE
|
|
|
|
from .googleplus import GooglePlusIE
|
|
|
|
from .googlesearch import GoogleSearchIE
|
2013-08-11 17:23:05 +00:00
|
|
|
from .hark import HarkIE
|
2013-06-27 01:38:48 +00:00
|
|
|
from .hotnewhiphop import HotNewHipHopIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .howcast import HowcastIE
|
|
|
|
from .hypem import HypemIE
|
2013-07-12 09:39:40 +00:00
|
|
|
from .ign import IGNIE, OneUPIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .ina import InaIE
|
|
|
|
from .infoq import InfoQIE
|
2013-07-01 19:08:54 +00:00
|
|
|
from .instagram import InstagramIE
|
2013-10-12 19:34:04 +00:00
|
|
|
from .internetvideoarchive import InternetVideoArchiveIE
|
2013-08-18 14:11:47 +00:00
|
|
|
from .jeuxvideo import JeuxVideoIE
|
2013-06-25 11:28:59 +00:00
|
|
|
from .jukebox import JukeboxIE
|
2013-06-25 19:11:57 +00:00
|
|
|
from .justintv import JustinTVIE
|
2013-07-29 21:13:12 +00:00
|
|
|
from .kankan import KankanIE
|
2013-10-27 09:10:28 +00:00
|
|
|
from .keezmovies import KeezMoviesIE
|
2013-09-11 21:50:38 +00:00
|
|
|
from .kickstarter import KickStarterIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .keek import KeekIE
|
|
|
|
from .liveleak import LiveLeakIE
|
2013-11-14 12:16:32 +00:00
|
|
|
from .livestream import LivestreamIE, LivestreamOriginalIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .metacafe import MetacafeIE
|
2013-09-06 16:08:07 +00:00
|
|
|
from .metacritic import MetacriticIE
|
2013-08-28 10:51:22 +00:00
|
|
|
from .mit import TechTVMITIE, MITIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .mixcloud import MixcloudIE
|
2013-10-28 17:18:58 +00:00
|
|
|
from .mofosex import MofosexIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .mtv import MTVIE
|
2013-08-04 09:10:57 +00:00
|
|
|
from .muzu import MuzuTVIE
|
2013-10-28 21:02:17 +00:00
|
|
|
from .myspace import MySpaceIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .myspass import MySpassIE
|
|
|
|
from .myvideo import MyVideoIE
|
2013-09-05 08:53:40 +00:00
|
|
|
from .naver import NaverIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .nba import NBAIE
|
2013-08-27 10:38:30 +00:00
|
|
|
from .nbc import NBCNewsIE
|
2013-09-18 14:54:45 +00:00
|
|
|
from .newgrounds import NewgroundsIE
|
2013-10-11 12:33:26 +00:00
|
|
|
from .nhl import NHLIE, NHLVideocenterIE
|
2013-11-23 09:19:44 +00:00
|
|
|
from .niconico import NiconicoIE
|
2013-10-12 17:11:03 +00:00
|
|
|
from .nowvideo import NowVideoIE
|
2013-07-27 12:53:14 +00:00
|
|
|
from .ooyala import OoyalaIE
|
2013-08-29 17:16:07 +00:00
|
|
|
from .orf import ORFIE
|
2013-08-22 09:57:21 +00:00
|
|
|
from .pbs import PBSIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .photobucket import PhotobucketIE
|
2013-10-26 23:04:22 +00:00
|
|
|
from .pornhub import PornHubIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .pornotube import PornotubeIE
|
|
|
|
from .rbmaradio import RBMARadioIE
|
|
|
|
from .redtube import RedTubeIE
|
2013-06-28 15:44:06 +00:00
|
|
|
from .ringtv import RingTVIE
|
2013-08-24 19:10:03 +00:00
|
|
|
from .ro220 import Ro220IE
|
2013-10-12 20:21:23 +00:00
|
|
|
from .rottentomatoes import RottenTomatoesIE
|
2013-07-26 11:00:59 +00:00
|
|
|
from .roxwel import RoxwelIE
|
2013-08-18 06:16:53 +00:00
|
|
|
from .rtlnow import RTLnowIE
|
2013-10-16 14:57:40 +00:00
|
|
|
from .rutube import RutubeIE
|
2013-07-18 13:31:50 +00:00
|
|
|
from .sina import SinaIE
|
2013-08-21 19:51:58 +00:00
|
|
|
from .slashdot import SlashdotIE
|
2013-09-10 09:19:58 +00:00
|
|
|
from .slideshare import SlideshareIE
|
2013-08-02 09:58:46 +00:00
|
|
|
from .sohu import SohuIE
|
2013-09-14 19:41:49 +00:00
|
|
|
from .soundcloud import SoundcloudIE, SoundcloudSetIE, SoundcloudUserIE
|
2013-11-17 16:54:47 +00:00
|
|
|
from .southparkstudios import (
|
|
|
|
SouthParkStudiosIE,
|
|
|
|
SouthparkDeIE,
|
|
|
|
)
|
2013-11-06 16:37:39 +00:00
|
|
|
from .space import SpaceIE
|
2013-10-26 23:59:26 +00:00
|
|
|
from .spankwire import SpankwireIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .spiegel import SpiegelIE
|
|
|
|
from .stanfordoc import StanfordOpenClassroomIE
|
2013-06-25 19:11:57 +00:00
|
|
|
from .statigram import StatigramIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .steam import SteamIE
|
2013-11-22 16:19:22 +00:00
|
|
|
from .streamcloud import StreamcloudIE
|
2013-10-14 11:07:47 +00:00
|
|
|
from .sztvhu import SztvHuIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .teamcoco import TeamcocoIE
|
2013-10-17 06:20:58 +00:00
|
|
|
from .techtalks import TechTalksIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .ted import TEDIE
|
2013-06-29 13:18:19 +00:00
|
|
|
from .tf1 import TF1IE
|
2013-07-17 09:16:53 +00:00
|
|
|
from .thisav import ThisAVIE
|
2013-11-20 05:13:19 +00:00
|
|
|
from .toutv import TouTvIE
|
2013-06-29 14:17:27 +00:00
|
|
|
from .traileraddict import TrailerAddictIE
|
2013-08-26 23:59:00 +00:00
|
|
|
from .trilulilu import TriluliluIE
|
2013-10-26 21:27:30 +00:00
|
|
|
from .tube8 import Tube8IE
|
2013-06-25 19:11:57 +00:00
|
|
|
from .tudou import TudouIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .tumblr import TumblrIE
|
2013-06-29 15:29:40 +00:00
|
|
|
from .tutv import TutvIE
|
2013-11-05 22:30:25 +00:00
|
|
|
from .tvp import TvpIE
|
2013-08-22 11:19:35 +00:00
|
|
|
from .unistra import UnistraIE
|
2013-09-12 10:30:14 +00:00
|
|
|
from .ustream import UstreamIE, UstreamChannelIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .vbox7 import Vbox7IE
|
2013-09-02 09:54:09 +00:00
|
|
|
from .veehd import VeeHDIE
|
2013-07-08 20:02:23 +00:00
|
|
|
from .veoh import VeohIE
|
2013-06-24 10:31:41 +00:00
|
|
|
from .vevo import VevoIE
|
2013-09-16 18:58:36 +00:00
|
|
|
from .vice import ViceIE
|
2013-10-06 05:12:47 +00:00
|
|
|
from .viddler import ViddlerIE
|
2013-10-12 19:36:17 +00:00
|
|
|
from .videodetective import VideoDetectiveIE
|
2013-08-03 20:50:27 +00:00
|
|
|
from .videofyme import VideofyMeIE
|
2013-10-14 05:32:47 +00:00
|
|
|
from .videopremium import VideoPremiumIE
|
2013-07-29 11:12:09 +00:00
|
|
|
from .vimeo import VimeoIE, VimeoChannelIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .vine import VineIE
|
2013-11-24 06:30:05 +00:00
|
|
|
from .viki import VikiIE
|
2013-11-01 21:28:51 +00:00
|
|
|
from .vk import VKIE
|
2013-06-29 13:18:19 +00:00
|
|
|
from .wat import WatIE
|
2013-09-17 20:13:40 +00:00
|
|
|
from .websurg import WeBSurgIE
|
2013-07-19 07:43:43 +00:00
|
|
|
from .weibo import WeiboIE
|
2013-06-26 10:25:53 +00:00
|
|
|
from .wimp import WimpIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .worldstarhiphop import WorldStarHipHopIE
|
|
|
|
from .xhamster import XHamsterIE
|
2013-06-25 19:11:57 +00:00
|
|
|
from .xnxx import XNXXIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .xvideos import XVideosIE
|
2013-10-28 18:23:48 +00:00
|
|
|
from .xtube import XTubeIE
|
2013-06-23 20:38:59 +00:00
|
|
|
from .yahoo import YahooIE, YahooSearchIE
|
|
|
|
from .youjizz import YouJizzIE
|
|
|
|
from .youku import YoukuIE
|
|
|
|
from .youporn import YouPornIE
|
2013-07-07 11:58:23 +00:00
|
|
|
from .youtube import (
|
|
|
|
YoutubeIE,
|
|
|
|
YoutubePlaylistIE,
|
|
|
|
YoutubeSearchIE,
|
2013-11-03 02:40:48 +00:00
|
|
|
YoutubeSearchDateIE,
|
2013-07-07 11:58:23 +00:00
|
|
|
YoutubeUserIE,
|
|
|
|
YoutubeChannelIE,
|
|
|
|
YoutubeShowIE,
|
|
|
|
YoutubeSubscriptionsIE,
|
2013-07-20 17:33:40 +00:00
|
|
|
YoutubeRecommendedIE,
|
2013-10-07 10:21:24 +00:00
|
|
|
YoutubeTruncatedURLIE,
|
2013-07-24 20:13:39 +00:00
|
|
|
YoutubeWatchLaterIE,
|
2013-07-24 18:45:19 +00:00
|
|
|
YoutubeFavouritesIE,
|
2013-11-24 13:33:50 +00:00
|
|
|
YoutubeHistoryIE,
|
2013-07-07 11:58:23 +00:00
|
|
|
)
|
2013-06-23 20:38:59 +00:00
|
|
|
from .zdf import ZDFIE
|
2013-06-25 19:11:57 +00:00
|
|
|
|
2013-06-28 15:44:06 +00:00
|
|
|
|
2013-06-27 16:38:42 +00:00
|
|
|
_ALL_CLASSES = [
|
|
|
|
klass
|
|
|
|
for name, klass in globals().items()
|
|
|
|
if name.endswith('IE') and name != 'GenericIE'
|
|
|
|
]
|
|
|
|
_ALL_CLASSES.append(GenericIE)
|
2013-06-23 20:36:24 +00:00
|
|
|
|
2013-08-24 19:10:03 +00:00
|
|
|
|
2013-06-23 20:36:24 +00:00
|
|
|
def gen_extractors():
|
|
|
|
""" Return a list of an instance of every supported extractor.
|
|
|
|
The order does matter; the first extractor matched is the one handling the URL.
|
|
|
|
"""
|
2013-06-27 16:38:42 +00:00
|
|
|
return [klass() for klass in _ALL_CLASSES]
|
2013-06-23 20:36:24 +00:00
|
|
|
|
2013-08-24 19:10:03 +00:00
|
|
|
|
2013-06-23 20:36:24 +00:00
|
|
|
def get_info_extractor(ie_name):
|
|
|
|
"""Returns the info extractor class with the given ie_name"""
|
|
|
|
return globals()[ie_name+'IE']
|