]> jfr.im git - yt-dlp.git/blame - yt_dlp/extractor/sharevideos.py
[ie/youtube] Suppress "Unavailable videos are hidden" warning (#10159)
[yt-dlp.git] / yt_dlp / extractor / sharevideos.py
CommitLineData
bfd973ec 1from .common import InfoExtractor
2
3
4class ShareVideosEmbedIE(InfoExtractor):
5 _VALID_URL = False
6 _EMBED_REGEX = [r'<iframe[^>]+?\bsrc\s*=\s*(["\'])(?P<url>(?:https?:)?//embed\.share-videos\.se/auto/embed/\d+\?.*?\buid=\d+.*?)\1']