aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-05-10 01:03:26 +0600
committerSergey M․ <dstftw@gmail.com>2015-05-10 01:03:26 +0600
commit754270313a2b337eda98fa95232bd1064e294173 (patch)
tree132876c4bbbda4f8ca68a0f12d0c0af5125193db /youtube_dl/extractor/__init__.py
parent057ebeaca3da40b901b2592e2302a0d4bbab48e3 (diff)
downloadyoutube-dl-754270313a2b337eda98fa95232bd1064e294173.tar.xz
[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__.py5
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,