[brightcove] Fix _extract_url (closes #12782)
This commit is contained in:
parent
bf1b87cd91
commit
f631b55791
3 changed files with 4 additions and 4 deletions
|
@ -484,8 +484,8 @@ class BrightcoveNewIE(InfoExtractor):
|
|||
}]
|
||||
|
||||
@staticmethod
|
||||
def _extract_url(webpage):
|
||||
urls = BrightcoveNewIE._extract_urls(webpage)
|
||||
def _extract_url(ie, webpage):
|
||||
urls = BrightcoveNewIE._extract_urls(ie, webpage)
|
||||
return urls[0] if urls else None
|
||||
|
||||
@staticmethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue