From 79b18f3648ae89bd65d89639b8e65b7b0c376563 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Wed, 5 Jun 2024 12:14:44 +0200 Subject: [PATCH] add comment --- epub.php | 1 + 1 file changed, 1 insertion(+) diff --git a/epub.php b/epub.php index 9486039..69fafaa 100644 --- a/epub.php +++ b/epub.php @@ -298,6 +298,7 @@ write_epub($epub); } + // New York Times today's paper if (isset($_POST['nyttoday']) && $_POST['nyttoday']) { $todaypage = file_get_contents("https://www.nytimes.com/section/todayspaper");