Update znbc.co.zm.config.js

This commit is contained in:
Aleksandr Statciuk 2021-10-31 23:55:17 +03:00
parent d5af4ff245
commit 8652b01640
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,3 @@
// BUG: site is down
const jsdom = require('jsdom')
const { JSDOM } = jsdom
const dayjs = require('dayjs')
@ -14,6 +12,7 @@ dayjs.extend(customParseFormat)
module.exports = {
site: 'znbc.co.zm',
ignore: true, // NOTE: site is down
url({ channel }) {
return `https://www.znbc.co.zm/${channel.site_id}/`
},