This commit is contained in:
Simon 2025-05-05 22:57:55 +02:00
parent bc1cea780a
commit 59ffb2e511

View File

@ -1,7 +1,7 @@
import { DOMParser } from "jsr:@b-fuze/deno-dom"; import { DOMParser } from "jsr:@b-fuze/deno-dom";
const ARTICLES_ID_MIN = 87; const ARTICLES_ID_MIN = 1;
const ARTICLES_ID_MAX = 88; const ARTICLES_ID_MAX = 94;
const downloadDate = new Date(); const downloadDate = new Date();