mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[brightcove:new] Add _extract_url
This commit is contained in:
		| @@ -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 | ||||
|     def _extract_urls(webpage): | ||||
|         # Reference: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․