diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2022-11-22 00:40:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-22 00:40:02 +0000 |
commit | 27c0f899c8f4a71e2ec8ac7ee4ab0217da7934bd (patch) | |
tree | 05e8a05a536f16d38577bee9c6d2bfab7db992a1 /yt_dlp/extractor/_extractors.py | |
parent | 7ff2fafe47aa9978f89ff358a8b9f9261430f33a (diff) | |
download | hypervideo-pre-27c0f899c8f4a71e2ec8ac7ee4ab0217da7934bd.tar.lz hypervideo-pre-27c0f899c8f4a71e2ec8ac7ee4ab0217da7934bd.tar.xz hypervideo-pre-27c0f899c8f4a71e2ec8ac7ee4ab0217da7934bd.zip |
[extractor/screencastify] Add extractor (#5604)
Closes #5603
Authored by: bashonly
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r-- | yt_dlp/extractor/_extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index a3c5472f0..375ac0d06 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -1603,6 +1603,7 @@ from .savefrom import SaveFromIE from .sbs import SBSIE from .screen9 import Screen9IE from .screencast import ScreencastIE +from .screencastify import ScreencastifyIE from .screencastomatic import ScreencastOMaticIE from .scrippsnetworks import ( ScrippsNetworksWatchIE, |