2014-11-26 14:01:20 -05:00
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
2014-07-25 18:05:37 -04:00
|
|
|
from .abc import ABCIE
|
2015-01-17 21:09:18 -05:00
|
|
|
from .abc7news import Abc7NewsIE
|
2013-12-16 16:18:27 -05:00
|
|
|
from .academicearth import AcademicEarthCourseIE
|
2015-11-28 12:10:37 -05:00
|
|
|
from .acast import (
|
|
|
|
ACastIE,
|
|
|
|
ACastChannelIE,
|
|
|
|
)
|
2013-08-27 22:25:38 -04:00
|
|
|
from .addanime import AddAnimeIE
|
2015-06-21 06:55:26 -04:00
|
|
|
from .adobetv import (
|
|
|
|
AdobeTVIE,
|
2015-10-29 15:00:27 -04:00
|
|
|
AdobeTVShowIE,
|
|
|
|
AdobeTVChannelIE,
|
2015-06-21 06:55:26 -04:00
|
|
|
AdobeTVVideoIE,
|
|
|
|
)
|
2014-05-19 07:25:58 -04:00
|
|
|
from .adultswim import AdultSwimIE
|
2015-02-06 14:46:54 -05:00
|
|
|
from .aftenposten import AftenpostenIE
|
2014-03-09 11:59:18 -04:00
|
|
|
from .aftonbladet import AftonbladetIE
|
2015-02-22 22:10:08 -05:00
|
|
|
from .airmozilla import AirMozillaIE
|
2014-12-16 09:48:01 -05:00
|
|
|
from .aljazeera import AlJazeeraIE
|
2014-12-26 10:17:35 -05:00
|
|
|
from .alphaporno import AlphaPornoIE
|
2013-11-16 09:26:34 -05:00
|
|
|
from .anitube import AnitubeIE
|
2014-08-30 12:37:45 -04:00
|
|
|
from .anysex import AnySexIE
|
2014-03-21 14:54:44 -04:00
|
|
|
from .aol import AolIE
|
2014-07-05 08:42:26 -04:00
|
|
|
from .allocine import AllocineIE
|
2013-12-20 11:05:28 -05:00
|
|
|
from .aparat import AparatIE
|
2015-07-10 22:27:48 -04:00
|
|
|
from .appleconnect import AppleConnectIE
|
2013-12-16 16:18:27 -05:00
|
|
|
from .appletrailers import AppleTrailersIE
|
2013-07-07 20:04:11 -04:00
|
|
|
from .archiveorg import ArchiveOrgIE
|
2015-07-19 14:01:22 -04:00
|
|
|
from .ard import (
|
|
|
|
ARDIE,
|
|
|
|
ARDMediathekIE,
|
|
|
|
SportschauIE,
|
|
|
|
)
|
2013-10-13 07:54:31 -04:00
|
|
|
from .arte import (
|
|
|
|
ArteTvIE,
|
|
|
|
ArteTVPlus7IE,
|
|
|
|
ArteTVCreativeIE,
|
2014-03-20 04:09:56 -04:00
|
|
|
ArteTVConcertIE,
|
2013-10-13 08:21:13 -04:00
|
|
|
ArteTVFutureIE,
|
2013-12-08 08:02:14 -05:00
|
|
|
ArteTVDDCIE,
|
2014-03-24 17:01:47 -04:00
|
|
|
ArteTVEmbedIE,
|
2013-10-13 07:54:31 -04:00
|
|
|
)
|
2014-12-30 11:28:07 -05:00
|
|
|
from .atresplayer import AtresPlayerIE
|
2015-01-10 08:44:29 -05:00
|
|
|
from .atttechchannel import ATTTechChannelIE
|
2015-11-26 15:24:10 -05:00
|
|
|
from .audimedia import AudiMediaIE
|
2015-01-02 03:20:04 -05:00
|
|
|
from .audiomack import AudiomackIE, AudiomackAlbumIE
|
2014-12-05 11:08:30 -05:00
|
|
|
from .azubu import AzubuIE
|
2015-05-02 12:51:24 -04:00
|
|
|
from .baidu import BaiduVideoIE
|
2013-11-02 14:50:57 -04:00
|
|
|
from .bambuser import BambuserIE, BambuserChannelIE
|
2013-11-22 10:05:14 -05:00
|
|
|
from .bandcamp import BandcampIE, BandcampAlbumIE
|
2015-07-25 10:21:42 -04:00
|
|
|
from .bbc import (
|
|
|
|
BBCCoUkIE,
|
2015-10-22 09:13:03 -04:00
|
|
|
BBCCoUkArticleIE,
|
2015-07-25 10:21:42 -04:00
|
|
|
BBCIE,
|
|
|
|
)
|
2014-08-31 05:57:10 -04:00
|
|
|
from .beeg import BeegIE
|
2014-09-13 11:47:19 -04:00
|
|
|
from .behindkink import BehindKinkIE
|
2015-03-12 15:43:13 -04:00
|
|
|
from .beatportpro import BeatportProIE
|
2014-12-09 11:29:01 -05:00
|
|
|
from .bet import BetIE
|
2014-10-18 16:15:47 -04:00
|
|
|
from .bild import BildIE
|
2014-04-21 07:45:27 -04:00
|
|
|
from .bilibili import BiliBiliIE
|
2013-12-16 07:56:13 -05:00
|
|
|
from .blinkx import BlinkxIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .bliptv import BlipTVIE, BlipTVUserIE
|
2013-09-16 13:39:39 -04:00
|
|
|
from .bloomberg import BloombergIE
|
2014-11-24 14:02:00 -05:00
|
|
|
from .bpb import BpbIE
|
2014-02-21 11:28:30 -05:00
|
|
|
from .br import BRIE
|
2013-06-23 16:59:51 -04:00
|
|
|
from .breakcom import BreakIE
|
2015-09-10 23:46:21 -04:00
|
|
|
from .brightcove import (
|
2015-11-13 18:54:16 -05:00
|
|
|
BrightcoveLegacyIE,
|
2015-11-13 18:55:59 -05:00
|
|
|
BrightcoveNewIE,
|
2015-09-10 23:46:21 -04:00
|
|
|
)
|
2014-11-26 16:52:52 -05:00
|
|
|
from .buzzfeed import BuzzFeedIE
|
2014-03-24 12:12:15 -04:00
|
|
|
from .byutv import BYUtvIE
|
2013-08-26 19:59:00 -04:00
|
|
|
from .c56 import C56IE
|
2015-02-12 01:13:19 -05:00
|
|
|
from .camdemy import (
|
|
|
|
CamdemyIE,
|
|
|
|
CamdemyFolderIE
|
|
|
|
)
|
2014-03-02 21:40:35 -05:00
|
|
|
from .canal13cl import Canal13clIE
|
2013-07-13 06:10:35 -04:00
|
|
|
from .canalplus import CanalplusIE
|
2013-08-22 07:54:23 -04:00
|
|
|
from .canalc2 import Canalc2IE
|
2013-12-15 21:53:43 -05:00
|
|
|
from .cbs import CBSIE
|
2014-04-05 19:03:31 -04:00
|
|
|
from .cbsnews import CBSNewsIE
|
2015-02-19 07:06:53 -05:00
|
|
|
from .cbssports import CBSSportsIE
|
2015-02-09 23:42:41 -05:00
|
|
|
from .ccc import CCCIE
|
2014-03-01 05:47:52 -05:00
|
|
|
from .ceskatelevize import CeskaTelevizeIE
|
2013-12-12 03:55:31 -05:00
|
|
|
from .channel9 import Channel9IE
|
2015-10-06 17:28:58 -04:00
|
|
|
from .chaturbate import ChaturbateIE
|
2014-02-06 05:44:44 -05:00
|
|
|
from .chilloutzone import ChilloutzoneIE
|
2015-02-23 10:15:16 -05:00
|
|
|
from .chirbit import (
|
|
|
|
ChirbitIE,
|
|
|
|
ChirbitProfileIE,
|
|
|
|
)
|
2014-12-11 20:57:36 -05:00
|
|
|
from .cinchcast import CinchcastIE
|
2015-04-21 03:10:27 -04:00
|
|
|
from .cinemassacre import CinemassacreIE
|
2013-11-24 01:51:44 -05:00
|
|
|
from .clipfish import ClipfishIE
|
2014-01-24 19:46:52 -05:00
|
|
|
from .cliphunter import CliphunterIE
|
2013-11-28 08:38:10 -05:00
|
|
|
from .clipsyndicate import ClipsyndicateIE
|
2014-09-13 17:12:36 -04:00
|
|
|
from .cloudy import CloudyIE
|
2014-04-21 01:12:02 -04:00
|
|
|
from .clubic import ClubicIE
|
2015-10-15 20:23:09 -04:00
|
|
|
from .clyp import ClypIE
|
2013-12-31 11:21:44 -05:00
|
|
|
from .cmt import CMTIE
|
2014-04-03 10:21:21 -04:00
|
|
|
from .cnet import CNETIE
|
2014-02-11 08:38:17 -05:00
|
|
|
from .cnn import (
|
|
|
|
CNNIE,
|
|
|
|
CNNBlogsIE,
|
2014-12-22 12:40:36 -05:00
|
|
|
CNNArticleIE,
|
2014-02-11 08:38:17 -05:00
|
|
|
)
|
2013-06-23 16:38:59 -04:00
|
|
|
from .collegehumor import CollegeHumorIE
|
2015-01-10 13:40:46 -05:00
|
|
|
from .collegerama import CollegeRamaIE
|
2015-03-21 22:23:20 -04:00
|
|
|
from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
|
2014-12-12 14:32:02 -05:00
|
|
|
from .comcarcoff import ComCarCoffIE
|
2015-02-09 19:39:43 -05:00
|
|
|
from .commonmistakes import CommonMistakesIE, UnicodeBOMIE
|
2013-07-16 14:50:16 -04:00
|
|
|
from .condenast import CondeNastIE
|
2014-07-16 09:45:42 -04:00
|
|
|
from .cracked import CrackedIE
|
2013-07-13 00:17:48 -04:00
|
|
|
from .criterion import CriterionIE
|
2015-04-11 10:03:12 -04:00
|
|
|
from .crooksandliars import CrooksAndLiarsIE
|
2014-10-20 01:47:05 -04:00
|
|
|
from .crunchyroll import (
|
|
|
|
CrunchyrollIE,
|
|
|
|
CrunchyrollShowPlaylistIE
|
|
|
|
)
|
2013-06-26 11:55:54 -04:00
|
|
|
from .cspan import CSpanIE
|
2015-01-28 14:49:56 -05:00
|
|
|
from .ctsnews import CtsNewsIE
|
2013-09-21 06:45:53 -04:00
|
|
|
from .dailymotion import (
|
|
|
|
DailymotionIE,
|
|
|
|
DailymotionPlaylistIE,
|
|
|
|
DailymotionUserIE,
|
2015-06-21 09:30:34 -04:00
|
|
|
DailymotionCloudIE,
|
2013-09-21 06:45:53 -04:00
|
|
|
)
|
2013-09-04 16:06:50 -04:00
|
|
|
from .daum import DaumIE
|
2014-09-05 05:24:30 -04:00
|
|
|
from .dbtv import DBTVIE
|
2015-08-07 14:06:03 -04:00
|
|
|
from .dcn import DCNIE
|
2015-01-28 02:21:04 -05:00
|
|
|
from .dctp import DctpTvIE
|
2014-09-12 01:25:58 -04:00
|
|
|
from .deezer import DeezerPlaylistIE
|
2015-07-13 08:41:38 -04:00
|
|
|
from .democracynow import DemocracynowIE
|
2014-07-17 04:07:51 -04:00
|
|
|
from .dfb import DFBIE
|
2015-03-28 05:38:52 -04:00
|
|
|
from .dhm import DHMIE
|
2013-07-08 15:05:52 -04:00
|
|
|
from .dotsub import DotsubIE
|
2015-03-17 12:27:33 -04:00
|
|
|
from .douyutv import DouyuTVIE
|
2015-11-17 11:52:29 -05:00
|
|
|
from .dplay import DPlayIE
|
2015-05-20 01:51:43 -04:00
|
|
|
from .dramafever import (
|
|
|
|
DramaFeverIE,
|
|
|
|
DramaFeverSeriesIE,
|
|
|
|
)
|
2013-07-07 19:13:55 -04:00
|
|
|
from .dreisat import DreiSatIE
|
2015-01-11 17:23:10 -05:00
|
|
|
from .drbonanza import DRBonanzaIE
|
2014-09-01 14:12:51 -04:00
|
|
|
from .drtuber import DrTuberIE
|
2014-06-28 06:36:13 -04:00
|
|
|
from .drtv import DRTVIE
|
2014-12-17 09:52:54 -05:00
|
|
|
from .dvtv import DVTVIE
|
2014-08-21 16:30:49 -04:00
|
|
|
from .dump import DumpIE
|
2015-03-29 17:41:06 -04:00
|
|
|
from .dumpert import DumpertIE
|
2013-09-02 19:51:17 -04:00
|
|
|
from .defense import DefenseGouvFrIE
|
2014-01-26 03:35:34 -05:00
|
|
|
from .discovery import DiscoveryIE
|
2014-01-18 23:50:26 -05:00
|
|
|
from .dropbox import DropboxIE
|
2015-03-07 11:16:23 -05:00
|
|
|
from .eagleplatform import EaglePlatformIE
|
2013-09-20 10:55:50 -04:00
|
|
|
from .ebaumsworld import EbaumsWorldIE
|
2014-12-31 07:03:51 -05:00
|
|
|
from .echomsk import EchoMskIE
|
2013-07-11 06:11:00 -04:00
|
|
|
from .ehow import EHowIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .eighttracks import EightTracksIE
|
2014-09-15 00:14:00 -04:00
|
|
|
from .einthusan import EinthusanIE
|
2013-11-06 14:05:28 -05:00
|
|
|
from .eitb import EitbIE
|
2014-08-13 06:14:44 -04:00
|
|
|
from .ellentv import (
|
|
|
|
EllenTVIE,
|
|
|
|
EllenTVClipsIE,
|
|
|
|
)
|
2014-02-06 05:29:46 -05:00
|
|
|
from .elpais import ElPaisIE
|
2015-02-18 19:04:19 -05:00
|
|
|
from .embedly import EmbedlyIE
|
2014-03-21 14:13:46 -04:00
|
|
|
from .engadget import EngadgetIE
|
2014-08-30 16:28:53 -04:00
|
|
|
from .eporner import EpornerIE
|
2014-12-26 11:15:34 -05:00
|
|
|
from .eroprofile import EroProfileIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .escapist import EscapistIE
|
2015-05-16 11:14:19 -04:00
|
|
|
from .espn import ESPNIE
|
2015-08-15 06:00:24 -04:00
|
|
|
from .esri import EsriVideoIE
|
2015-08-12 10:59:04 -04:00
|
|
|
from .europa import EuropaIE
|
2014-01-16 20:53:34 -05:00
|
|
|
from .everyonesmixtape import EveryonesMixtapeIE
|
2013-07-18 03:30:21 -04:00
|
|
|
from .exfm import ExfmIE
|
2014-08-24 00:41:55 -04:00
|
|
|
from .expotv import ExpoTVIE
|
2013-10-28 12:35:01 -04:00
|
|
|
from .extremetube import ExtremeTubeIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .facebook import FacebookIE
|
2013-10-10 13:37:17 -04:00
|
|
|
from .faz import FazIE
|
2014-05-13 03:58:32 -04:00
|
|
|
from .fc2 import FC2IE
|
2015-10-12 01:25:57 -04:00
|
|
|
from .fczenit import FczenitIE
|
2014-02-05 15:22:53 -05:00
|
|
|
from .firstpost import FirstpostIE
|
2014-02-10 12:20:41 -05:00
|
|
|
from .firsttv import FirstTVIE
|
2014-03-21 14:13:46 -04:00
|
|
|
from .fivemin import FiveMinIE
|
2015-06-07 22:58:41 -04:00
|
|
|
from .fivetv import FiveTVIE
|
2015-09-09 05:42:47 -04:00
|
|
|
from .fktv import FKTVIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .flickr import FlickrIE
|
2014-11-21 16:36:24 -05:00
|
|
|
from .folketinget import FolketingetIE
|
2015-03-12 11:56:56 -04:00
|
|
|
from .footyroom import FootyRoomIE
|
2014-02-16 12:10:04 -05:00
|
|
|
from .fourtube import FourTubeIE
|
2014-12-03 23:22:48 -05:00
|
|
|
from .foxgay import FoxgayIE
|
2014-12-04 10:19:08 -05:00
|
|
|
from .foxnews import FoxNewsIE
|
2015-04-30 16:49:06 -04:00
|
|
|
from .foxsports import FoxSportsIE
|
2014-04-03 02:55:38 -04:00
|
|
|
from .franceculture import FranceCultureIE
|
2014-01-15 01:21:12 -05:00
|
|
|
from .franceinter import FranceInterIE
|
2013-09-10 09:50:34 -04:00
|
|
|
from .francetv import (
|
|
|
|
PluzzIE,
|
|
|
|
FranceTvInfoIE,
|
2013-12-05 14:45:53 -05:00
|
|
|
FranceTVIE,
|
2014-01-08 10:16:34 -05:00
|
|
|
GenerationQuoiIE,
|
|
|
|
CultureboxIE,
|
2013-09-10 09:50:34 -04:00
|
|
|
)
|
2013-07-15 15:33:45 -04:00
|
|
|
from .freesound import FreesoundIE
|
2014-01-25 05:31:30 -05:00
|
|
|
from .freespeech import FreespeechIE
|
2014-11-07 17:19:26 -05:00
|
|
|
from .freevideo import FreeVideoIE
|
2015-12-06 17:15:19 -05:00
|
|
|
from .funimation import FunimationIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .funnyordie import FunnyOrDieIE
|
2015-11-26 16:43:31 -05:00
|
|
|
from .gameinformer import GameInformerIE
|
2013-11-13 04:30:41 -05:00
|
|
|
from .gamekings import GamekingsIE
|
2014-07-13 06:16:25 -04:00
|
|
|
from .gameone import (
|
|
|
|
GameOneIE,
|
|
|
|
GameOnePlaylistIE,
|
|
|
|
)
|
2015-04-03 09:34:49 -04:00
|
|
|
from .gamersyde import GamersydeIE
|
2013-06-28 01:34:01 -04:00
|
|
|
from .gamespot import GameSpotIE
|
2014-07-28 18:37:18 -04:00
|
|
|
from .gamestar import GameStarIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .gametrailers import GametrailersIE
|
2015-03-08 07:54:01 -04:00
|
|
|
from .gazeta import GazetaIE
|
2014-02-26 17:25:04 -05:00
|
|
|
from .gdcvault import GDCVaultIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .generic import GenericIE
|
2015-04-15 22:17:45 -04:00
|
|
|
from .gfycat import GfycatIE
|
2014-12-12 10:23:42 -05:00
|
|
|
from .giantbomb import GiantBombIE
|
2015-01-05 19:54:31 -05:00
|
|
|
from .giga import GigaIE
|
2014-10-13 17:08:29 -04:00
|
|
|
from .glide import GlideIE
|
2015-11-04 05:46:26 -05:00
|
|
|
from .globo import (
|
|
|
|
GloboIE,
|
|
|
|
GloboArticleIE,
|
|
|
|
)
|
2014-07-26 15:38:05 -04:00
|
|
|
from .godtube import GodTubeIE
|
2014-11-07 12:44:06 -05:00
|
|
|
from .goldenmoustache import GoldenMoustacheIE
|
2014-09-25 10:25:53 -04:00
|
|
|
from .golem import GolemIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .googleplus import GooglePlusIE
|
|
|
|
from .googlesearch import GoogleSearchIE
|
2014-07-09 06:14:53 -04:00
|
|
|
from .goshgay import GoshgayIE
|
2014-12-12 11:39:33 -05:00
|
|
|
from .groupon import GrouponIE
|
2013-08-11 13:23:05 -04:00
|
|
|
from .hark import HarkIE
|
2015-01-21 14:47:55 -05:00
|
|
|
from .hearthisat import HearThisAtIE
|
2014-09-27 13:28:01 -04:00
|
|
|
from .heise import HeiseIE
|
2014-12-26 09:49:12 -05:00
|
|
|
from .hellporno import HellPornoIE
|
2014-02-14 11:14:28 -05:00
|
|
|
from .helsinki import HelsinkiIE
|
2014-05-12 06:58:07 -04:00
|
|
|
from .hentaistigma import HentaiStigmaIE
|
2015-02-02 09:52:37 -05:00
|
|
|
from .historicfilms import HistoricFilmsIE
|
2015-02-14 17:57:52 -05:00
|
|
|
from .history import HistoryIE
|
2014-12-29 15:10:59 -05:00
|
|
|
from .hitbox import HitboxIE, HitboxLiveIE
|
2014-08-30 14:43:03 -04:00
|
|
|
from .hornbunny import HornBunnyIE
|
2013-06-26 21:38:48 -04:00
|
|
|
from .hotnewhiphop import HotNewHipHopIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .howcast import HowcastIE
|
2014-08-15 10:38:41 -04:00
|
|
|
from .howstuffworks import HowStuffWorksIE
|
2014-01-26 23:47:30 -05:00
|
|
|
from .huffpost import HuffPostIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .hypem import HypemIE
|
2014-05-04 05:52:10 -04:00
|
|
|
from .iconosquare import IconosquareIE
|
2013-07-12 05:39:40 -04:00
|
|
|
from .ign import IGNIE, OneUPIE
|
2013-12-24 20:34:41 -05:00
|
|
|
from .imdb import (
|
|
|
|
ImdbIE,
|
|
|
|
ImdbListIE
|
|
|
|
)
|
2015-08-30 09:03:21 -04:00
|
|
|
from .imgur import (
|
|
|
|
ImgurIE,
|
|
|
|
ImgurAlbumIE,
|
|
|
|
)
|
2013-06-23 16:38:59 -04:00
|
|
|
from .ina import InaIE
|
2015-08-13 13:25:47 -04:00
|
|
|
from .indavideo import (
|
|
|
|
IndavideoIE,
|
|
|
|
IndavideoEmbedIE,
|
|
|
|
)
|
2013-06-23 16:38:59 -04:00
|
|
|
from .infoq import InfoQIE
|
2014-03-23 11:06:03 -04:00
|
|
|
from .instagram import InstagramIE, InstagramUserIE
|
2013-10-12 15:34:04 -04:00
|
|
|
from .internetvideoarchive import InternetVideoArchiveIE
|
2014-02-04 01:45:41 -05:00
|
|
|
from .iprima import IPrimaIE
|
2015-05-29 11:32:04 -04:00
|
|
|
from .iqiyi import IqiyiIE
|
2015-05-07 20:50:46 -04:00
|
|
|
from .ir90tv import Ir90TvIE
|
2013-12-18 17:28:16 -05:00
|
|
|
from .ivi import (
|
|
|
|
IviIE,
|
|
|
|
IviCompilationIE
|
|
|
|
)
|
2014-07-26 07:35:23 -04:00
|
|
|
from .izlesene import IzleseneIE
|
2014-02-08 13:20:11 -05:00
|
|
|
from .jadorecettepub import JadoreCettePubIE
|
2013-08-18 10:11:47 -04:00
|
|
|
from .jeuxvideo import JeuxVideoIE
|
2014-08-03 14:24:44 -04:00
|
|
|
from .jove import JoveIE
|
2013-06-25 07:28:59 -04:00
|
|
|
from .jukebox import JukeboxIE
|
2014-01-01 08:59:54 -05:00
|
|
|
from .jpopsukitv import JpopsukiIE
|
2015-02-26 16:45:54 -05:00
|
|
|
from .kaltura import KalturaIE
|
2015-03-13 10:51:44 -04:00
|
|
|
from .kanalplay import KanalPlayIE
|
2013-07-29 17:13:12 -04:00
|
|
|
from .kankan import KankanIE
|
2014-09-29 14:58:42 -04:00
|
|
|
from .karaoketv import KaraoketvIE
|
2015-05-16 20:50:58 -04:00
|
|
|
from .karrierevideos import KarriereVideosIE
|
2013-10-27 05:10:28 -04:00
|
|
|
from .keezmovies import KeezMoviesIE
|
2014-01-07 03:35:34 -05:00
|
|
|
from .khanacademy import KhanAcademyIE
|
2013-09-11 17:50:38 -04:00
|
|
|
from .kickstarter import KickStarterIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .keek import KeekIE
|
2014-02-09 07:53:11 -05:00
|
|
|
from .kontrtube import KontrTubeIE
|
2014-07-23 08:29:15 -04:00
|
|
|
from .krasview import KrasViewIE
|
2014-05-31 00:15:59 -04:00
|
|
|
from .ku6 import Ku6IE
|
2015-06-18 02:15:54 -04:00
|
|
|
from .kuwo import (
|
|
|
|
KuwoIE,
|
|
|
|
KuwoAlbumIE,
|
|
|
|
KuwoChartIE,
|
|
|
|
KuwoSingerIE,
|
|
|
|
KuwoCategoryIE,
|
|
|
|
KuwoMvIE,
|
|
|
|
)
|
2014-01-27 01:05:28 -05:00
|
|
|
from .la7 import LA7IE
|
2014-10-28 11:51:32 -04:00
|
|
|
from .laola1tv import Laola1TvIE
|
2015-04-17 03:21:54 -04:00
|
|
|
from .lecture2go import Lecture2GoIE
|
2015-02-24 11:45:11 -05:00
|
|
|
from .letv import (
|
|
|
|
LetvIE,
|
|
|
|
LetvTvIE,
|
|
|
|
LetvPlaylistIE
|
|
|
|
)
|
2015-03-16 15:05:02 -04:00
|
|
|
from .libsyn import LibsynIE
|
2015-05-09 15:03:26 -04:00
|
|
|
from .lifenews import (
|
|
|
|
LifeNewsIE,
|
|
|
|
LifeEmbedIE,
|
|
|
|
)
|
2015-09-01 18:05:19 -04:00
|
|
|
from .limelight import (
|
2015-10-04 10:41:57 -04:00
|
|
|
LimelightMediaIE,
|
|
|
|
LimelightChannelIE,
|
|
|
|
LimelightChannelListIE,
|
2015-09-01 18:05:19 -04:00
|
|
|
)
|
2013-06-23 16:38:59 -04:00
|
|
|
from .liveleak import LiveLeakIE
|
2014-06-26 10:34:36 -04:00
|
|
|
from .livestream import (
|
|
|
|
LivestreamIE,
|
|
|
|
LivestreamOriginalIE,
|
|
|
|
LivestreamShortenerIE,
|
|
|
|
)
|
2015-01-13 17:14:59 -05:00
|
|
|
from .lnkgo import LnkGoIE
|
2014-09-29 19:26:16 -04:00
|
|
|
from .lrt import LRTIE
|
2013-12-26 03:48:24 -05:00
|
|
|
from .lynda import (
|
|
|
|
LyndaIE,
|
|
|
|
LyndaCourseIE
|
|
|
|
)
|
2014-02-04 10:35:22 -05:00
|
|
|
from .m6 import M6IE
|
2013-12-25 04:04:08 -05:00
|
|
|
from .macgamestore import MacGameStoreIE
|
2014-03-01 04:34:38 -05:00
|
|
|
from .mailru import MailRuIE
|
2014-01-27 01:42:30 -05:00
|
|
|
from .malemotion import MalemotionIE
|
2013-12-10 12:40:50 -05:00
|
|
|
from .mdr import MDRIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .metacafe import MetacafeIE
|
2013-09-06 12:08:07 -04:00
|
|
|
from .metacritic import MetacriticIE
|
2014-09-20 20:26:12 -04:00
|
|
|
from .mgoon import MgoonIE
|
2014-12-04 11:02:05 -05:00
|
|
|
from .minhateca import MinhatecaIE
|
2014-08-23 22:47:18 -04:00
|
|
|
from .ministrygrid import MinistryGridIE
|
2015-04-02 12:34:08 -04:00
|
|
|
from .miomio import MioMioIE
|
2014-02-25 15:44:34 -05:00
|
|
|
from .mit import TechTVMITIE, MITIE, OCWMITIE
|
2014-08-18 16:43:35 -04:00
|
|
|
from .mitele import MiTeleIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .mixcloud import MixcloudIE
|
2014-07-16 09:40:28 -04:00
|
|
|
from .mlb import MLBIE
|
2014-01-07 02:07:46 -05:00
|
|
|
from .mpora import MporaIE
|
2014-09-06 18:21:58 -04:00
|
|
|
from .moevideo import MoeVideoIE
|
2013-10-28 13:18:58 -04:00
|
|
|
from .mofosex import MofosexIE
|
2014-08-03 04:50:25 -04:00
|
|
|
from .mojvideo import MojvideoIE
|
2014-09-18 15:37:09 -04:00
|
|
|
from .moniker import MonikerIE
|
2014-02-04 08:40:27 -05:00
|
|
|
from .mooshare import MooshareIE
|
2014-04-03 18:25:35 -04:00
|
|
|
from .morningstar import MorningstarIE
|
2014-06-27 12:03:20 -04:00
|
|
|
from .motherless import MotherlessIE
|
2014-04-03 18:05:43 -04:00
|
|
|
from .motorsport import MotorsportIE
|
2014-08-23 06:44:56 -04:00
|
|
|
from .movieclips import MovieClipsIE
|
2014-04-26 12:55:29 -04:00
|
|
|
from .moviezine import MoviezineIE
|
2014-01-21 14:59:31 -05:00
|
|
|
from .mtv import (
|
|
|
|
MTVIE,
|
2014-06-22 13:19:26 -04:00
|
|
|
MTVServicesEmbeddedIE,
|
2014-01-21 14:59:31 -05:00
|
|
|
MTVIggyIE,
|
2015-08-25 18:06:44 -04:00
|
|
|
MTVDEIE,
|
2014-01-21 14:59:31 -05:00
|
|
|
)
|
2014-09-19 03:57:53 -04:00
|
|
|
from .muenchentv import MuenchenTVIE
|
2014-04-02 11:10:20 -04:00
|
|
|
from .musicplayon import MusicPlayOnIE
|
2013-08-04 05:10:57 -04:00
|
|
|
from .muzu import MuzuTVIE
|
2015-07-22 02:31:29 -04:00
|
|
|
from .mwave import MwaveIE
|
2014-11-30 15:36:00 -05:00
|
|
|
from .myspace import MySpaceIE, MySpaceAlbumIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .myspass import MySpassIE
|
2015-07-09 14:27:44 -04:00
|
|
|
from .myvi import MyviIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .myvideo import MyVideoIE
|
2014-12-04 01:22:36 -05:00
|
|
|
from .myvidster import MyVidsterIE
|
2015-02-19 12:17:31 -05:00
|
|
|
from .nationalgeographic import NationalGeographicIE
|
2013-09-05 04:53:40 -04:00
|
|
|
from .naver import NaverIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .nba import NBAIE
|
2014-02-25 17:57:54 -05:00
|
|
|
from .nbc import (
|
|
|
|
NBCIE,
|
|
|
|
NBCNewsIE,
|
2015-03-30 14:51:11 -04:00
|
|
|
NBCSportsIE,
|
|
|
|
NBCSportsVPlayerIE,
|
2015-08-19 13:41:18 -04:00
|
|
|
MSNBCIE,
|
2014-02-25 17:57:54 -05:00
|
|
|
)
|
2015-05-10 06:22:07 -04:00
|
|
|
from .ndr import (
|
|
|
|
NDRIE,
|
|
|
|
NJoyIE,
|
2015-09-12 18:15:49 -04:00
|
|
|
NDREmbedBaseIE,
|
2015-09-07 15:53:37 -04:00
|
|
|
NDREmbedIE,
|
|
|
|
NJoyEmbedIE,
|
2015-05-10 06:22:07 -04:00
|
|
|
)
|
2013-12-09 13:39:41 -05:00
|
|
|
from .ndtv import NDTVIE
|
2015-01-09 17:59:18 -05:00
|
|
|
from .netzkino import NetzkinoIE
|
2014-12-18 23:28:13 -05:00
|
|
|
from .nerdcubed import NerdCubedFeedIE
|
2015-02-02 17:38:35 -05:00
|
|
|
from .nerdist import NerdistIE
|
2015-06-20 23:12:31 -04:00
|
|
|
from .neteasemusic import (
|
|
|
|
NetEaseMusicIE,
|
|
|
|
NetEaseMusicAlbumIE,
|
|
|
|
NetEaseMusicSingerIE,
|
|
|
|
NetEaseMusicListIE,
|
|
|
|
NetEaseMusicMvIE,
|
|
|
|
NetEaseMusicProgramIE,
|
|
|
|
NetEaseMusicDjRadioIE,
|
|
|
|
)
|
2013-09-18 10:54:45 -04:00
|
|
|
from .newgrounds import NewgroundsIE
|
2014-05-01 10:15:25 -04:00
|
|
|
from .newstube import NewstubeIE
|
2015-01-28 14:18:53 -05:00
|
|
|
from .nextmedia import (
|
|
|
|
NextMediaIE,
|
|
|
|
NextMediaActionNewsIE,
|
2015-05-23 14:36:47 -04:00
|
|
|
AppleDailyIE,
|
2015-01-28 14:18:53 -05:00
|
|
|
)
|
2014-02-06 09:16:41 -05:00
|
|
|
from .nfb import NFBIE
|
2014-09-22 17:28:19 -04:00
|
|
|
from .nfl import NFLIE
|
2015-01-30 12:12:27 -05:00
|
|
|
from .nhl import (
|
|
|
|
NHLIE,
|
|
|
|
NHLNewsIE,
|
|
|
|
NHLVideocenterIE,
|
|
|
|
)
|
2014-10-29 06:04:48 -04:00
|
|
|
from .niconico import NiconicoIE, NiconicoPlaylistIE
|
2013-12-05 08:29:08 -05:00
|
|
|
from .ninegag import NineGagIE
|
2014-04-18 10:11:09 -04:00
|
|
|
from .noco import NocoIE
|
2014-01-30 12:26:50 -05:00
|
|
|
from .normalboots import NormalbootsIE
|
2014-09-01 16:47:14 -04:00
|
|
|
from .nosvideo import NosVideoIE
|
2015-06-01 14:53:04 -04:00
|
|
|
from .nova import NovaIE
|
2015-12-05 22:29:41 -05:00
|
|
|
from .novamov import (
|
|
|
|
NovaMovIE,
|
2015-12-05 22:42:00 -05:00
|
|
|
WholeCloudIE,
|
2015-12-05 22:29:41 -05:00
|
|
|
NowVideoIE,
|
|
|
|
VideoWeedIE,
|
2015-12-05 22:37:38 -05:00
|
|
|
CloudTimeIE,
|
2015-12-05 22:29:41 -05:00
|
|
|
)
|
2015-09-05 11:38:05 -04:00
|
|
|
from .nowness import (
|
|
|
|
NownessIE,
|
|
|
|
NownessPlaylistIE,
|
2015-09-13 09:18:57 -04:00
|
|
|
NownessSeriesIE,
|
2015-09-05 11:38:05 -04:00
|
|
|
)
|
2015-11-14 21:30:13 -05:00
|
|
|
from .nowtv import (
|
|
|
|
NowTVIE,
|
|
|
|
NowTVListIE,
|
|
|
|
)
|
2014-09-21 10:53:00 -04:00
|
|
|
from .npo import (
|
|
|
|
NPOIE,
|
2015-01-13 09:54:03 -05:00
|
|
|
NPOLiveIE,
|
2015-02-12 14:36:54 -05:00
|
|
|
NPORadioIE,
|
|
|
|
NPORadioFragmentIE,
|
2015-07-16 14:34:24 -04:00
|
|
|
VPROIE,
|
2015-07-16 14:14:38 -04:00
|
|
|
WNLIE
|
2014-09-21 10:53:00 -04:00
|
|
|
)
|
2014-05-24 20:14:18 -04:00
|
|
|
from .nrk import (
|
|
|
|
NRKIE,
|
2015-03-21 08:22:08 -04:00
|
|
|
NRKPlaylistIE,
|
2014-05-24 20:14:18 -04:00
|
|
|
NRKTVIE,
|
|
|
|
)
|
2015-02-02 15:48:54 -05:00
|
|
|
from .ntvde import NTVDeIE
|
2015-02-02 14:43:02 -05:00
|
|
|
from .ntvru import NTVRuIE
|
2015-05-04 11:00:09 -04:00
|
|
|
from .nytimes import (
|
|
|
|
NYTimesIE,
|
|
|
|
NYTimesArticleIE,
|
|
|
|
)
|
2014-05-12 06:48:40 -04:00
|
|
|
from .nuvid import NuvidIE
|
2015-02-27 13:15:03 -05:00
|
|
|
from .odnoklassniki import OdnoklassnikiIE
|
2014-09-28 03:48:51 -04:00
|
|
|
from .oktoberfesttv import OktoberfestTVIE
|
2015-06-24 13:12:13 -04:00
|
|
|
from .onionstudios import OnionStudiosIE
|
2015-05-16 10:00:40 -04:00
|
|
|
from .ooyala import (
|
|
|
|
OoyalaIE,
|
|
|
|
OoyalaExternalIE,
|
|
|
|
)
|
2014-08-09 14:21:16 -04:00
|
|
|
from .orf import (
|
|
|
|
ORFTVthekIE,
|
|
|
|
ORFOE1IE,
|
|
|
|
ORFFM4IE,
|
2015-03-07 06:31:03 -05:00
|
|
|
ORFIPTVIE,
|
2014-08-09 14:21:16 -04:00
|
|
|
)
|
2014-03-20 20:42:28 -04:00
|
|
|
from .parliamentliveuk import ParliamentLiveUKIE
|
2014-07-28 14:41:28 -04:00
|
|
|
from .patreon import PatreonIE
|
2013-08-22 05:57:21 -04:00
|
|
|
from .pbs import PBSIE
|
2015-11-14 11:34:30 -05:00
|
|
|
from .periscope import PeriscopeIE
|
2015-04-26 08:15:29 -04:00
|
|
|
from .philharmoniedeparis import PhilharmonieDeParisIE
|
2014-10-26 21:43:59 -04:00
|
|
|
from .phoenix import PhoenixIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .photobucket import PhotobucketIE
|
2015-05-24 16:26:59 -04:00
|
|
|
from .pinkbike import PinkbikeIE
|
2014-10-03 12:43:36 -04:00
|
|
|
from .planetaplay import PlanetaPlayIE
|
2015-03-08 08:03:12 -04:00
|
|
|
from .pladform import PladformIE
|
2014-09-19 16:46:57 -04:00
|
|
|
from .played import PlayedIE
|
2014-08-22 11:34:50 -04:00
|
|
|
from .playfm import PlayFMIE
|
2015-08-09 06:27:31 -04:00
|
|
|
from .playtvak import PlaytvakIE
|
2014-03-10 09:41:19 -04:00
|
|
|
from .playvid import PlayvidIE
|
2015-03-04 15:36:53 -05:00
|
|
|
from .playwire import PlaywireIE
|
2015-08-23 00:42:34 -04:00
|
|
|
from .pluralsight import (
|
|
|
|
PluralsightIE,
|
|
|
|
PluralsightCourseIE,
|
|
|
|
)
|
2013-11-28 21:33:25 -05:00
|
|
|
from .podomatic import PodomaticIE
|
2015-05-27 12:37:00 -04:00
|
|
|
from .porn91 import Porn91IE
|
2013-12-13 22:22:53 -05:00
|
|
|
from .pornhd import PornHdIE
|
2015-02-19 11:15:19 -05:00
|
|
|
from .pornhub import (
|
|
|
|
PornHubIE,
|
|
|
|
PornHubPlaylistIE,
|
|
|
|
)
|
2013-06-23 16:38:59 -04:00
|
|
|
from .pornotube import PornotubeIE
|
2015-03-22 15:25:44 -04:00
|
|
|
from .pornovoisines import PornoVoisinesIE
|
2014-09-13 01:07:39 -04:00
|
|
|
from .pornoxo import PornoXOIE
|
2015-03-17 11:06:38 -04:00
|
|
|
from .primesharetv import PrimeShareTVIE
|
2014-08-28 17:20:10 -04:00
|
|
|
from .promptfile import PromptFileIE
|
2014-02-27 05:44:29 -05:00
|
|
|
from .prosiebensat1 import ProSiebenSat1IE
|
2015-02-27 09:41:58 -05:00
|
|
|
from .puls4 import Puls4IE
|
2013-12-07 00:11:01 -05:00
|
|
|
from .pyvideo import PyvideoIE
|
2015-03-18 02:59:33 -04:00
|
|
|
from .qqmusic import (
|
|
|
|
QQMusicIE,
|
2015-03-18 13:47:07 -04:00
|
|
|
QQMusicSingerIE,
|
|
|
|
QQMusicAlbumIE,
|
2015-05-12 10:35:16 -04:00
|
|
|
QQMusicToplistIE,
|
2015-06-18 01:59:37 -04:00
|
|
|
QQMusicPlaylistIE,
|
2015-03-18 02:59:33 -04:00
|
|
|
)
|
2014-10-28 05:41:37 -04:00
|
|
|
from .quickvid import QuickVidIE
|
2015-02-22 16:32:53 -05:00
|
|
|
from .r7 import R7IE
|
2014-12-06 12:01:52 -05:00
|
|
|
from .radiode import RadioDeIE
|
2015-04-03 12:25:39 -04:00
|
|
|
from .radiojavan import RadioJavanIE
|
2015-01-04 07:33:26 -05:00
|
|
|
from .radiobremen import RadioBremenIE
|
2013-12-16 15:34:41 -05:00
|
|
|
from .radiofrance import RadioFranceIE
|
2014-06-13 12:44:44 -04:00
|
|
|
from .rai import RaiIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .rbmaradio import RBMARadioIE
|
2015-07-12 13:35:56 -04:00
|
|
|
from .rds import RDSIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .redtube import RedTubeIE
|
2014-12-13 15:58:52 -05:00
|
|
|
from .restudy import RestudyIE
|
2014-07-09 22:10:02 -04:00
|
|
|
from .reverbnation import ReverbNationIE
|
2013-06-28 11:44:06 -04:00
|
|
|
from .ringtv import RingTVIE
|
2013-08-24 15:10:03 -04:00
|
|
|
from .ro220 import Ro220IE
|
2013-10-12 16:21:23 -04:00
|
|
|
from .rottentomatoes import RottenTomatoesIE
|
2013-07-26 07:00:59 -04:00
|
|
|
from .roxwel import RoxwelIE
|
2014-04-29 08:41:58 -04:00
|
|
|
from .rtbf import RTBFIE
|
2014-10-24 00:19:01 -04:00
|
|
|
from .rte import RteIE
|
2015-02-16 09:45:01 -05:00
|
|
|
from .rtlnl import RtlNlIE
|
2015-01-24 12:28:16 -05:00
|
|
|
from .rtl2 import RTL2IE
|
2014-12-12 13:22:24 -05:00
|
|
|
from .rtp import RTPIE
|
2014-03-23 20:40:09 -04:00
|
|
|
from .rts import RTSIE
|
2015-03-15 16:45:14 -04:00
|
|
|
from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
|
2015-08-12 14:26:13 -04:00
|
|
|
from .rtvnh import RTVNHIE
|
2014-07-12 17:03:22 -04:00
|
|
|
from .ruhd import RUHDIE
|
2014-01-27 18:56:09 -05:00
|
|
|
from .rutube import (
|
|
|
|
RutubeIE,
|
|
|
|
RutubeChannelIE,
|
2015-01-03 21:15:27 -05:00
|
|
|
RutubeEmbedIE,
|
2014-01-27 20:47:17 -05:00
|
|
|
RutubeMovieIE,
|
|
|
|
RutubePersonIE,
|
2014-01-27 18:56:09 -05:00
|
|
|
)
|
2014-03-16 14:59:40 -04:00
|
|
|
from .rutv import RUTVIE
|
2015-05-08 20:53:43 -04:00
|
|
|
from .ruutu import RuutuIE
|
2015-02-18 18:31:01 -05:00
|
|
|
from .sandia import SandiaIE
|
2015-03-22 14:03:40 -04:00
|
|
|
from .safari import (
|
|
|
|
SafariIE,
|
|
|
|
SafariCourseIE,
|
|
|
|
)
|
2014-07-19 13:00:20 -04:00
|
|
|
from .sapo import SapoIE
|
2014-02-22 08:36:04 -05:00
|
|
|
from .savefrom import SaveFromIE
|
2014-08-23 09:20:49 -04:00
|
|
|
from .sbs import SBSIE
|
2014-04-26 09:22:15 -04:00
|
|
|
from .scivee import SciVeeIE
|
2014-07-11 07:34:19 -04:00
|
|
|
from .screencast import ScreencastIE
|
2014-12-17 04:53:12 -05:00
|
|
|
from .screencastomatic import ScreencastOMaticIE
|
2015-04-21 03:10:27 -04:00
|
|
|
from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
|
2015-04-20 14:29:56 -04:00
|
|
|
from .senateisvp import SenateISVPIE
|
2014-01-20 20:09:49 -05:00
|
|
|
from .servingsys import ServingSysIE
|
2014-11-12 14:41:13 -05:00
|
|
|
from .sexu import SexuIE
|
2014-10-15 12:24:32 -04:00
|
|
|
from .sexykarma import SexyKarmaIE
|
2015-07-18 17:10:57 -04:00
|
|
|
from .shahid import ShahidIE
|
2014-07-24 10:12:45 -04:00
|
|
|
from .shared import SharedIE
|
2014-09-06 11:59:15 -04:00
|
|
|
from .sharesix import ShareSixIE
|
2013-07-18 09:31:50 -04:00
|
|
|
from .sina import SinaIE
|
2015-11-28 05:48:18 -05:00
|
|
|
from .skynewsarabia import (
|
|
|
|
SkyNewsArabiaIE,
|
|
|
|
SkyNewsArabiaArticleIE,
|
|
|
|
)
|
2013-09-10 05:19:58 -04:00
|
|
|
from .slideshare import SlideshareIE
|
2014-05-12 04:29:19 -04:00
|
|
|
from .slutload import SlutloadIE
|
2013-12-02 08:10:19 -05:00
|
|
|
from .smotri import (
|
|
|
|
SmotriIE,
|
|
|
|
SmotriCommunityIE,
|
|
|
|
SmotriUserIE,
|
2013-12-03 20:41:09 -05:00
|
|
|
SmotriBroadcastIE,
|
2013-12-02 08:10:19 -05:00
|
|
|
)
|
2015-06-27 08:20:42 -04:00
|
|
|
from .snagfilms import (
|
|
|
|
SnagFilmsIE,
|
|
|
|
SnagFilmsEmbedIE,
|
|
|
|
)
|
2014-07-19 13:49:25 -04:00
|
|
|
from .snotr import SnotrIE
|
2013-08-02 05:58:46 -04:00
|
|
|
from .sohu import SohuIE
|
2015-05-20 03:53:45 -04:00
|
|
|
from .soompi import (
|
|
|
|
SoompiIE,
|
|
|
|
SoompiShowIE,
|
|
|
|
)
|
2014-05-04 21:12:41 -04:00
|
|
|
from .soundcloud import (
|
|
|
|
SoundcloudIE,
|
|
|
|
SoundcloudSetIE,
|
|
|
|
SoundcloudUserIE,
|
2015-10-17 12:23:46 -04:00
|
|
|
SoundcloudPlaylistIE,
|
|
|
|
SoundcloudSearchIE
|
2014-05-04 21:12:41 -04:00
|
|
|
)
|
2015-02-23 06:11:19 -05:00
|
|
|
from .soundgasm import (
|
|
|
|
SoundgasmIE,
|
|
|
|
SoundgasmProfileIE
|
|
|
|
)
|
2014-07-13 08:08:23 -04:00
|
|
|
from .southpark import (
|
|
|
|
SouthParkIE,
|
2015-05-05 03:01:07 -04:00
|
|
|
SouthParkDeIE,
|
2015-05-11 12:02:25 -04:00
|
|
|
SouthParkDkIE,
|
2015-05-11 11:38:08 -04:00
|
|
|
SouthParkEsIE,
|
2015-05-05 02:59:09 -04:00
|
|
|
SouthParkNlIE
|
2013-11-17 11:54:47 -05:00
|
|
|
)
|
2013-11-06 11:37:39 -05:00
|
|
|
from .space import SpaceIE
|
2015-04-05 15:50:21 -04:00
|
|
|
from .spankbang import SpankBangIE
|
2013-10-26 19:59:26 -04:00
|
|
|
from .spankwire import SpankwireIE
|
2014-09-13 00:55:38 -04:00
|
|
|
from .spiegel import SpiegelIE, SpiegelArticleIE
|
2014-05-30 10:35:17 -04:00
|
|
|
from .spiegeltv import SpiegeltvIE
|
2014-01-21 14:54:47 -05:00
|
|
|
from .spike import SpikeIE
|
2015-10-18 21:36:07 -04:00
|
|
|
from .stitcher import StitcherIE
|
2014-09-27 13:21:46 -04:00
|
|
|
from .sport5 import Sport5IE
|
2015-05-15 12:50:44 -04:00
|
|
|
from .sportbox import (
|
|
|
|
SportBoxIE,
|
|
|
|
SportBoxEmbedIE,
|
|
|
|
)
|
2014-09-27 15:35:46 -04:00
|
|
|
from .sportdeutschland import SportDeutschlandIE
|
2015-04-16 10:00:45 -04:00
|
|
|
from .srf import SrfIE
|
2014-10-26 18:23:10 -04:00
|
|
|
from .srmediathek import SRMediathekIE
|
2015-03-11 11:15:36 -04:00
|
|
|
from .ssa import SSAIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .stanfordoc import StanfordOpenClassroomIE
|
|
|
|
from .steam import SteamIE
|
2013-11-22 11:19:22 -05:00
|
|
|
from .streamcloud import StreamcloudIE
|
2014-02-09 12:37:12 -05:00
|
|
|
from .streamcz import StreamCZIE
|
2015-01-21 10:05:47 -05:00
|
|
|
from .streetvoice import StreetVoiceIE
|
2014-08-31 06:48:34 -04:00
|
|
|
from .sunporno import SunPornoIE
|
2015-05-08 14:13:40 -04:00
|
|
|
from .svt import (
|
2015-05-08 14:12:42 -04:00
|
|
|
SVTIE,
|
|
|
|
SVTPlayIE,
|
|
|
|
)
|
2014-05-18 08:56:35 -04:00
|
|
|
from .swrmediathek import SWRMediathekIE
|
2013-12-23 10:41:35 -05:00
|
|
|
from .syfy import SyfyIE
|
2013-10-14 07:07:47 -04:00
|
|
|
from .sztvhu import SztvHuIE
|
2014-06-05 12:48:03 -04:00
|
|
|
from .tagesschau import TagesschauIE
|
2014-10-01 10:26:09 -04:00
|
|
|
from .tapely import TapelyIE
|
2014-11-25 11:24:33 -05:00
|
|
|
from .tass import TassIE
|
2014-06-06 05:21:59 -04:00
|
|
|
from .teachertube import (
|
|
|
|
TeacherTubeIE,
|
2014-06-29 07:45:10 -04:00
|
|
|
TeacherTubeUserIE,
|
2014-06-06 05:21:59 -04:00
|
|
|
)
|
2014-06-07 07:09:21 -04:00
|
|
|
from .teachingchannel import TeachingChannelIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .teamcoco import TeamcocoIE
|
2013-10-17 02:20:58 -04:00
|
|
|
from .techtalks import TechTalksIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .ted import TEDIE
|
2014-11-22 07:34:29 -05:00
|
|
|
from .telebruxelles import TeleBruxellesIE
|
2014-10-23 14:08:55 -04:00
|
|
|
from .telecinco import TelecincoIE
|
2015-08-09 09:11:23 -04:00
|
|
|
from .telegraaf import TelegraafIE
|
2014-09-12 09:51:48 -04:00
|
|
|
from .telemb import TeleMBIE
|
2014-12-21 05:01:28 -05:00
|
|
|
from .teletask import TeleTaskIE
|
2014-05-19 09:28:21 -04:00
|
|
|
from .tenplay import TenPlayIE
|
2014-02-18 19:06:16 -05:00
|
|
|
from .testurl import TestURLIE
|
2015-01-22 18:32:35 -05:00
|
|
|
from .testtube import TestTubeIE
|
2013-06-29 09:18:19 -04:00
|
|
|
from .tf1 import TF1IE
|
2014-10-12 08:42:35 -04:00
|
|
|
from .theonion import TheOnionIE
|
2015-08-19 13:24:32 -04:00
|
|
|
from .theplatform import (
|
|
|
|
ThePlatformIE,
|
|
|
|
ThePlatformFeedIE,
|
|
|
|
)
|
2014-10-04 15:40:36 -04:00
|
|
|
from .thesixtyone import TheSixtyOneIE
|
2015-06-15 04:07:48 -04:00
|
|
|
from .thisamericanlife import ThisAmericanLifeIE
|
2013-07-17 05:16:53 -04:00
|
|
|
from .thisav import ThisAVIE
|
2014-02-02 13:20:03 -05:00
|
|
|
from .tinypic import TinyPicIE
|
2014-04-16 14:27:33 -04:00
|
|
|
from .tlc import TlcIE, TlcDeIE
|
2015-05-11 08:04:05 -04:00
|
|
|
from .tmz import (
|
|
|
|
TMZIE,
|
|
|
|
TMZArticleIE,
|
|
|
|
)
|
2015-06-28 13:05:09 -04:00
|
|
|
from .tnaflix import (
|
|
|
|
TNAFlixIE,
|
|
|
|
EMPFlixIE,
|
|
|
|
MovieFapIE,
|
|
|
|
)
|
2014-09-28 15:36:55 -04:00
|
|
|
from .thvideo import (
|
|
|
|
THVideoIE,
|
|
|
|
THVideoPlaylistIE
|
|
|
|
)
|
2013-11-20 00:13:19 -05:00
|
|
|
from .toutv import TouTvIE
|
2014-03-22 10:15:01 -04:00
|
|
|
from .toypics import ToypicsUserIE, ToypicsIE
|
2013-06-29 10:17:27 -04:00
|
|
|
from .traileraddict import TrailerAddictIE
|
2013-08-26 19:59:00 -04:00
|
|
|
from .trilulilu import TriluliluIE
|
2014-02-22 03:11:57 -05:00
|
|
|
from .trutube import TruTubeIE
|
2013-10-26 17:27:30 -04:00
|
|
|
from .tube8 import Tube8IE
|
2015-05-30 07:16:18 -04:00
|
|
|
from .tubitv import TubiTvIE
|
2013-06-25 15:11:57 -04:00
|
|
|
from .tudou import TudouIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .tumblr import TumblrIE
|
2014-11-24 16:15:33 -05:00
|
|
|
from .tunein import TuneInIE
|
2014-09-15 09:08:20 -04:00
|
|
|
from .turbo import TurboIE
|
2013-06-29 11:29:40 -04:00
|
|
|
from .tutv import TutvIE
|
2015-05-16 17:32:53 -04:00
|
|
|
from .tv2 import (
|
|
|
|
TV2IE,
|
|
|
|
TV2ArticleIE,
|
|
|
|
)
|
2015-02-20 07:13:41 -05:00
|
|
|
from .tv4 import TV4IE
|
2015-06-12 06:13:36 -04:00
|
|
|
from .tvc import (
|
|
|
|
TVCIE,
|
2015-06-12 06:24:13 -04:00
|
|
|
TVCArticleIE,
|
2015-06-12 06:13:36 -04:00
|
|
|
)
|
2014-03-02 07:59:34 -05:00
|
|
|
from .tvigle import TvigleIE
|
2014-12-03 23:14:09 -05:00
|
|
|
from .tvp import TvpIE, TvpSeriesIE
|
2014-07-25 10:33:29 -04:00
|
|
|
from .tvplay import TVPlayIE
|
2015-02-05 13:55:41 -05:00
|
|
|
from .tweakers import TweakersIE
|
2014-12-02 11:23:23 -05:00
|
|
|
from .twentyfourvideo import TwentyFourVideoIE
|
2015-03-24 14:34:33 -04:00
|
|
|
from .twentytwotracks import (
|
|
|
|
TwentyTwoTracksIE,
|
|
|
|
TwentyTwoTracksGenreIE
|
|
|
|
)
|
2015-01-21 11:27:21 -05:00
|
|
|
from .twitch import (
|
|
|
|
TwitchVideoIE,
|
|
|
|
TwitchChapterIE,
|
|
|
|
TwitchVodIE,
|
|
|
|
TwitchProfileIE,
|
|
|
|
TwitchPastBroadcastsIE,
|
2015-01-23 10:58:40 -05:00
|
|
|
TwitchBookmarksIE,
|
2015-01-22 12:11:22 -05:00
|
|
|
TwitchStreamIE,
|
2015-01-21 11:27:21 -05:00
|
|
|
)
|
2015-07-21 17:56:35 -04:00
|
|
|
from .twitter import TwitterCardIE, TwitterIE
|
2014-08-02 14:20:51 -04:00
|
|
|
from .ubu import UbuIE
|
2014-03-13 13:36:14 -04:00
|
|
|
from .udemy import (
|
|
|
|
UdemyIE,
|
|
|
|
UdemyCourseIE
|
|
|
|
)
|
2015-04-08 05:26:51 -04:00
|
|
|
from .udn import UDNEmbedIE
|
2015-03-18 13:11:48 -04:00
|
|
|
from .ultimedia import UltimediaIE
|
2013-08-22 07:19:35 -04:00
|
|
|
from .unistra import UnistraIE
|
2014-03-26 21:51:50 -04:00
|
|
|
from .urort import UrortIE
|
2013-09-12 06:30:14 -04:00
|
|
|
from .ustream import UstreamIE, UstreamChannelIE
|
2015-03-26 09:47:21 -04:00
|
|
|
from .varzesh3 import Varzesh3IE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .vbox7 import Vbox7IE
|
2013-09-02 05:54:09 -04:00
|
|
|
from .veehd import VeeHDIE
|
2013-07-08 16:02:23 -04:00
|
|
|
from .veoh import VeohIE
|
2015-03-26 13:48:22 -04:00
|
|
|
from .vessel import VesselIE
|
2014-03-16 15:01:01 -04:00
|
|
|
from .vesti import VestiIE
|
2013-06-24 06:31:41 -04:00
|
|
|
from .vevo import VevoIE
|
2015-05-08 12:18:43 -04:00
|
|
|
from .vgtv import (
|
|
|
|
BTArticleIE,
|
2015-05-08 12:59:50 -04:00
|
|
|
BTVestlendingenIE,
|
2015-05-08 12:18:43 -04:00
|
|
|
VGTVIE,
|
|
|
|
)
|
2014-06-07 10:39:08 -04:00
|
|
|
from .vh1 import VH1IE
|
2014-11-06 15:44:07 -05:00
|
|
|
from .vice import ViceIE
|
2013-10-06 01:12:47 -04:00
|
|
|
from .viddler import ViddlerIE
|
2013-10-12 15:36:17 -04:00
|
|
|
from .videodetective import VideoDetectiveIE
|
2013-08-03 16:50:27 -04:00
|
|
|
from .videofyme import VideofyMeIE
|
2014-09-17 15:57:01 -04:00
|
|
|
from .videomega import VideoMegaIE
|
2013-10-14 01:32:47 -04:00
|
|
|
from .videopremium import VideoPremiumIE
|
2014-05-12 09:23:08 -04:00
|
|
|
from .videott import VideoTtIE
|
2014-07-31 09:26:52 -04:00
|
|
|
from .vidme import VidmeIE
|
2014-10-24 09:15:54 -04:00
|
|
|
from .vidzi import VidziIE
|
2015-01-02 07:13:18 -05:00
|
|
|
from .vier import VierIE, VierVideosIE
|
2015-03-13 16:12:11 -04:00
|
|
|
from .viewster import ViewsterIE
|
2015-11-06 15:23:41 -05:00
|
|
|
from .viidea import ViideaIE
|
2013-12-01 16:36:18 -05:00
|
|
|
from .vimeo import (
|
|
|
|
VimeoIE,
|
2013-12-06 15:47:32 -05:00
|
|
|
VimeoAlbumIE,
|
2014-09-28 06:14:16 -04:00
|
|
|
VimeoChannelIE,
|
2013-12-06 16:01:41 -05:00
|
|
|
VimeoGroupsIE,
|
2014-09-28 06:14:16 -04:00
|
|
|
VimeoLikesIE,
|
2014-01-06 11:31:47 -05:00
|
|
|
VimeoReviewIE,
|
2014-09-28 06:14:16 -04:00
|
|
|
VimeoUserIE,
|
2014-04-24 15:51:20 -04:00
|
|
|
VimeoWatchLaterIE,
|
2013-12-01 16:36:18 -05:00
|
|
|
)
|
2014-06-12 03:27:23 -04:00
|
|
|
from .vimple import VimpleIE
|
2014-05-10 23:18:20 -04:00
|
|
|
from .vine import (
|
|
|
|
VineIE,
|
|
|
|
VineUserIE,
|
|
|
|
)
|
2015-05-16 03:43:13 -04:00
|
|
|
from .viki import (
|
|
|
|
VikiIE,
|
2015-05-16 18:19:38 -04:00
|
|
|
VikiChannelIE,
|
2015-05-16 03:43:13 -04:00
|
|
|
)
|
2014-11-17 17:52:00 -05:00
|
|
|
from .vk import (
|
|
|
|
VKIE,
|
|
|
|
VKUserVideosIE,
|
|
|
|
)
|
2015-08-20 00:56:11 -04:00
|
|
|
from .vlive import VLiveIE
|
2014-07-09 12:21:46 -04:00
|
|
|
from .vodlocker import VodlockerIE
|
2015-05-09 20:30:07 -04:00
|
|
|
from .voicerepublic import VoiceRepublicIE
|
2014-08-30 11:17:47 -04:00
|
|
|
from .vporn import VpornIE
|
2014-10-26 05:48:11 -04:00
|
|
|
from .vrt import VRTIE
|
2014-02-01 20:33:24 -05:00
|
|
|
from .vube import VubeIE
|
2014-04-21 09:23:30 -04:00
|
|
|
from .vuclip import VuClipIE
|
2014-06-09 17:06:25 -04:00
|
|
|
from .vulture import VultureIE
|
2014-10-05 20:03:05 -04:00
|
|
|
from .walla import WallaIE
|
2014-03-24 18:21:20 -04:00
|
|
|
from .washingtonpost import WashingtonPostIE
|
2013-06-29 09:18:19 -04:00
|
|
|
from .wat import WatIE
|
2014-08-23 21:44:54 -04:00
|
|
|
from .wayofthemaster import WayOfTheMasterIE
|
2014-03-30 01:25:42 -04:00
|
|
|
from .wdr import (
|
|
|
|
WDRIE,
|
2014-05-12 16:17:19 -04:00
|
|
|
WDRMobileIE,
|
2014-03-30 01:25:42 -04:00
|
|
|
WDRMausIE,
|
|
|
|
)
|
2015-06-26 11:57:43 -04:00
|
|
|
from .webofstories import (
|
|
|
|
WebOfStoriesIE,
|
|
|
|
WebOfStoriesPlaylistIE,
|
|
|
|
)
|
2013-07-19 03:43:43 -04:00
|
|
|
from .weibo import WeiboIE
|
2013-06-26 06:25:53 -04:00
|
|
|
from .wimp import WimpIE
|
2013-12-06 03:15:04 -05:00
|
|
|
from .wistia import WistiaIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .worldstarhiphop import WorldStarHipHopIE
|
2014-06-13 02:51:35 -04:00
|
|
|
from .wrzuta import WrzutaIE
|
2015-02-03 04:58:28 -05:00
|
|
|
from .wsj import WSJIE
|
2014-03-23 09:04:36 -04:00
|
|
|
from .xbef import XBefIE
|
2014-08-08 02:48:02 -04:00
|
|
|
from .xboxclips import XboxClipsIE
|
2015-11-11 11:58:39 -05:00
|
|
|
from .xfileshare import XFileShareIE
|
2015-06-21 13:10:38 -04:00
|
|
|
from .xhamster import (
|
|
|
|
XHamsterIE,
|
|
|
|
XHamsterEmbedIE,
|
|
|
|
)
|
2014-11-24 22:25:28 -05:00
|
|
|
from .xminus import XMinusIE
|
2013-06-25 15:11:57 -04:00
|
|
|
from .xnxx import XNXXIE
|
2015-05-08 12:50:01 -04:00
|
|
|
from .xstream import XstreamIE
|
2014-03-22 14:16:35 -04:00
|
|
|
from .xtube import XTubeUserIE, XTubeIE
|
2015-01-27 10:55:22 -05:00
|
|
|
from .xuite import XuiteIE
|
2015-05-08 13:04:27 -04:00
|
|
|
from .xvideos import XVideosIE
|
2014-12-29 05:31:22 -05:00
|
|
|
from .xxxymovies import XXXYMoviesIE
|
2013-11-29 09:25:43 -05:00
|
|
|
from .yahoo import (
|
|
|
|
YahooIE,
|
|
|
|
YahooSearchIE,
|
|
|
|
)
|
2015-02-13 02:14:23 -05:00
|
|
|
from .yam import YamIE
|
2015-03-09 11:44:59 -04:00
|
|
|
from .yandexmusic import (
|
2015-03-09 09:06:49 -04:00
|
|
|
YandexMusicTrackIE,
|
|
|
|
YandexMusicAlbumIE,
|
|
|
|
YandexMusicPlaylistIE,
|
|
|
|
)
|
2014-12-14 10:59:25 -05:00
|
|
|
from .yesjapan import YesJapanIE
|
2015-07-06 03:26:49 -04:00
|
|
|
from .yinyuetai import YinYueTaiIE
|
2014-09-27 13:11:22 -04:00
|
|
|
from .ynet import YnetIE
|
2013-06-23 16:38:59 -04:00
|
|
|
from .youjizz import YouJizzIE
|
|
|
|
from .youku import YoukuIE
|
|
|
|
from .youporn import YouPornIE
|
2014-09-21 08:13:35 -04:00
|
|
|
from .yourupload import YourUploadIE
|
2013-07-07 07:58:23 -04:00
|
|
|
from .youtube import (
|
|
|
|
YoutubeIE,
|
2014-03-03 21:32:28 -05:00
|
|
|
YoutubeChannelIE,
|
|
|
|
YoutubeFavouritesIE,
|
2015-09-21 11:28:02 -04:00
|
|
|
YoutubeHistoryIE,
|
2013-07-07 07:58:23 -04:00
|
|
|
YoutubePlaylistIE,
|
2014-03-03 21:32:28 -05:00
|
|
|
YoutubeRecommendedIE,
|
2013-11-02 22:40:48 -04:00
|
|
|
YoutubeSearchDateIE,
|
2014-03-03 21:32:28 -05:00
|
|
|
YoutubeSearchIE,
|
|
|
|
YoutubeSearchURLIE,
|
2013-07-07 07:58:23 -04:00
|
|
|
YoutubeShowIE,
|
|
|
|
YoutubeSubscriptionsIE,
|
2015-01-01 17:44:39 -05:00
|
|
|
YoutubeTruncatedIDIE,
|
2013-10-07 06:21:24 -04:00
|
|
|
YoutubeTruncatedURLIE,
|
2014-03-03 21:32:28 -05:00
|
|
|
YoutubeUserIE,
|
2015-11-21 17:17:07 -05:00
|
|
|
YoutubeUserPlaylistsIE,
|
2013-07-24 16:13:39 -04:00
|
|
|
YoutubeWatchLaterIE,
|
2013-07-07 07:58:23 -04:00
|
|
|
)
|
2015-02-21 14:38:57 -05:00
|
|
|
from .zapiks import ZapiksIE
|
2014-12-10 11:29:03 -05:00
|
|
|
from .zdf import ZDFIE, ZDFChannelIE
|
2014-11-23 15:25:47 -05:00
|
|
|
from .zingmp3 import (
|
|
|
|
ZingMp3SongIE,
|
|
|
|
ZingMp3AlbumIE,
|
|
|
|
)
|
2013-06-28 11:44:06 -04:00
|
|
|
|
2013-06-27 12:38:42 -04:00
|
|
|
_ALL_CLASSES = [
|
|
|
|
klass
|
|
|
|
for name, klass in globals().items()
|
|
|
|
if name.endswith('IE') and name != 'GenericIE'
|
|
|
|
]
|
|
|
|
_ALL_CLASSES.append(GenericIE)
|
2013-06-23 16:36:24 -04:00
|
|
|
|
2013-08-24 15:10:03 -04:00
|
|
|
|
2013-06-23 16:36:24 -04: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 12:38:42 -04:00
|
|
|
return [klass() for klass in _ALL_CLASSES]
|
2013-06-23 16:36:24 -04:00
|
|
|
|
2013-08-24 15:10:03 -04:00
|
|
|
|
2015-01-07 01:20:20 -05:00
|
|
|
def list_extractors(age_limit):
|
|
|
|
"""
|
|
|
|
Return a list of extractors that are suitable for the given age,
|
|
|
|
sorted by extractor ID.
|
|
|
|
"""
|
|
|
|
|
|
|
|
return sorted(
|
|
|
|
filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
|
|
|
|
key=lambda ie: ie.IE_NAME.lower())
|
|
|
|
|
|
|
|
|
2013-06-23 16:36:24 -04:00
|
|
|
def get_info_extractor(ie_name):
|
|
|
|
"""Returns the info extractor class with the given ie_name"""
|
2014-11-23 15:20:46 -05:00
|
|
|
return globals()[ie_name + 'IE']
|