mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-06-10 07:26:47 +00:00
make search string more readable
This commit is contained in:
@@ -37,7 +37,7 @@ def ctx(search='', order='create_date', subtitle=0, sort='desc'):
|
||||
res = requests.get(top_url).json()
|
||||
|
||||
return {
|
||||
'title': f'ASMR - {unquote(search)}',
|
||||
'title': f'ASMR{"-" + unquote(search) if search != "" else ""}',
|
||||
'link': top_url,
|
||||
'description': 'ASMR Search Subscription',
|
||||
'author': 'Bamboo_King',
|
||||
|
||||
Reference in New Issue
Block a user