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` },