mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Even better
This commit is contained in:
@@ -66,7 +66,7 @@ module.exports = class MayoClinicCommand extends Command {
|
||||
return {
|
||||
name: $('h1').first().text().trim(),
|
||||
url: location,
|
||||
description: header.next('p').text()
|
||||
description: $('p').first().text().trim()
|
||||
};
|
||||
}
|
||||
return location;
|
||||
|
||||
Reference in New Issue
Block a user