1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-08 18:45:17 +00:00

[gedi] added huffingtonpost, added embeds

This commit is contained in:
nixxo
2020-11-09 09:16:37 +01:00
parent 165ce9f773
commit 902784a2a9
3 changed files with 100 additions and 1 deletions

View File

@@ -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