all
This commit is contained in:
parent
5dc0fd8e32
commit
89258d1c91
@ -7,7 +7,7 @@ export async function onRequest(context) {
|
|||||||
|
|
||||||
// Parse the RSS feed
|
// Parse the RSS feed
|
||||||
let rss_data = await rss_feed.text();
|
let rss_data = await rss_feed.text();
|
||||||
let items = rss_data.match(RSS_ITEM_PATTERN);
|
let items = rss_data.matchAll(RSS_ITEM_PATTERN);
|
||||||
|
|
||||||
// Generate the outbox content
|
// Generate the outbox content
|
||||||
return new Response(
|
return new Response(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user