aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/sharevideos.py
blob: 3132c7a82b16de95d3470bfb0b3757c67614d759 (plain)
1
2
3
4
5
6
from .common import InfoExtractor


class ShareVideosEmbedIE(InfoExtractor):
    _VALID_URL = False
    _EMBED_REGEX = [r'<iframe[^>]+?\bsrc\s*=\s*(["\'])(?P<url>(?:https?:)?//embed\.share-videos\.se/auto/embed/\d+\?.*?\buid=\d+.*?)\1']