diff options
author | nixxo <c.nixxo@gmail.com> | 2020-10-26 22:03:03 +0100 |
---|---|---|
committer | nixxo <c.nixxo@gmail.com> | 2020-10-26 22:03:03 +0100 |
commit | d4ca28745909408218992233e1d2b83bf9479ea1 (patch) | |
tree | 59f77c1be3faa319576e0098b240e79d611f26ee | |
parent | a916af123c4d230d6da40cccf3dbeffa45b9d4a7 (diff) | |
download | hypervideo-pre-d4ca28745909408218992233e1d2b83bf9479ea1.tar.lz hypervideo-pre-d4ca28745909408218992233e1d2b83bf9479ea1.tar.xz hypervideo-pre-d4ca28745909408218992233e1d2b83bf9479ea1.zip |
[gedi] fixed class name
-rw-r--r-- | youtube_dlc/extractor/extractors.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |