Skip to content

Commit

Permalink
fix(ali213): missing link and id (#18199)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban authored Jan 23, 2025
1 parent 62a61e5 commit a1c8e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/ali213/news.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ export const handler = async (ctx: Context): Promise<Data> => {
.filter((_): _ is { url: string; type: string; content_html: string } => true);

return {
...item,
title,
description,
pubDate: timezone(parseDate($$('div.newstag_l').text().split(/\s/)[0]), +8),
author: item.author,
content: {
html: description,
text: $$('div#Content').html() ?? '',
Expand Down

0 comments on commit a1c8e9a

Please sign in to comment.