[exfm] Add IE_* descriptions
authorPhilipp Hagemeister <phihag@phihag.de>
Sat, 20 Jul 2013 09:26:36 +0000 (11:26 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Sat, 20 Jul 2013 09:26:36 +0000 (11:26 +0200)
youtube_dl/extractor/exfm.py

index 81c620531469419090822f755c36ad6933aa2b6c..fe1582d1a60d6a906d90be4e5d4bae0334b1fe10 100644 (file)
@@ -5,6 +5,8 @@ from .common import InfoExtractor
 
 
 class ExfmIE(InfoExtractor):
+    IE_NAME = u'exfm'
+    IE_DESC = u'ex.fm'
     _VALID_URL = r'(?:http://)?(?:www\.)?ex\.fm/song/([^/]+)'
     _SOUNDCLOUD_URL_ = r'(?:http://)?(?:www\.)?api\.soundcloud.com/tracks/([^/]+)/stream'
     _TEST = {