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