aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2017-08-19 22:27:53 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2017-08-19 22:28:13 +0800
commit09747ba7663a9c6f89530c7ffbd95cb4776db6bf (patch)
tree5b96daa4de35f666b52bdb7407bebf290e026393 /youtube_dl/extractor/extractors.py
parentf8f18f332f235bcfa2f8fc161887e0eef283fec0 (diff)
downloadyoutube-dl-09747ba7663a9c6f89530c7ffbd95cb4776db6bf.tar.xz
[liveleak] Support another liveleak embedding pattern (closes #13336)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index bda6826f1..17048fd6e 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -537,7 +537,10 @@ from .limelight import (
LimelightChannelListIE,
)
from .litv import LiTVIE
-from .liveleak import LiveLeakIE
+from .liveleak import (
+ LiveLeakIE,
+ LiveLeakEmbedIE,
+)
from .livestream import (
LivestreamIE,
LivestreamOriginalIE,