Browse Source

[exfm] Add IE_* descriptions

rtmp_test
Philipp Hagemeister 11 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 View 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 = {


Loading…
Cancel
Save