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

@@ -7,7 +7,7 @@ const COOKIE =
module.exports = {
site: 'magentatv.de',
ignore: true, // the site uses a constantly updated session ID
skip: true, // the site uses a constantly updated session ID
url: `https://api.prod.sngtv.magentatv.de/EPG/JSON/PlayBillList`,
request: {
method: 'POST',