1
0
Fork 0
mirror of synced 2024-05-19 20:12:30 +12:00

Remove replacing of slashes

This commit is contained in:
Phxntxm 2017-05-13 17:16:27 -05:00
parent 29680724b0
commit dd9b3a4f1b

View file

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