From 20f3e9400788447c04a9fbe4bbfe77b130fba7d1 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Fri, 6 Sep 2024 09:26:46 +0200 Subject: [PATCH] add todo --- epub.php | 1 + 1 file changed, 1 insertion(+) diff --git a/epub.php b/epub.php index 831ecb2..9464153 100644 --- a/epub.php +++ b/epub.php @@ -36,6 +36,7 @@ { return; } + // todo filter on "A la une" ? in rss item dc:subject contains "A la Une" $article = file_get_contents($url, false, $context); $doc = new DOMDocument();