Rename config.ignore to config.skip

This commit is contained in:
Aleksandr Statciuk
2022-11-12 00:50:38 +03:00
parent cc3e319da3
commit 2afe3ff92d
19 changed files with 20 additions and 20 deletions

View File

@@ -3,7 +3,7 @@ const dayjs = require('dayjs')
module.exports = {
site: 'tvprofil.com',
ignore: true, // NOTE: server is not stable
skip: true, // NOTE: server is not stable
url: function ({ channel, date }) {
const parts = channel.site_id.split('#')
const query = buildQuery(parts[1], date)