aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/vevo.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/vevo.py')
-rw-r--r--yt_dlp/extractor/vevo.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/vevo.py b/yt_dlp/extractor/vevo.py
index 825089f47..a146be048 100644
--- a/yt_dlp/extractor/vevo.py
+++ b/yt_dlp/extractor/vevo.py
@@ -36,6 +36,7 @@ class VevoIE(VevoBaseIE):
https?://tv\.vevo\.com/watch/artist/(?:[^/]+)/|
vevo:)
(?P<id>[^&?#]+)'''
+ _EMBED_REGEX = [r'<iframe[^>]+?src=(["\'])(?P<url>(?:https?:)?//(?:cache\.)?vevo\.com/.+?)\1']
_TESTS = [{
'url': 'http://www.vevo.com/watch/hurts/somebody-to-die-for/GB1101300280',