diff --git a/.aider.chat.history.md b/.aider.chat.history.md index aae64d7..e7df2c0 100644 --- a/.aider.chat.history.md +++ b/.aider.chat.history.md @@ -10431,3 +10431,6 @@ Or should we proceed with the current settings? The 2-second delay is conservati > bun run scrape-blog.ts && bun run generate-epub.ts > Run shell command? (Y)es/(N)o/(D)on't ask again [Yes]: n > You can use /undo to undo and discard each aider commit. + +#### Ok I did run the thing but it only scraped 5 posts. Maybe we need to include a system that captures links from inside the blog and adds them to a list (with deduplication) so we can scrape the whole blog? +> Initial repo scan can be slow in larger repos, but only happens once. diff --git a/.aider.input.history b/.aider.input.history index dfb9e68..042ea27 100644 --- a/.aider.input.history +++ b/.aider.input.history @@ -4619,3 +4619,6 @@ # 2025-04-01 15:18:53.227861 +n + +# 2025-04-01 15:23:51.138962 ++Ok I did run the thing but it only scraped 5 posts. Maybe we need to include a system that captures links from inside the blog and adds them to a list (with deduplication) so we can scrape the whole blog? diff --git a/.gitignore b/.gitignore index 9076075..d1326b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .aider* node_modules +node_modules/* diff --git a/cronicas-periodisticas.epub b/cronicas-periodisticas.epub index 6272d5a..5eed98c 100644 Binary files a/cronicas-periodisticas.epub and b/cronicas-periodisticas.epub differ