mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 03:16:53 -05:00
Update programtv.onet.pl.config.js
This commit is contained in:
@@ -11,9 +11,6 @@ dayjs.extend(customParseFormat)
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
site: 'programtv.onet.pl',
|
site: 'programtv.onet.pl',
|
||||||
request: {
|
|
||||||
timeout: 10000
|
|
||||||
},
|
|
||||||
url: function ({ date, channel }) {
|
url: function ({ date, channel }) {
|
||||||
const today = dayjs().utc().startOf('d')
|
const today = dayjs().utc().startOf('d')
|
||||||
const day = date.diff(today, 'd')
|
const day = date.diff(today, 'd')
|
||||||
|
|||||||
Reference in New Issue
Block a user