1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-03 15:47:07 -05:00

[extractors] Add hrti:playlist import

This commit is contained in:
Sergey M․
2016-07-03 02:25:39 +07:00
parent c3a5dd3b5d
commit 9b724d7277

View File

@@ -326,7 +326,10 @@ from .hotnewhiphop import HotNewHipHopIE
from .hotstar import HotStarIE
from .howcast import HowcastIE
from .howstuffworks import HowStuffWorksIE
from .hrti import HRTiIE
from .hrti import (
HRTiIE,
HRTiPlaylistIE,
)
from .huffpost import HuffPostIE
from .hypem import HypemIE
from .iconosquare import IconosquareIE