From dd9b3a4f1b1ca6d7a6658b8db1cc4e62e83bf93e Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Sat, 13 May 2017 17:16:27 -0500 Subject: [PATCH] Remove replacing of slashes --- cogs/music.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cogs/music.py b/cogs/music.py index b8379af..27772bf 100644 --- a/cogs/music.py +++ b/cogs/music.py @@ -344,7 +344,6 @@ class Music: return song = re.sub('[<>\[\]]', '', song) - song = re.sub('[\\\/]', '', song) if len (song) == 11: # Youtube-dl will attempt to things with the length of 11 as a video ID # If this is a search, this causes it to break