Update rev.bs

This commit is contained in:
Aleksandr Statciuk 2022-02-01 05:31:20 +03:00
parent 2b3008a0e0
commit a8458ac8db
3 changed files with 183 additions and 191 deletions

View file

@ -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)