From 892fcfe6e6761369076fc04793660f77bcc6baec Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Wed, 22 Oct 2025 06:01:03 +0300 Subject: [PATCH] Update www3.nhk.or.jp.config.js --- sites/www3.nhk.or.jp/www3.nhk.or.jp.config.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sites/www3.nhk.or.jp/www3.nhk.or.jp.config.js b/sites/www3.nhk.or.jp/www3.nhk.or.jp.config.js index 884d88b0..70f0a7e9 100644 --- a/sites/www3.nhk.or.jp/www3.nhk.or.jp.config.js +++ b/sites/www3.nhk.or.jp/www3.nhk.or.jp.config.js @@ -2,13 +2,15 @@ const dayjs = require('dayjs') module.exports = { site: 'www3.nhk.or.jp', - output: 'www3.nhk.or.jp.guide.xml', days: 5, lang: 'en', delay: 5000, url: function ({ date }) { - return `https://masterpl.hls.nhkworld.jp/epg/w/${date.toISOString().slice(0, 10).replace(/-/g, '')}.json` + return `https://masterpl.hls.nhkworld.jp/epg/w/${date + .toISOString() + .slice(0, 10) + .replace(/-/g, '')}.json` }, request: { @@ -51,4 +53,4 @@ function parseItems(content) { } else { return [] } -} \ No newline at end of file +}