Update tv.trueid.net

This commit is contained in:
Aleksandr Statciuk
2022-02-01 05:41:40 +03:00
parent 51f9f99bef
commit 46fa2f0bb7
2 changed files with 1 additions and 13 deletions

View File

@@ -13,11 +13,6 @@ module.exports = {
request: {
jar: null
},
logo: function ({ content, channel }) {
const data = parseContent(content, channel)
return data ? data.logo : null
},
parser: function ({ content, channel }) {
let programs = []
const items = parseItems(content, channel)