diff options
author | chio0hai <94094996+chio0hai@users.noreply.github.com> | 2021-11-27 02:10:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-27 12:40:29 +0530 |
commit | 4e4ba1d75f250240725c0012edbd88cc0a7ead4b (patch) | |
tree | 0ee09a9cab6f551fe59ff4db43183f2bc7e4cf35 /yt_dlp/extractor/extractors.py | |
parent | 2abf0815542dd44724b577752fb9339e76816057 (diff) | |
download | hypervideo-pre-4e4ba1d75f250240725c0012edbd88cc0a7ead4b.tar.lz hypervideo-pre-4e4ba1d75f250240725c0012edbd88cc0a7ead4b.tar.xz hypervideo-pre-4e4ba1d75f250240725c0012edbd88cc0a7ead4b.zip |
[redgifs] Add extractor (#1631)
Closes #1504
Authored by: chio0hai
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 2fb9515c0..dd9edff0e 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -1216,6 +1216,7 @@ from .redbulltv import ( RedBullIE, ) from .reddit import RedditIE +from .redgifs import RedGifsIE from .redtube import RedTubeIE from .regiotv import RegioTVIE from .rentv import ( |