mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[brightcove] Rename extractor to brightcove legacy
Old embedding approaches are now "Legacy Studio"
This commit is contained in:
		| @@ -3,7 +3,7 @@ from __future__ import unicode_literals | ||||
| import re | ||||
|  | ||||
| from .common import InfoExtractor | ||||
| from .brightcove import BrightcoveIE | ||||
| from .brightcove import BrightcoveLegacyIE | ||||
| from .discovery import DiscoveryIE | ||||
| from ..compat import compat_urlparse | ||||
|  | ||||
| @@ -66,6 +66,6 @@ class TlcDeIE(InfoExtractor): | ||||
|  | ||||
|         return { | ||||
|             '_type': 'url', | ||||
|             'url': BrightcoveIE._extract_brightcove_url(iframe), | ||||
|             'ie': BrightcoveIE.ie_key(), | ||||
|             'url': BrightcoveLegacyIE._extract_brightcove_url(iframe), | ||||
|             'ie': BrightcoveLegacyIE.ie_key(), | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․