Plugin cleanup and tweaks
This commit is contained in:
6
plugins/youtube_download/yt_dlp/extractor/sharevideos.py
Normal file
6
plugins/youtube_download/yt_dlp/extractor/sharevideos.py
Normal file
@@ -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']
|
Reference in New Issue
Block a user