[brightcove] Validate ambiguous embeds' URLs (closes #9163, closes #12005, closes #12178, closes #12480)
This commit is contained in:
parent
40158f55c9
commit
0254f93b08
2 changed files with 33 additions and 24 deletions
|
@ -1967,7 +1967,7 @@ class GenericIE(InfoExtractor):
|
|||
}
|
||||
|
||||
# Look for Brightcove New Studio embeds
|
||||
bc_urls = BrightcoveNewIE._extract_urls(webpage)
|
||||
bc_urls = BrightcoveNewIE._extract_urls(self, webpage)
|
||||
if bc_urls:
|
||||
return self.playlist_from_matches(bc_urls, video_id, video_title, ie='BrightcoveNew')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue