[nexx:embed] Add extractor for iframe embeds
[youtube-dl] / youtube_dl / extractor / extractors.py
index 28f0d3f0df4648044cdd772e5eb451c11d359460..e8a066b837cc67e8a0b064c4856657d8aa2ea04a 100644 (file)
@@ -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