Remove html from summary
This commit is contained in:
parent
fbf66d9a19
commit
3234d39282
3
index.ts
3
index.ts
|
@ -30,9 +30,8 @@ app.use(async (ctx) => {
|
|||
.split(" ")
|
||||
.toString();
|
||||
parsed_data.rss.channel[0]["itunes:summary"][0] =
|
||||
"<![CDATA[" +
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user