diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-12-17 10:53:12 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-12-17 10:53:12 +0100 |
commit | 6e1b9395c69910cefdb4fb080855292cf4b6964a (patch) | |
tree | 5cbc675dcc3e4e72ec6a8365f947211ec73a2783 /youtube_dl/extractor/__init__.py | |
parent | b1ccbed3d43b10369ba779d8873ed6b85767f3c1 (diff) |
[screencastomatic] Add new extractor (Fixes #4497)
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 b091505db..c30cbc926 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -342,6 +342,7 @@ from .savefrom import SaveFromIE from .sbs import SBSIE from .scivee import SciVeeIE from .screencast import ScreencastIE +from .screencastomatic import ScreencastOMaticIE from .screenwavemedia import CinemassacreIE, ScreenwaveMediaIE, TeamFourIE from .servingsys import ServingSysIE from .sexu import SexuIE |