]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/exfm.py
Use a dictionary for storing the subtitles
[youtube-dl.git] / youtube_dl / extractor / exfm.py
index 0a80638d3751d7e9749a9b68568e6a6e7e47d2ee..fe1582d1a60d6a906d90be4e5d4bae0334b1fe10 100644 (file)
@@ -1,11 +1,12 @@
 import re
 import json
-import time
 
 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 = {