diff options
author | nixxo <c.nixxo@gmail.com> | 2020-11-09 09:16:37 +0100 |
---|---|---|
committer | nixxo <c.nixxo@gmail.com> | 2020-11-09 09:16:37 +0100 |
commit | 902784a2a9830f999a7d275b374952fc44bbbc02 (patch) | |
tree | bf3fec752ddfcd66bbca4dba28479206f7122003 /youtube_dlc/extractor/extractors.py | |
parent | 165ce9f7738820fc0b662774d120149229c31ec1 (diff) | |
download | hypervideo-pre-902784a2a9830f999a7d275b374952fc44bbbc02.tar.lz hypervideo-pre-902784a2a9830f999a7d275b374952fc44bbbc02.tar.xz hypervideo-pre-902784a2a9830f999a7d275b374952fc44bbbc02.zip |
[gedi] added huffingtonpost, added embeds
Diffstat (limited to 'youtube_dlc/extractor/extractors.py')
-rw-r--r-- | youtube_dlc/extractor/extractors.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/extractors.py b/youtube_dlc/extractor/extractors.py index bee90d74a..01f69c006 100644 --- a/youtube_dlc/extractor/extractors.py +++ b/youtube_dlc/extractor/extractors.py @@ -414,7 +414,10 @@ from .gamestar import GameStarIE from .gaskrank import GaskrankIE from .gazeta import GazetaIE from .gdcvault import GDCVaultIE -from .gedi import GediIE +from .gedi import ( + GediIE, + GediEmbedsIE, +) from .generic import GenericIE from .gfycat import GfycatIE from .giantbomb import GiantBombIE |