Update tvguide.myjcom.jp.config.js

This commit is contained in:
freearhey 2023-06-23 15:10:27 +03:00
parent a72df494e8
commit cd2cd91432

View file

@ -10,6 +10,9 @@ dayjs.extend(customParseFormat)
module.exports = {
site: 'tvguide.myjcom.jp',
request: {
timeout: 30000 // 30 seconds
},
days: 2,
url: function ({ date, channel }) {
const id = `${channel.site_id}_${date.format('YYYYMMDD')}`