Accept http and https soundcloud urls

This commit is contained in:
jesopo 2018-07-02 14:34:46 +01:00
parent 50bf76d795
commit dc0babe599

View file

@ -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"