1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-19 23:55:39 +07:00

Added HotNewHipHop IE

This commit is contained in:
Johny Mo Swag
2013-06-26 18:38:48 -07:00
parent e38af9e00c
commit 5b66de8859
2 changed files with 41 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
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()
]