mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 18:48:12 +08:00
fix(route): github topic (#10700)
This commit is contained in:
@@ -13,7 +13,7 @@ module.exports = async (ctx) => {
|
||||
.map((_, item) => {
|
||||
item = $(item);
|
||||
|
||||
const title = $(item.find('h1 a').get(1)).attr('href').slice(1);
|
||||
const title = $(item.find('h3 a').get(1)).attr('href').slice(1);
|
||||
const author = title.split('/')[0];
|
||||
const description = item.find('div.border-bottom > div > p + div').text();
|
||||
const link = `https://github.com/${title}`;
|
||||
|
||||
Reference in New Issue
Block a user