[indavideo] Split in two extractors, extract all formats and fix timestamp
This commit is contained in:
parent
cb28e03386
commit
3c12a027d4
2 changed files with 114 additions and 61 deletions
|
|
@ -242,7 +242,10 @@ from .imdb import (
|
|||
)
|
||||
from .imgur import ImgurIE
|
||||
from .ina import InaIE
|
||||
from .indavideo import IndavideoIE
|
||||
from .indavideo import (
|
||||
IndavideoIE,
|
||||
IndavideoEmbedIE,
|
||||
)
|
||||
from .infoq import InfoQIE
|
||||
from .instagram import InstagramIE, InstagramUserIE
|
||||
from .internetvideoarchive import InternetVideoArchiveIE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue