From d4ca28745909408218992233e1d2b83bf9479ea1 Mon Sep 17 00:00:00 2001 From: nixxo Date: Mon, 26 Oct 2020 22:03:03 +0100 Subject: [PATCH] [gedi] fixed class name --- youtube_dlc/extractor/extractors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dlc/extractor/extractors.py b/youtube_dlc/extractor/extractors.py index 7474902ef..bee90d74a 100644 --- a/youtube_dlc/extractor/extractors.py +++ b/youtube_dlc/extractor/extractors.py @@ -414,7 +414,7 @@ from .gamestar import GameStarIE from .gaskrank import GaskrankIE from .gazeta import GazetaIE from .gdcvault import GDCVaultIE -from .gedi import GediDigitalIE +from .gedi import GediIE from .generic import GenericIE from .gfycat import GfycatIE from .giantbomb import GiantBombIE