mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 08:19:08 +02:00
Fix
This commit is contained in:
@@ -65,7 +65,7 @@ module.exports = class GoogleCommand extends Command {
|
||||
const href = $(h3).parent().attr('href');
|
||||
if (href) {
|
||||
const params = new URLSearchParams(href);
|
||||
links.push(params.url);
|
||||
links.push(params.get('url'));
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user