diff options
author | Aleri Kaisattera <73682764+alerikaisattera@users.noreply.github.com> | 2021-09-17 00:15:10 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-16 23:45:10 +0530 |
commit | f1f6ca78b439343aa3f8ef44f803befd682a3d37 (patch) | |
tree | 7836360fe3d5c1da050d6bf1170f12f3c41ad374 /yt_dlp/extractor/extractors.py | |
parent | 2fac2e91361a219b9dbc24c2fe91bd42787e851d (diff) | |
download | hypervideo-pre-f1f6ca78b439343aa3f8ef44f803befd682a3d37.tar.lz hypervideo-pre-f1f6ca78b439343aa3f8ef44f803befd682a3d37.tar.xz hypervideo-pre-f1f6ca78b439343aa3f8ef44f803befd682a3d37.zip |
[Streamanity] Add Extractor (#984)
Authored by: alerikaisattera
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 8b7af0fd0..e5d6306a9 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -1347,6 +1347,7 @@ from .storyfire import ( StoryFireSeriesIE, ) from .streamable import StreamableIE +from .streamanity import StreamanityIE from .streamcloud import StreamcloudIE from .streamcz import StreamCZIE from .streetvoice import StreetVoiceIE |