about summary refs log tree commit diff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2016-02-10 15:33:19 -0500
committerSergey M․ <dstftw@gmail.com>2016-02-15 22:28:36 +0600
commitb9e8d7140aa8584f8516c3575c20b21172278fef (patch)
tree42fcf3cdfbdc1386ec5e3e2767517393a3c34263 /youtube_dl/extractor/__init__.py
parent6eff2605d645664ba52fe873bb28cea77744e7f6 (diff)
downloadyoutube-dl-b9e8d7140aa8584f8516c3575c20b21172278fef.tar.gz
youtube-dl-b9e8d7140aa8584f8516c3575c20b21172278fef.tar.xz
youtube-dl-b9e8d7140aa8584f8516c3575c20b21172278fef.zip
[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__.py1
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