mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update rev.bs.config.js
This commit is contained in:
parent
39b8492aa5
commit
999e70fc85
1 changed files with 0 additions and 3 deletions
|
@ -10,11 +10,8 @@ dayjs.extend(timezone)
|
||||||
const endpoint = `https://www.rev.bs/wp-content/uploads/tv-guide/$date_$index.json`
|
const endpoint = `https://www.rev.bs/wp-content/uploads/tv-guide/$date_$index.json`
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
lang: 'en',
|
|
||||||
site: 'rev.bs',
|
site: 'rev.bs',
|
||||||
days: 3,
|
days: 3,
|
||||||
channels: 'rev.bs.channels.xml',
|
|
||||||
output: '.gh-pages/guides/rev.bs.guide.xml',
|
|
||||||
url: function ({ date }) {
|
url: function ({ date }) {
|
||||||
return endpoint.replace('$date', date.format('YYYY-MM-DD')).replace('$index', 0)
|
return endpoint.replace('$date', date.format('YYYY-MM-DD')).replace('$index', 0)
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue