yt-dlc/youtube_dl/extractor/__init__.py

325 lines
8.8 KiB
Python
Raw Normal View History

from .academicearth import AcademicEarthCourseIE
2013-08-28 02:25:38 +00:00
from .addanime import AddAnimeIE
from .aftonbladet import AftonbladetIE
2013-11-16 14:26:34 +00:00
from .anitube import AnitubeIE
2013-12-20 16:05:28 +00:00
from .aparat import AparatIE
from .appletrailers import AppleTrailersIE
from .archiveorg import ArchiveOrgIE
from .ard import ARDIE
from .arte import (
ArteTvIE,
ArteTVPlus7IE,
ArteTVCreativeIE,
ArteTVFutureIE,
ArteTVDDCIE,
)
from .auengine import AUEngineIE
from .bambuser import BambuserIE, BambuserChannelIE
from .bandcamp import BandcampIE, BandcampAlbumIE
from .bbccouk import BBCCoUkIE
2013-12-16 12:56:13 +00:00
from .blinkx import BlinkxIE
from .bliptv import BlipTVIE, BlipTVUserIE
from .bloomberg import BloombergIE
from .br import BRIE
2013-06-23 20:59:51 +00:00
from .breakcom import BreakIE
from .brightcove import BrightcoveIE
from .c56 import C56IE
2014-03-03 02:40:35 +00:00
from .canal13cl import Canal13clIE
from .canalplus import CanalplusIE
2013-08-22 11:54:23 +00:00
from .canalc2 import Canalc2IE
2013-12-16 02:53:43 +00:00
from .cbs import CBSIE
from .ceskatelevize import CeskaTelevizeIE
2013-12-12 08:55:31 +00:00
from .channel9 import Channel9IE
from .chilloutzone import ChilloutzoneIE
2013-10-05 07:37:11 +00:00
from .cinemassacre import CinemassacreIE
2013-11-24 06:51:44 +00:00
from .clipfish import ClipfishIE
2014-01-25 00:46:52 +00:00
from .cliphunter import CliphunterIE
from .clipsyndicate import ClipsyndicateIE
from .cmt import CMTIE
from .cnn import (
CNNIE,
CNNBlogsIE,
)
from .collegehumor import CollegeHumorIE
from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
from .condenast import CondeNastIE
2013-07-13 04:17:48 +00:00
from .criterion import CriterionIE
2013-11-04 02:08:17 +00:00
from .crunchyroll import CrunchyrollIE
2013-06-26 15:55:54 +00:00
from .cspan import CSpanIE
2013-11-12 22:32:03 +00:00
from .d8 import D8IE
from .dailymotion import (
DailymotionIE,
DailymotionPlaylistIE,
DailymotionUserIE,
)
from .daum import DaumIE
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
from .discovery import DiscoveryIE
2014-01-19 04:50:26 +00:00
from .dropbox import DropboxIE
from .ebaumsworld import EbaumsWorldIE
2013-07-11 10:11:00 +00:00
from .ehow import EHowIE
from .eighttracks import EightTracksIE
from .eitb import EitbIE
2014-02-06 10:29:46 +00:00
from .elpais import ElPaisIE
from .escapist import EscapistIE
from .everyonesmixtape import EveryonesMixtapeIE
2013-07-18 07:30:21 +00:00
from .exfm import ExfmIE
from .extremetube import ExtremeTubeIE
from .facebook import FacebookIE
from .faz import FazIE
from .firstpost import FirstpostIE
from .firsttv import FirstTVIE
2013-09-16 12:46:19 +00:00
from .fktv import (
FKTVIE,
FKTVPosteckeIE,
)
from .flickr import FlickrIE
2014-02-16 17:10:04 +00:00
from .fourtube import FourTubeIE
from .franceinter import FranceInterIE
from .francetv import (
PluzzIE,
FranceTvInfoIE,
FranceTVIE,
GenerationQuoiIE,
CultureboxIE,
)
2013-07-15 19:33:45 +00:00
from .freesound import FreesoundIE
from .freespeech import FreespeechIE
from .funnyordie import FunnyOrDieIE
2013-11-13 09:30:41 +00:00
from .gamekings import GamekingsIE
from .gamespot import GameSpotIE
from .gametrailers import GametrailersIE
from .gdcvault import GDCVaultIE
from .generic import GenericIE
from .googleplus import GooglePlusIE
from .googlesearch import GoogleSearchIE
2013-08-11 17:23:05 +00:00
from .hark import HarkIE
from .helsinki import HelsinkiIE
2013-06-27 01:38:48 +00:00
from .hotnewhiphop import HotNewHipHopIE
from .howcast import HowcastIE
2014-01-27 04:47:30 +00:00
from .huffpost import HuffPostIE
from .hypem import HypemIE
from .ign import IGNIE, OneUPIE
2013-12-25 01:34:41 +00:00
from .imdb import (
ImdbIE,
ImdbListIE
)
from .ina import InaIE
from .infoq import InfoQIE
2013-07-01 19:08:54 +00:00
from .instagram import InstagramIE
from .internetvideoarchive import InternetVideoArchiveIE
from .iprima import IPrimaIE
2013-12-18 22:28:16 +00:00
from .ivi import (
IviIE,
IviCompilationIE
)
from .jadorecettepub import JadoreCettePubIE
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
2014-01-01 13:59:54 +00:00
from .jpopsukitv import JpopsukiIE
from .kankan import KankanIE
from .keezmovies import KeezMoviesIE
from .khanacademy import KhanAcademyIE
2013-09-11 21:50:38 +00:00
from .kickstarter import KickStarterIE
from .keek import KeekIE
from .kontrtube import KontrTubeIE
2014-01-27 06:05:28 +00:00
from .la7 import LA7IE
2014-01-30 20:48:00 +00:00
from .lifenews import LifeNewsIE
from .liveleak import LiveLeakIE
from .livestream import LivestreamIE, LivestreamOriginalIE
from .lynda import (
LyndaIE,
LyndaCourseIE
)
from .m6 import M6IE
2013-12-25 09:04:08 +00:00
from .macgamestore import MacGameStoreIE
2014-03-01 09:34:38 +00:00
from .mailru import MailRuIE
2014-01-27 06:42:30 +00:00
from .malemotion import MalemotionIE
2013-12-10 17:40:50 +00:00
from .mdr import MDRIE
from .metacafe import MetacafeIE
2013-09-06 16:08:07 +00:00
from .metacritic import MetacriticIE
from .mit import TechTVMITIE, MITIE, OCWMITIE
from .mixcloud import MixcloudIE
2014-01-07 07:07:46 +00:00
from .mpora import MporaIE
2013-10-28 17:18:58 +00:00
from .mofosex import MofosexIE
from .mooshare import MooshareIE
from .mtv import (
MTVIE,
MTVIggyIE,
)
from .muzu import MuzuTVIE
from .myspace import MySpaceIE
from .myspass import MySpassIE
from .myvideo import MyVideoIE
from .naver import NaverIE
from .nba import NBAIE
from .nbc import (
NBCIE,
NBCNewsIE,
)
from .ndr import NDRIE
2013-12-09 18:39:41 +00:00
from .ndtv import NDTVIE
2013-09-18 14:54:45 +00:00
from .newgrounds import NewgroundsIE
from .nfb import NFBIE
from .nhl import NHLIE, NHLVideocenterIE
2013-11-23 09:19:44 +00:00
from .niconico import NiconicoIE
2013-12-05 13:29:08 +00:00
from .ninegag import NineGagIE
2014-01-30 17:26:50 +00:00
from .normalboots import NormalbootsIE
2014-02-24 16:30:09 +00:00
from .novamov import NovaMovIE
2014-01-22 23:12:47 +00:00
from .nowness import NownessIE
2013-10-12 17:11:03 +00:00
from .nowvideo import NowVideoIE
from .ooyala import OoyalaIE
from .orf import ORFIE
from .pbs import PBSIE
from .photobucket import PhotobucketIE
2013-11-29 02:33:25 +00:00
from .podomatic import PodomaticIE
2013-12-14 03:22:53 +00:00
from .pornhd import PornHdIE
2013-10-26 23:04:22 +00:00
from .pornhub import PornHubIE
from .pornotube import PornotubeIE
from .prosiebensat1 import ProSiebenSat1IE
2013-12-07 05:11:01 +00:00
from .pyvideo import PyvideoIE
from .radiofrance import RadioFranceIE
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
from .rottentomatoes import RottenTomatoesIE
from .roxwel import RoxwelIE
2013-08-18 06:16:53 +00:00
from .rtlnow import RTLnowIE
from .rutube import (
RutubeIE,
RutubeChannelIE,
2014-01-28 01:47:17 +00:00
RutubeMovieIE,
RutubePersonIE,
)
2014-02-22 13:36:04 +00:00
from .savefrom import SaveFromIE
from .servingsys import ServingSysIE
from .sina import SinaIE
from .slashdot import SlashdotIE
from .slideshare import SlideshareIE
2013-12-02 13:10:19 +00:00
from .smotri import (
SmotriIE,
SmotriCommunityIE,
SmotriUserIE,
SmotriBroadcastIE,
2013-12-02 13:10:19 +00:00
)
2013-08-02 09:58:46 +00:00
from .sohu import SohuIE
from .soundcloud import SoundcloudIE, SoundcloudSetIE, SoundcloudUserIE
2013-11-17 16:54:47 +00:00
from .southparkstudios import (
SouthParkStudiosIE,
SouthparkDeIE,
)
from .space import SpaceIE
from .spankwire import SpankwireIE
from .spiegel import SpiegelIE
from .spike import SpikeIE
from .stanfordoc import StanfordOpenClassroomIE
2013-06-25 19:11:57 +00:00
from .statigram import StatigramIE
from .steam import SteamIE
2013-11-22 16:19:22 +00:00
from .streamcloud import StreamcloudIE
2014-02-09 17:37:12 +00:00
from .streamcz import StreamCZIE
from .syfy import SyfyIE
2013-10-14 11:07:47 +00:00
from .sztvhu import SztvHuIE
from .teamcoco import TeamcocoIE
from .techtalks import TechTalksIE
from .ted import TEDIE
from .testurl import TestURLIE
2013-06-29 13:18:19 +00:00
from .tf1 import TF1IE
2013-12-04 22:28:40 +00:00
from .theplatform import ThePlatformIE
2013-07-17 09:16:53 +00:00
from .thisav import ThisAVIE
from .tinypic import TinyPicIE
2013-11-20 05:13:19 +00:00
from .toutv import TouTvIE
from .traileraddict import TrailerAddictIE
from .trilulilu import TriluliluIE
2014-02-22 08:11:57 +00:00
from .trutube import TruTubeIE
2013-10-26 21:27:30 +00:00
from .tube8 import Tube8IE
2013-06-25 19:11:57 +00:00
from .tudou import TudouIE
from .tumblr import TumblrIE
2013-06-29 15:29:40 +00:00
from .tutv import TutvIE
2014-03-02 12:59:34 +00:00
from .tvigle import TvigleIE
from .tvp import TvpIE
from .unistra import UnistraIE
2013-09-12 10:30:14 +00:00
from .ustream import UstreamIE, UstreamChannelIE
from .vbox7 import Vbox7IE
from .veehd import VeeHDIE
2013-07-08 20:02:23 +00:00
from .veoh import VeohIE
from .vesti import VestiIE
2013-06-24 10:31:41 +00:00
from .vevo import VevoIE
from .vice import ViceIE
from .viddler import ViddlerIE
from .videobam import VideoBamIE
from .videodetective import VideoDetectiveIE
from .videofyme import VideofyMeIE
2013-10-14 05:32:47 +00:00
from .videopremium import VideoPremiumIE
from .vimeo import (
VimeoIE,
VimeoChannelIE,
VimeoUserIE,
VimeoAlbumIE,
2013-12-06 21:01:41 +00:00
VimeoGroupsIE,
VimeoReviewIE,
)
from .vine import VineIE
2013-11-24 06:30:05 +00:00
from .viki import VikiIE
from .vk import VKIE
from .vube import VubeIE
2013-06-29 13:18:19 +00:00
from .wat import WatIE
from .weibo import WeiboIE
2013-06-26 10:25:53 +00:00
from .wimp import WimpIE
2013-12-06 08:15:04 +00:00
from .wistia import WistiaIE
from .worldstarhiphop import WorldStarHipHopIE
from .xhamster import XHamsterIE
2013-06-25 19:11:57 +00:00
from .xnxx import XNXXIE
from .xvideos import XVideosIE
2013-10-28 18:23:48 +00:00
from .xtube import XTubeIE
from .yahoo import (
YahooIE,
YahooNewsIE,
YahooSearchIE,
)
from .youjizz import YouJizzIE
from .youku import YoukuIE
from .youporn import YouPornIE
from .youtube import (
YoutubeIE,
YoutubeChannelIE,
YoutubeFavouritesIE,
YoutubeHistoryIE,
YoutubePlaylistIE,
YoutubeRecommendedIE,
YoutubeSearchDateIE,
YoutubeSearchIE,
YoutubeSearchURLIE,
YoutubeShowIE,
YoutubeSubscriptionsIE,
YoutubeTopListIE,
YoutubeTruncatedURLIE,
YoutubeUserIE,
YoutubeWatchLaterIE,
)
from .zdf import ZDFIE
2013-06-25 19:11:57 +00:00
2013-06-28 15:44:06 +00:00
_ALL_CLASSES = [
klass
for name, klass in globals().items()
if name.endswith('IE') and name != 'GenericIE'
]
_ALL_CLASSES.append(GenericIE)
2013-08-24 19:10:03 +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.
"""
return [klass() for klass in _ALL_CLASSES]
2013-08-24 19:10:03 +00:00
def get_info_extractor(ie_name):
"""Returns the info extractor class with the given ie_name"""
return globals()[ie_name+'IE']