aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/_extractors.py
diff options
context:
space:
mode:
authorcoletdjnz <coletdjnz@protonmail.com>2022-09-28 06:37:12 +0000
committerGitHub <noreply@github.com>2022-09-28 06:37:12 +0000
commitc9eba8075f000fdfab81b3ca11a8816d5835abf7 (patch)
treee8acbe881825133278f7c90a9c830aeabc54dda1 /yt_dlp/extractor/_extractors.py
parent9d69c4e4b44077cf9138b0d2c4af7ce199492737 (diff)
downloadhypervideo-pre-c9eba8075f000fdfab81b3ca11a8816d5835abf7.tar.lz
hypervideo-pre-c9eba8075f000fdfab81b3ca11a8816d5835abf7.tar.xz
hypervideo-pre-c9eba8075f000fdfab81b3ca11a8816d5835abf7.zip
[extractor/wordpress:playlist] Add generic embed extractor (#5012)
Fixes https://github.com/yt-dlp/yt-dlp/issues/4955 Authored by: coletdjnz
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r--yt_dlp/extractor/_extractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py
index 2321ed2ab..fa33866df 100644
--- a/yt_dlp/extractor/_extractors.py
+++ b/yt_dlp/extractor/_extractors.py
@@ -2146,6 +2146,7 @@ from .wistia import (
WistiaPlaylistIE,
WistiaChannelIE,
)
+from .wordpress import WordpressPlaylistEmbedIE
from .worldstarhiphop import WorldStarHipHopIE
from .wppilot import (
WPPilotIE,