diff options
author | Tom-Oliver Heidel <github@tom-oliver.eu> | 2020-11-30 04:07:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-30 04:07:22 +0100 |
commit | e8d46fc979eb17856a10dd91024c7cee7ae3a397 (patch) | |
tree | 3d32dc25a663f4e61fc28860acda67c7a425cb7a /youtube_dlc/extractor/extractors.py | |
parent | 929576bb9e4aa31f0516f1437d2ae762afdd9f2c (diff) | |
parent | b662fc8d2033c615ffbdd3b51123b446c03255e8 (diff) | |
download | hypervideo-pre-e8d46fc979eb17856a10dd91024c7cee7ae3a397.tar.lz hypervideo-pre-e8d46fc979eb17856a10dd91024c7cee7ae3a397.tar.xz hypervideo-pre-e8d46fc979eb17856a10dd91024c7cee7ae3a397.zip |
Merge pull request #143 from nixxo/gedi
[Gedi] Add new extractor
Diffstat (limited to 'youtube_dlc/extractor/extractors.py')
-rw-r--r-- | youtube_dlc/extractor/extractors.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dlc/extractor/extractors.py b/youtube_dlc/extractor/extractors.py index b7ebc6951..f5894504e 100644 --- a/youtube_dlc/extractor/extractors.py +++ b/youtube_dlc/extractor/extractors.py @@ -420,6 +420,10 @@ from .gamestar import GameStarIE from .gaskrank import GaskrankIE from .gazeta import GazetaIE from .gdcvault import GDCVaultIE +from .gedi import ( + GediIE, + GediEmbedsIE, +) from .generic import GenericIE from .gfycat import GfycatIE from .giantbomb import GiantBombIE |