[vimeo] fix vimeo pro embed extraction(closes #29126)

merge-requests/5/head
Remita Amine 2021-05-31 23:28:17 +02:00 committed by Lauren Liberda
parent a9f7bf158b
commit 177f5c64de
1 changed files with 1 additions and 1 deletions

View File

@ -644,7 +644,7 @@ class VimeoIE(VimeoBaseInfoExtractor):
expected=True)
raise
if '://player.vimeo.com/video/' in url:
if '//player.vimeo.com/video/' in url:
config = self._parse_json(self._search_regex(
r'\bconfig\s*=\s*({.+?})\s*;', webpage, 'info section'), video_id)
if config.get('view') == 4: