diff options
author | i6t <62123048+i6t@users.noreply.github.com> | 2021-09-29 19:23:56 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 15:53:56 +0530 |
commit | 851876095bd0ce671bbd09cc2c58c76b0dffe533 (patch) | |
tree | 2b66dd5cb3e4a4f3d6d2d85b55289c5bb07a4a12 /yt_dlp/extractor/extractors.py | |
parent | 2d997542cae916d168f2e27bf05844cf8586494c (diff) | |
download | hypervideo-pre-851876095bd0ce671bbd09cc2c58c76b0dffe533.tar.lz hypervideo-pre-851876095bd0ce671bbd09cc2c58c76b0dffe533.tar.xz hypervideo-pre-851876095bd0ce671bbd09cc2c58c76b0dffe533.zip |
[Gettr] Add extractor (#1120)
Fixes: https://github.com/ytdl-org/youtube-dl/issues/29589
Authored by: i6t
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 93934b682..1776a4d26 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -507,6 +507,7 @@ from .gazeta import GazetaIE from .gdcvault import GDCVaultIE from .gedidigital import GediDigitalIE from .generic import GenericIE +from .gettr import GettrIE from .gfycat import GfycatIE from .giantbomb import GiantBombIE from .giga import GigaIE |