From 5afdda6115206e0d82839de5ff26b2da43217227 Mon Sep 17 00:00:00 2001 From: "brobert (aider)" Date: Tue, 1 Apr 2025 16:32:27 +0200 Subject: [PATCH] fix: make post URL regex match with or without trailing slash --- scrape-blog.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scrape-blog.ts b/scrape-blog.ts index 3bd713c..8df3573 100644 --- a/scrape-blog.ts +++ b/scrape-blog.ts @@ -69,9 +69,9 @@ async function discoverAllPostUrls(baseUrl: string, maxDepth = 3): Promise