mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 14:55:40 +02:00
Fix
This commit is contained in:
@@ -66,7 +66,7 @@ module.exports = class MayoClinicCommand extends Command {
|
||||
return {
|
||||
name: $('h1').first().text().trim(),
|
||||
url: location,
|
||||
description: $('p[class="caption"]').first().text().trim()
|
||||
description: $('p[class="caption"]').first().next().text().trim()
|
||||
};
|
||||
}
|
||||
return location;
|
||||
|
||||
Reference in New Issue
Block a user