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