diff --git a/headphones/searcher.py b/headphones/searcher.py index 35a3e565..b8c16f36 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -114,7 +114,7 @@ def searchNZB(albumid=None, new=False, losslessOnly=False): except TypeError: year = '' - dic = {'...':'', ' & ':' ', ' = ': ' ', '?':'', '$':'s', ' + ':' ', '"':'', ',':'', '*':''} + dic = {'...':'', ' & ':' ', ' = ': ' ', '?':'', '$':'s', ' + ':' ', '"':'', ',':'', '*':'', '.':'', ':':''} cleanalbum = helpers.latinToAscii(helpers.replace_all(albums[1], dic)) cleanartist = helpers.latinToAscii(helpers.replace_all(albums[0], dic))