forked from 0x2620/pandora
decode sort title
This commit is contained in:
parent
30f025f13f
commit
008ba18d5d
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ def sort_title(title):
|
|||
title = title.replace(u'Æ', 'Ae')
|
||||
if isinstance(title, bytes):
|
||||
title = title.decode('utf-8')
|
||||
title = ox.decode_html(title)
|
||||
title = sort_string(title)
|
||||
|
||||
#title
|
||||
|
|
Loading…
Reference in a new issue