aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
authori6t <62123048+i6t@users.noreply.github.com>2022-02-12 03:36:16 +0900
committerGitHub <noreply@github.com>2022-02-11 10:36:16 -0800
commit82b517678362f8779450f686bb5a283057e486d4 (patch)
tree396d278a92b8771d3ccb40583a0239c972eb1a44 /yt_dlp/extractor/extractors.py
parent17b183886f2cbad00c8d5fd370f03d99168a28b8 (diff)
[Gettr] Add `GettrStreamingIE` (#2661)
Closes #2654 Authored by: i6t
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r--yt_dlp/extractor/extractors.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py
index 6a9f9250a..03b41c5d8 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -546,7 +546,10 @@ from .gazeta import GazetaIE
from .gdcvault import GDCVaultIE
from .gedidigital import GediDigitalIE
from .generic import GenericIE
-from .gettr import GettrIE
+from .gettr import (
+ GettrIE,
+ GettrStreamingIE,
+)
from .gfycat import GfycatIE
from .giantbomb import GiantBombIE
from .giga import GigaIE