]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/__init__.py
[generic] Add support for xhamster embeds
[youtube-dl.git] / youtube_dl / extractor / __init__.py
index bd3c3193f6d0d0e0bccb0cc44e661b57de7e6783..dc1a302e69c13f00d67230b2920ce50106ea2629 100644 (file)
@@ -701,7 +701,10 @@ from .wrzuta import WrzutaIE
 from .wsj import WSJIE
 from .xbef import XBefIE
 from .xboxclips import XboxClipsIE
-from .xhamster import XHamsterIE
+from .xhamster import (
+    XHamsterIE,
+    XHamsterEmbedIE,
+)
 from .xminus import XMinusIE
 from .xnxx import XNXXIE
 from .xstream import XstreamIE