Merge pull request #2041 from dstftw/imdb-list
[imdb] Add support for IMDb list (#2033)
This commit is contained in:
commit
4fb757d1e0
3 changed files with 44 additions and 2 deletions
|
@ -80,7 +80,10 @@ from .hotnewhiphop import HotNewHipHopIE
|
|||
from .howcast import HowcastIE
|
||||
from .hypem import HypemIE
|
||||
from .ign import IGNIE, OneUPIE
|
||||
from .imdb import ImdbIE
|
||||
from .imdb import (
|
||||
ImdbIE,
|
||||
ImdbListIE
|
||||
)
|
||||
from .ina import InaIE
|
||||
from .infoq import InfoQIE
|
||||
from .instagram import InstagramIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue