mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-22 04:49:29 +01:00
Bug fix: Dropping exclamation points in searches
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user