Add an extractor for Internet Movie Database trailers (closes #1832)

This commit is contained in:
Jaime Marquínez Ferrándiz
2013-11-28 13:32:49 +01:00
parent 2be54167d0
commit d8d6148628
2 changed files with 60 additions and 0 deletions

View File

@ -71,6 +71,7 @@ from .hotnewhiphop import HotNewHipHopIE
from .howcast import HowcastIE
from .hypem import HypemIE
from .ign import IGNIE, OneUPIE
from .imdb import ImdbIE
from .ina import InaIE
from .infoq import InfoQIE
from .instagram import InstagramIE