Update magentatv.at.config.js

This commit is contained in:
Aleksandr Statciuk 2022-10-28 05:17:16 +03:00
parent 3aceff57ff
commit b16a8c899a

View file

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