We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba34f6 commit 986108aCopy full SHA for 986108a
1 file changed
plugins/soundcloud.py
@@ -5,7 +5,6 @@
5
from cloudbot.util import web, formatting, timeformat
6
7
SC_RE = re.compile(r'(.*:)//(www.)?(soundcloud.com|snd.sc)(.*)', re.I)
8
-SCGROUP_RE = re.compile(r'(.*:)//(www.)?(soundcloud.com/group)(.*)', re.I)
9
API_BASE = 'http://api.soundcloud.com/{}/'
10
11
0 commit comments