mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[ae] Rename to aenetworks and clarify extractor name and description
This commit is contained in:
		| @@ -15,7 +15,7 @@ from .adobetv import ( | |||||||
|     AdobeTVVideoIE, |     AdobeTVVideoIE, | ||||||
| ) | ) | ||||||
| from .adultswim import AdultSwimIE | from .adultswim import AdultSwimIE | ||||||
| from .ae import AEIE | from .aenetworks import AENetworksIE | ||||||
| from .aftonbladet import AftonbladetIE | from .aftonbladet import AftonbladetIE | ||||||
| from .airmozilla import AirMozillaIE | from .airmozilla import AirMozillaIE | ||||||
| from .aljazeera import AlJazeeraIE | from .aljazeera import AlJazeeraIE | ||||||
|   | |||||||
| @@ -4,7 +4,9 @@ from .common import InfoExtractor | |||||||
| from ..utils import smuggle_url | from ..utils import smuggle_url | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| class AEIE(InfoExtractor): | class AENetworksIE(InfoExtractor): | ||||||
|  |     IE_NAME = 'aenetworks' | ||||||
|  |     IE_DESC = 'A+E Networks: A&E, Lifetime, History.com, FYI Network' | ||||||
|     _VALID_URL = r'https?://(?:www\.)?(?:(?:history|aetv|mylifetime)\.com|fyi\.tv)/(?:[^/]+/)+(?P<id>[^/]+?)(?:$|[?#])' |     _VALID_URL = r'https?://(?:www\.)?(?:(?:history|aetv|mylifetime)\.com|fyi\.tv)/(?:[^/]+/)+(?P<id>[^/]+?)(?:$|[?#])' | ||||||
| 
 | 
 | ||||||
|     _TESTS = [{ |     _TESTS = [{ | ||||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․