Update zap.co.ao.config.js

This commit is contained in:
Aleksandr Statciuk 2021-10-16 02:11:54 +03:00
parent ee345e7c89
commit ccc30fd657

View file

@ -8,6 +8,9 @@ dayjs.extend(timezone)
dayjs.extend(customParseFormat)
module.exports = {
request: {
timeout: 10000
},
site: 'zap.co.ao',
url: function ({ date, channel }) {
return `https://www.zap.co.ao/_api/channels/${date.format('YYYY-M-D')}/epg.json`