mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 02:47:02 -05:00
Update magentatv.at.config.js
This commit is contained in:
@@ -5,6 +5,7 @@ const API_ENDPOINT = `https://prod.oesp.magentatv.at/oesp/v4/AT/deu/web/programs
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
site: 'magentatv.at',
|
site: 'magentatv.at',
|
||||||
|
ignore: true, // INFO: Request failed with status code 404 (Not Found)
|
||||||
url: function ({ date }) {
|
url: function ({ date }) {
|
||||||
return `${API_ENDPOINT}/${date.format('YYYYMMDD')}/1`
|
return `${API_ENDPOINT}/${date.format('YYYYMMDD')}/1`
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user