[adobepass] add IE suffix to the extractor and remove duplicate constant
[youtube-dl] / youtube_dl / extractor / syfy.py
index 764287a64a26b07f0e936de634e96b47f6cada2e..cc81f60036794da7ba9f0f3f584e632aefb557ee 100644 (file)
@@ -1,13 +1,13 @@
 from __future__ import unicode_literals
 
-from .theplatform import ThePlatformIE
+from .adobepass import AdobePassIE
 from ..utils import (
     update_url_query,
     smuggle_url,
 )
 
 
-class SyfyIE(ThePlatformIE):
+class SyfyIE(AdobePassIE):
     _VALID_URL = r'https?://www\.syfy\.com/(?:[^/]+/)?videos/(?P<id>[^/?#]+)'
     _TESTS = [{
         'url': 'http://www.syfy.com/theinternetruinedmylife/videos/the-internet-ruined-my-life-season-1-trailer',