aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-07-16 04:32:37 +0700
committerSergey M․ <dstftw@gmail.com>2017-07-16 04:32:37 +0700
commit3f59b0154a8b6dc85425edfbb3dfdc64f41a6ecb (patch)
treeebd774761b7230481c22d00b427b958c678a3e0f /youtube_dl/extractor/extractors.py
parent089b97cfee8553886d33cd52b7ede178cebd7034 (diff)
downloadyoutube-dl-3f59b0154a8b6dc85425edfbb3dfdc64f41a6ecb.tar.xz
[nexx:embed] Add extractor for iframe embeds
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 28f0d3f0d..e8a066b83 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -653,7 +653,10 @@ from .nextmedia import (
AppleDailyIE,
NextTVIE,
)
-from .nexx import NexxIE
+from .nexx import (
+ NexxIE,
+ NexxEmbedIE,
+)
from .nfb import NFBIE
from .nfl import NFLIE
from .nhk import NhkVodIE