mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update tvguide.myjcom.jp.config.js
This commit is contained in:
parent
a72df494e8
commit
cd2cd91432
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ dayjs.extend(customParseFormat)
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
site: 'tvguide.myjcom.jp',
|
site: 'tvguide.myjcom.jp',
|
||||||
|
request: {
|
||||||
|
timeout: 30000 // 30 seconds
|
||||||
|
},
|
||||||
days: 2,
|
days: 2,
|
||||||
url: function ({ date, channel }) {
|
url: function ({ date, channel }) {
|
||||||
const id = `${channel.site_id}_${date.format('YYYYMMDD')}`
|
const id = `${channel.site_id}_${date.format('YYYYMMDD')}`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue