Update mediagenie.co.kr.config.js
This commit is contained in:
@@ -10,7 +10,8 @@ dayjs.extend(customParseFormat)
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
site: 'mediagenie.co.kr',
|
site: 'mediagenie.co.kr',
|
||||||
days: 2,
|
days: 1,
|
||||||
|
skip: true, // NOTE: the guide appears on the site after the end of the daily update (https://github.com/iptv-org/epg/actions/workflows/mediagenie.co.kr.yml)
|
||||||
url({ channel, date }) {
|
url({ channel, date }) {
|
||||||
return `https://mediagenie.co.kr/${channel.site_id}/?qd=${date.format('YYYYMMDD')}`
|
return `https://mediagenie.co.kr/${channel.site_id}/?qd=${date.format('YYYYMMDD')}`
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user