mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-13 16:49:31 +08:00
chore(deps-dev): bump prettier from 1.19.1 to 2.0.2
This commit is contained in:
@@ -15,15 +15,9 @@ module.exports = async (ctx) => {
|
||||
|
||||
return {
|
||||
title: $link.text(),
|
||||
description: elem
|
||||
.find('dd')
|
||||
.eq(0)
|
||||
.text(),
|
||||
description: elem.find('dd').eq(0).text(),
|
||||
link: $link.attr('href'),
|
||||
author: elem
|
||||
.find('.small a')
|
||||
.eq(0)
|
||||
.text(),
|
||||
author: elem.find('.small a').eq(0).text(),
|
||||
};
|
||||
})
|
||||
.get();
|
||||
|
||||
Reference in New Issue
Block a user