youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 9b724d7277716fc6f0a0cdc5cdc857ac0ea2642b
parent c3a5dd3b5d636935dea53ee23cc8a7da9a175f0e
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun,  3 Jul 2016 02:25:39 +0700

[extractors] Add hrti:playlist import

Diffstat:
Myoutube_dl/extractor/extractors.py | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py @@ -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