aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorShaun Walbridge <shaun.walbridge@gmail.com>2015-04-18 00:37:04 -0400
committerSergey M․ <dstftw@gmail.com>2015-08-15 15:57:59 +0600
commit8b8c1093b65ee02aad859ed8d82217312ed0d9d8 (patch)
treeca2d193d3da052184922f4a680c56d0e4ed5ec10 /youtube_dl/extractor/__init__.py
parentd0d6c097fc7859180f16a445536029c600b1e57f (diff)
downloadyoutube-dl-8b8c1093b65ee02aad859ed8d82217312ed0d9d8.tar.xz
[EsriVideo] Add new extractor
Add extractor for [videos.esri.com](https://videos.esri.com), a collection of videos relating to GIS.
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
index 83d21bd15..a4387636f 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -695,6 +695,7 @@ from .vice import ViceIE
from .viddler import ViddlerIE
from .videobam import VideoBamIE
from .videodetective import VideoDetectiveIE
+from .videoesri import VideoEsriIE
from .videolecturesnet import VideoLecturesNetIE
from .videofyme import VideofyMeIE
from .videomega import VideoMegaIE