[extractor/wordpress:playlist] Add generic embed extractor (#5012)

Fixes https://github.com/yt-dlp/yt-dlp/issues/4955

Authored by: coletdjnz
This commit is contained in:
coletdjnz 2022-09-28 06:37:12 +00:00 committed by GitHub
parent 9d69c4e4b4
commit c9eba8075f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 70 additions and 0 deletions

View file

@ -2146,6 +2146,7 @@ from .wistia import (
WistiaPlaylistIE,
WistiaChannelIE,
)
from .wordpress import WordpressPlaylistEmbedIE
from .worldstarhiphop import WorldStarHipHopIE
from .wppilot import (
WPPilotIE,