Compare commits

..

No commits in common. "a6652c8ff641a26968a3c202e8cdf85b9f7f871b" and "54283eeaa585357f0c00b7cf1464e61e7f907df7" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,7 @@ javascript: (function()
{ {
var map = { var map = {
"www.mediapart.fr": "https://www.mediapart.fr/articles/feed", "www.mediapart.fr": "https://www.mediapart.fr/articles/feed",
"www.lemonde.fr": "https://www.lemonde.fr/rss/une.xml", "www.lemonde.fr": "https://www.lemonde.fr/rss/une.xml"
"www.nytimes.com": "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml"
}; };
var host = window.location.host; var host = window.location.host;

View File

@ -298,7 +298,6 @@
write_epub($epub); write_epub($epub);
} }
// New York Times today's paper
if (isset($_POST['nyttoday']) && $_POST['nyttoday']) if (isset($_POST['nyttoday']) && $_POST['nyttoday'])
{ {
$todaypage = file_get_contents("https://www.nytimes.com/section/todayspaper"); $todaypage = file_get_contents("https://www.nytimes.com/section/todayspaper");