aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/soundcloud.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/soundcloud.py b/modules/soundcloud.py
index aa35b019..97125255 100644
--- a/modules/soundcloud.py
+++ b/modules/soundcloud.py
@@ -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"