This commit is contained in:
freearhey
2021-03-13 17:43:54 +03:00
parent ea1d9b7370
commit a6712a602f
6 changed files with 355 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ module.exports = {
channel.site_id
}.html`
},
parser: function ({ channel, content, date, lang }) {
parser: function ({ content, date }) {
const programs = []
const dom = new JSDOM(content)
const broadcastCards = dom.window.document.querySelectorAll('.singleBroadcastCard')