mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Merge pull request #1982 from iptv-org/disable-mediagenie.co.kr
Disable mediagenie.co.kr
This commit is contained in:
commit
c4400e8359
2 changed files with 3 additions and 2 deletions
2
.github/workflows/mediagenie.co.kr.yml
vendored
2
.github/workflows/mediagenie.co.kr.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: mediagenie.co.kr
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 8 * * *'
|
||||
- cron: '0 3 * * *'
|
||||
workflow_dispatch:
|
||||
workflow_run:
|
||||
workflows: [_trigger]
|
||||
|
|
|
@ -10,7 +10,8 @@ dayjs.extend(customParseFormat)
|
|||
|
||||
module.exports = {
|
||||
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 }) {
|
||||
return `https://mediagenie.co.kr/${channel.site_id}/?qd=${date.format('YYYYMMDD')}`
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue