diff --git a/headphones/searcher.py b/headphones/searcher.py index 30d5e8db..970e0ec2 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -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))