[adobepass] add IE suffix to the extractor and remove duplicate constant
[youtube-dl] / youtube_dl / extractor / adobepass.py
index cf3a15cbb1b1d997fdc9f33e48de7561c5b06856..2c9f8817b3f703f098f0a31189fd8ce8b2d44042 100644 (file)
@@ -13,7 +13,7 @@ from ..utils import (
 )
 
 
-class AdobePass(InfoExtractor):
+class AdobePassIE(InfoExtractor):
     _SERVICE_PROVIDER_TEMPLATE = 'https://sp.auth.adobe.com/adobe-services/%s'
     _USER_AGENT = 'Mozilla/5.0 (X11; Linux i686; rv:47.0) Gecko/20100101 Firefox/47.0'