mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 13:54:22 -07:00
[indavideo] Split in two extractors, extract all formats and fix timestamp
This commit is contained in:
parent
cb28e03386
commit
3c12a027d4
2 changed files with 118 additions and 65 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