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");