From 4c9cc9cfac9aba02d1c8b8d609360a3bd0b13306 Mon Sep 17 00:00:00 2001 From: Nial McCallister <48334675+nmcc1212@users.noreply.github.com> Date: Tue, 28 Sep 2021 00:08:33 +0100 Subject: [PATCH] Update extractors.py add streamtape support --- youtube_dlc/extractor/extractors.py | 1 + 1 file changed, 1 insertion(+) diff --git a/youtube_dlc/extractor/extractors.py b/youtube_dlc/extractor/extractors.py index 5ad9d2717..0ba5ae23d 100644 --- a/youtube_dlc/extractor/extractors.py +++ b/youtube_dlc/extractor/extractors.py @@ -1140,6 +1140,7 @@ from .steam import SteamIE from .streamable import StreamableIE from .streamcloud import StreamcloudIE from .streamcz import StreamCZIE +from .streamtape import StreamtapeIE from .streetvoice import StreetVoiceIE from .stretchinternet import StretchInternetIE from .stv import STVPlayerIE