Added HotNewHipHop IE
This commit is contained in:
parent
e38af9e00c
commit
5b66de8859
2 changed files with 41 additions and 0 deletions
|
@ -18,6 +18,7 @@ from .gametrailers import GametrailersIE
|
|||
from .generic import GenericIE
|
||||
from .googleplus import GooglePlusIE
|
||||
from .googlesearch import GoogleSearchIE
|
||||
from .hotnewhiphop import HotNewHipHopIE
|
||||
from .howcast import HowcastIE
|
||||
from .hypem import HypemIE
|
||||
from .ina import InaIE
|
||||
|
@ -136,6 +137,7 @@ def gen_extractors():
|
|||
TudouIE(),
|
||||
CSpanIE(),
|
||||
WimpIE(),
|
||||
HotNewHipHopIE(),
|
||||
GenericIE()
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue