From b16a8c899ae536096dc8dcd35f7b89c6f042da17 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Fri, 28 Oct 2022 05:17:16 +0300 Subject: [PATCH] Update magentatv.at.config.js --- sites/magentatv.at/magentatv.at.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sites/magentatv.at/magentatv.at.config.js b/sites/magentatv.at/magentatv.at.config.js index 3c5388b5..b39f1f4f 100644 --- a/sites/magentatv.at/magentatv.at.config.js +++ b/sites/magentatv.at/magentatv.at.config.js @@ -5,6 +5,7 @@ const API_ENDPOINT = `https://prod.oesp.magentatv.at/oesp/v4/AT/deu/web/programs module.exports = { site: 'magentatv.at', + ignore: true, // INFO: Request failed with status code 404 (Not Found) url: function ({ date }) { return `${API_ENDPOINT}/${date.format('YYYYMMDD')}/1` },