mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[adobepass] add IE suffix to the extractor and remove duplicate constant
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| # coding: utf-8 | ||||
| from __future__ import unicode_literals | ||||
|  | ||||
| from .adobepass import AdobePass | ||||
| from .adobepass import AdobePassIE | ||||
| from ..utils import ( | ||||
|     update_url_query, | ||||
|     extract_attributes, | ||||
| @@ -10,7 +10,7 @@ from ..utils import ( | ||||
| ) | ||||
|  | ||||
|  | ||||
| class FXNetworksIE(AdobePass): | ||||
| class FXNetworksIE(AdobePassIE): | ||||
|     _VALID_URL = r'https?://(?:www\.)?fxnetworks\.com/video/(?P<id>\d+)' | ||||
|     _TEST = { | ||||
|         'url': 'http://www.fxnetworks.com/video/719841347694', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Remita Amine
					Remita Amine