aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/sharevideos.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/sharevideos.py')
-rw-r--r--hypervideo_dl/extractor/sharevideos.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/hypervideo_dl/extractor/sharevideos.py b/hypervideo_dl/extractor/sharevideos.py
new file mode 100644
index 0000000..3132c7a
--- /dev/null
+++ b/hypervideo_dl/extractor/sharevideos.py
@@ -0,0 +1,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']