aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/_extractors.py
diff options
context:
space:
mode:
authorMatthew <coletdjnz@protonmail.com>2022-10-09 18:55:26 +1300
committerGitHub <noreply@github.com>2022-10-09 05:55:26 +0000
commit4c9a1a3ba56c2906f9ef8d768de7f8e5a2361144 (patch)
tree257a60ee52b2a803875118fdbd2ca8288a5a5585 /yt_dlp/extractor/_extractors.py
parent1d55ebabc93b8e422a0126fc307f2a8e50fa5a97 (diff)
downloadhypervideo-pre-4c9a1a3ba56c2906f9ef8d768de7f8e5a2361144.tar.lz
hypervideo-pre-4c9a1a3ba56c2906f9ef8d768de7f8e5a2361144.tar.xz
hypervideo-pre-4c9a1a3ba56c2906f9ef8d768de7f8e5a2361144.zip
[extractor/wordpress:mb.miniAudioPlayer] Add embed extractor (#5087)
Closes https://github.com/yt-dlp/yt-dlp/issues/4994 Authored by: coletdjnz
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r--yt_dlp/extractor/_extractors.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py
index 75cb3fcab..e5be35716 100644
--- a/yt_dlp/extractor/_extractors.py
+++ b/yt_dlp/extractor/_extractors.py
@@ -2165,7 +2165,10 @@ from .wistia import (
WistiaPlaylistIE,
WistiaChannelIE,
)
-from .wordpress import WordpressPlaylistEmbedIE
+from .wordpress import (
+ WordpressPlaylistEmbedIE,
+ WordpressMiniAudioPlayerEmbedIE,
+)
from .worldstarhiphop import WorldStarHipHopIE
from .wppilot import (
WPPilotIE,