2
0
mirror of https://gitea.eponym.info/Mirrors/youtube-dl synced 2025-08-31 16:31:40 +00:00

[indavideo] Add support for generic embeds (closes #11989)

This commit is contained in:
Sergey M․
2018-05-26 01:25:40 +07:00
parent 2a7c6befc1
commit aee36ca832
3 changed files with 41 additions and 58 deletions

View File

@@ -469,10 +469,7 @@ from .imgur import (
)
from .ina import InaIE
from .inc import IncIE
from .indavideo import (
IndavideoIE,
IndavideoEmbedIE,
)
from .indavideo import IndavideoEmbedIE
from .infoq import InfoQIE
from .instagram import InstagramIE, InstagramUserIE
from .internazionale import InternazionaleIE