Update gatotv.com

This commit is contained in:
Aleksandr Statciuk
2022-02-01 05:02:58 +03:00
parent 89d581e1c0
commit 601a2eddb8
2 changed files with 1 additions and 12 deletions

View File

@@ -12,11 +12,6 @@ module.exports = {
url: function ({ channel, date }) {
return `https://www.gatotv.com/canal/${channel.site_id}/${date.format('YYYY-MM-DD')}`
},
logo({ content }) {
const $ = cheerio.load(content)
return $('.div_MainPicture img').attr('src')
},
parser: function ({ content, date }) {
let programs = []
const items = parseItems(content)