aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-12-17 10:53:12 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-12-17 10:53:12 +0100
commit6e1b9395c69910cefdb4fb080855292cf4b6964a (patch)
tree5cbc675dcc3e4e72ec6a8365f947211ec73a2783 /youtube_dl/extractor/__init__.py
parentb1ccbed3d43b10369ba779d8873ed6b85767f3c1 (diff)
downloadyoutube-dl-6e1b9395c69910cefdb4fb080855292cf4b6964a.tar.xz
[screencastomatic] Add new extractor (Fixes #4497)
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 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