diff options
author | Patrick Griffis <tingping@tingping.se> | 2016-02-10 15:33:19 -0500 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-02-15 22:28:36 +0600 |
commit | b9e8d7140aa8584f8516c3575c20b21172278fef (patch) | |
tree | 42fcf3cdfbdc1386ec5e3e2767517393a3c34263 /youtube_dl/extractor/__init__.py | |
parent | 6eff2605d645664ba52fe873bb28cea77744e7f6 (diff) |
[screenjunkies] Add new extractor
This doesn't handle the plus only videos yet
Closes #8492
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 a02113c86..537d25777 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -621,6 +621,7 @@ from .sbs import SBSIE from .scivee import SciVeeIE from .screencast import ScreencastIE from .screencastomatic import ScreencastOMaticIE +from .screenjunkies import ScreenJunkiesIE from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE from .senateisvp import SenateISVPIE from .servingsys import ServingSysIE |