mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 09:30:06 -04:00
Update rev.bs
This commit is contained in:
parent
2b3008a0e0
commit
a8458ac8db
3 changed files with 183 additions and 191 deletions
|
@ -12,9 +12,6 @@ module.exports = {
|
|||
url: function ({ date }) {
|
||||
return `https://www.rev.bs/wp-content/uploads/tv-guide/${date.format('YYYY-MM-DD')}_0.json`
|
||||
},
|
||||
logo({ channel }) {
|
||||
return channel.logo
|
||||
},
|
||||
parser: async function ({ content, channel, date }) {
|
||||
const programs = []
|
||||
const items0 = parseItems(content, channel)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue