fix(route): add swissinfo guid (#8804)
This commit is contained in:
parent
805338babd
commit
81e1230783
|
|
@ -58,6 +58,7 @@ module.exports = async (ctx) => {
|
|||
|
||||
item.description = content('.si-detail__content').html();
|
||||
item.author = content('meta[name="author"]').attr('content');
|
||||
item.guid = detailResponse.data.match(/content_id: "(.*)",/)[1];
|
||||
|
||||
return item;
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue