aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/extractor/extractors.py
diff options
context:
space:
mode:
authornixxo <c.nixxo@gmail.com>2020-11-09 09:16:37 +0100
committernixxo <c.nixxo@gmail.com>2020-11-09 09:16:37 +0100
commit902784a2a9830f999a7d275b374952fc44bbbc02 (patch)
treebf3fec752ddfcd66bbca4dba28479206f7122003 /youtube_dlc/extractor/extractors.py
parent165ce9f7738820fc0b662774d120149229c31ec1 (diff)
downloadhypervideo-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.py5
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