diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-05-10 01:03:26 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-05-10 01:03:26 +0600 |
commit | 754270313a2b337eda98fa95232bd1064e294173 (patch) | |
tree | 132876c4bbbda4f8ca68a0f12d0c0af5125193db /youtube_dl/extractor/__init__.py | |
parent | 057ebeaca3da40b901b2592e2302a0d4bbab48e3 (diff) |
[life:embed] Move to separated extractor and extract m3u8 formats
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 0a18dba5c..f117578a2 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -258,7 +258,10 @@ from .letv import ( LetvPlaylistIE ) from .libsyn import LibsynIE -from .lifenews import LifeNewsIE +from .lifenews import ( + LifeNewsIE, + LifeEmbedIE, +) from .liveleak import LiveLeakIE from .livestream import ( LivestreamIE, |