diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-07-24 21:12:45 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-07-24 21:12:45 +0700 |
commit | 916c1452178c68bc7133b84f1538d19d5a7db17e (patch) | |
tree | ef977388b24db67fd12e427b4ae7b0f547224370 /youtube_dl/extractor/__init__.py | |
parent | 4192b51c7c599d1fb1114dcee8abaa44bc48d03b (diff) |
[shared] Add extractor (Closes #3312)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 80aa2dfbb..2bb93d938 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -259,6 +259,7 @@ from .savefrom import SaveFromIE from .scivee import SciVeeIE from .screencast import ScreencastIE from .servingsys import ServingSysIE +from .shared import SharedIE from .sina import SinaIE from .slideshare import SlideshareIE from .slutload import SlutloadIE |