mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-24 23:12:34 +08:00
fix: encode tag name in lofter request's form (#14494)
This commit is contained in:
@@ -23,7 +23,7 @@ module.exports = async (ctx) => {
|
||||
'c0-scriptName': 'TagBean',
|
||||
'c0-methodName': 'search',
|
||||
'c0-id': '0',
|
||||
'c0-param0': `string:${name}`,
|
||||
'c0-param0': `string:${encodeURI(name)}`,
|
||||
'c0-param1': 'number:0',
|
||||
'c0-param2': 'string:',
|
||||
'c0-param3': `string:${type}`,
|
||||
|
||||
Reference in New Issue
Block a user