diff options
author | doe1080 <98906116+doe1080@users.noreply.github.com> | 2025-03-25 08:12:09 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-24 23:12:09 +0000 |
commit | 801afeac91f97dc0b58cd39cc7e8c50f619dc4e1 (patch) | |
tree | 1d8166b46c541496f2351219b0b560d46341df4d /yt_dlp/extractor/_extractors.py | |
parent | 86ab79e1a5182092321102adf6ca34195803b878 (diff) |
[ie/streaks] Add extractor (#12679)
Authored by: doe1080
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 28d410fa8..a44601b14 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -1986,6 +1986,7 @@ from .storyfire import ( StoryFireSeriesIE, StoryFireUserIE, ) +from .streaks import StreaksIE from .streamable import StreamableIE from .streamcz import StreamCZIE from .streetvoice import StreetVoiceIE |