From 3234d39282277428e35432218fc009cbe42e52aa Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sat, 9 Dec 2023 12:07:53 +0100 Subject: [PATCH] Remove html from summary --- index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.ts b/index.ts index 513c7a2..9999e10 100644 --- a/index.ts +++ b/index.ts @@ -30,9 +30,8 @@ app.use(async (ctx) => { .split(" ") .toString(); parsed_data.rss.channel[0]["itunes:summary"][0] = - ""; + parsed_data.rss.channel[0]["itunes:subtitle"][0] = trim( parsed_data.rss.channel[0]["itunes:subtitle"][0], 255