Update /sites

This commit is contained in:
freearhey
2023-10-02 06:35:33 +03:00
parent ca254a6df0
commit c0cfcf7a47
543 changed files with 30781 additions and 31187 deletions

View File

@@ -7,7 +7,7 @@ module.exports = {
url({ channel, date }) {
return `https://tv.post.lu/api/channels?id=${channel.site_id}&date=${date.format('YYYY-MM-DD')}`
},
parser({ content, channel, date }) {
parser({ content }) {
let programs = []
const items = parseItems(content)
items.forEach(item => {