Browse Source

[exfm] Add IE_* descriptions

Philipp Hagemeister 12 years ago
parent
commit
0382435990
1 changed files with 2 additions and 0 deletions
  1. 2 0
      youtube_dl/extractor/exfm.py

+ 2 - 0
youtube_dl/extractor/exfm.py

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