]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - youtube_dl/extractor/yahoo.py
New upstream version 2017.05.18.1
[youtubedl] / youtube_dl / extractor / yahoo.py
index 4951414e91ffbc34dc83629403c8b64ffb5e5682..38f82bf447128d42643afa865c41efc7db9014cd 100644 (file)
@@ -258,7 +258,7 @@ class YahooIE(InfoExtractor):
             return self.url_result(bc_url, BrightcoveLegacyIE.ie_key())
 
         # Look for Brightcove New Studio embeds
-        bc_url = BrightcoveNewIE._extract_url(webpage)
+        bc_url = BrightcoveNewIE._extract_url(self, webpage)
         if bc_url:
             return self.url_result(bc_url, BrightcoveNewIE.ie_key())