Update dsmart.com.tr

This commit is contained in:
Aleksandr Statciuk
2022-02-01 04:53:20 +03:00
parent 2ba75f690d
commit a9ea96f460
2 changed files with 1 additions and 12 deletions

View File

@@ -10,11 +10,6 @@ module.exports = {
'YYYY-MM-DD'
)}`
},
logo({ content, channel }) {
const data = parseContent(content, channel)
return data && data.logo ? `https://www.dsmart.com.tr/epg/images/0x50/${data.logo}` : null
},
parser: function ({ content, channel, date }) {
let offset = -1
let programs = []