Parcourir la source

[exfm] Add IE_* descriptions

Philipp Hagemeister il y a 12 ans
Parent
commit
0382435990
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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):
+    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 = {