]> jfr.im git - yt-dlp.git/blob - yt_dlp/extractor/sharevideos.py
[ie/orf:on] Improve extraction (#9677)
[yt-dlp.git] / yt_dlp / extractor / sharevideos.py
1 from .common import InfoExtractor
2
3
4 class 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']