This commit is contained in:
Dragon Fire
2021-03-11 19:15:52 -05:00
parent b1aa1c1b8d
commit 128c82d217
+1 -1
View File
@@ -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'));
}
}
});