Accept http and https soundcloud urls
This commit is contained in:
parent
50bf76d795
commit
dc0babe599
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import Utils
|
|||
|
||||
URL_SOUNDCLOUD_TRACK = "http://api.soundcloud.com/tracks"
|
||||
URL_SOUNDCLOUD_RESOLVE = "http://api.soundcloud.com/resolve"
|
||||
REGEX_SOUNDCLOUD = "https://soundcloud.com/([^/]+)/([^/]+)"
|
||||
REGEX_SOUNDCLOUD = "https?://soundcloud.com/([^/]+)/([^/]+)"
|
||||
|
||||
class Module(object):
|
||||
_name = "SoundCloud"
|
||||
|
|
Loading…
Reference in a new issue