mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-21 12:49:53 +08:00
fix: youzan title (#3029)
This commit is contained in:
@@ -9,7 +9,7 @@ module.exports = async (ctx) => {
|
||||
|
||||
const shopresponse = await got.get(link);
|
||||
const $ = cheerio.load(shopresponse.data);
|
||||
const shopname = $('title').text();
|
||||
const shopname = $('meta[name="keywords"]').attr('content');
|
||||
|
||||
const response = await got({
|
||||
method: 'get',
|
||||
|
||||
Reference in New Issue
Block a user