|
@ -389,6 +389,11 @@ class BrightcoveNewIE(InfoExtractor): |
|
|
} |
|
|
} |
|
|
}] |
|
|
}] |
|
|
|
|
|
|
|
|
|
|
|
@staticmethod |
|
|
|
|
|
def _extract_url(webpage): |
|
|
|
|
|
urls = BrightcoveNewIE._extract_urls(webpage) |
|
|
|
|
|
return urls[0] if urls else None |
|
|
|
|
|
|
|
|
@staticmethod |
|
|
@staticmethod |
|
|
def _extract_urls(webpage): |
|
|
def _extract_urls(webpage): |
|
|
# Reference: |
|
|
# Reference: |
|
|