[indavideo] Split in two extractors, extract all formats and fix timestamp

This commit is contained in:
Sergey M․
2015-08-13 23:25:47 +06:00
parent cb28e03386
commit 3c12a027d4
2 changed files with 118 additions and 65 deletions

View File

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