projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b390d85
)
[exfm] Add IE_* descriptions
author
Philipp Hagemeister
<phihag@phihag.de>
Sat, 20 Jul 2013 09:26:36 +0000
(11:26 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sat, 20 Jul 2013 09:26:36 +0000
(11:26 +0200)
youtube_dl/extractor/exfm.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/exfm.py
b/youtube_dl/extractor/exfm.py
index 81c620531469419090822f755c36ad6933aa2b6c..fe1582d1a60d6a906d90be4e5d4bae0334b1fe10 100644
(file)
--- a/
youtube_dl/extractor/exfm.py
+++ b/
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 = {