Bug fix: Dropping exclamation points in searches

This commit is contained in:
Remy
2011-07-30 19:21:11 -07:00
parent abaf445562
commit 1a2fb5c36d

View File

@@ -26,7 +26,7 @@ def searchNZB(albumid=None, new=False):
except TypeError:
year = ''
dic = {'...':'', ' & ':' ', ' = ': ' ', '?':'', '!':'', ' + ':' ', '"':'', ',':''}
dic = {'...':'', ' & ':' ', ' = ': ' ', '?':'', '$':'s', ' + ':' ', '"':'', ',':''}
cleanartistalbum = helpers.latinToAscii(helpers.replace_all(albums[0]+' '+albums[1], dic))