diff --git a/sites/nhk.or.jp/nhk.or.jp.channels.xml b/sites/nhk.or.jp/nhk.or.jp.channels.xml deleted file mode 100644 index 1fcd6def..00000000 --- a/sites/nhk.or.jp/nhk.or.jp.channels.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - NHK World-Japan - \ No newline at end of file diff --git a/sites/nhk.or.jp/readme.md b/sites/www3.nhk.or.jp/readme.md similarity index 56% rename from sites/nhk.or.jp/readme.md rename to sites/www3.nhk.or.jp/readme.md index 5699cea3..94b7149f 100644 --- a/sites/nhk.or.jp/readme.md +++ b/sites/www3.nhk.or.jp/readme.md @@ -1,15 +1,15 @@ -# nhk.or.jp +# www3.nhk.or.jp https://www3.nhk.or.jp/nhkworld/ _[Geo-blocked]_ ### Download the guide ```sh -npm run grab -- --site=nhk.or.jp +npm run grab -- --site=www3.nhk.or.jp ``` ### Test ```sh -npm test -- nhk.or.jp +npm test -- www3.nhk.or.jp ``` diff --git a/sites/www3.nhk.or.jp/www3.nhk.or.jp.channels.xml b/sites/www3.nhk.or.jp/www3.nhk.or.jp.channels.xml new file mode 100644 index 00000000..c02e117f --- /dev/null +++ b/sites/www3.nhk.or.jp/www3.nhk.or.jp.channels.xml @@ -0,0 +1,4 @@ + + + NHK World-Japan + \ No newline at end of file diff --git a/sites/nhk.or.jp/nhk.or.jp.config.js b/sites/www3.nhk.or.jp/www3.nhk.or.jp.config.js similarity index 89% rename from sites/nhk.or.jp/nhk.or.jp.config.js rename to sites/www3.nhk.or.jp/www3.nhk.or.jp.config.js index a8ed9e35..6f5fb38f 100644 --- a/sites/nhk.or.jp/nhk.or.jp.config.js +++ b/sites/www3.nhk.or.jp/www3.nhk.or.jp.config.js @@ -1,10 +1,8 @@ const dayjs = require('dayjs') module.exports = { - site: 'nhk.or.jp', + site: 'www3.nhk.or.jp', days: 5, - output: 'nhk.or.jp.guide.xml', - channels: 'nhk.or.jp.channels.xml', lang: 'en', delay: 5000, diff --git a/sites/nhk.or.jp/nhk.or.jp.test.js b/sites/www3.nhk.or.jp/www3.nhk.or.jp.test.js similarity index 95% rename from sites/nhk.or.jp/nhk.or.jp.test.js rename to sites/www3.nhk.or.jp/www3.nhk.or.jp.test.js index 280bfdb9..820230f8 100644 --- a/sites/nhk.or.jp/nhk.or.jp.test.js +++ b/sites/www3.nhk.or.jp/www3.nhk.or.jp.test.js @@ -1,4 +1,4 @@ -const { url, parser } = require('./nhk.or.jp.config.js') +const { url, parser } = require('./www3.nhk.or.jp.config.js') const dayjs = require('dayjs') const utc = require('dayjs/plugin/utc') dayjs.extend(utc)