From 98772539b1b90fac226d2ed1c0cdc5a37a42336b Mon Sep 17 00:00:00 2001 From: DIYgod Date: Sun, 17 Oct 2021 23:20:31 +0100 Subject: [PATCH] feat: hotukdeals radar --- lib/v2/hotukdeals/radar.js | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lib/v2/hotukdeals/radar.js diff --git a/lib/v2/hotukdeals/radar.js b/lib/v2/hotukdeals/radar.js new file mode 100644 index 000000000..df2900d37 --- /dev/null +++ b/lib/v2/hotukdeals/radar.js @@ -0,0 +1,31 @@ +module.exports = { + 'hotukdeals.com': { + _name: 'hotukdeals', + www: [ + { + title: 'hotukdeals highlights', + docs: 'https://docs.rsshub.app/shopping.html#hotukdeals', + source: ['/'], + target: '/hotukdeals/highlights', + }, + { + title: 'hotukdeals hot', + docs: 'https://docs.rsshub.app/shopping.html#hotukdeals', + source: ['/'], + target: '/hotukdeals/hot', + }, + { + title: 'hotukdeals new', + docs: 'https://docs.rsshub.app/shopping.html#hotukdeals', + source: ['/'], + target: '/hotukdeals/new', + }, + { + title: 'hotukdeals discussed', + docs: 'https://docs.rsshub.app/shopping.html#hotukdeals', + source: ['/'], + target: '/hotukdeals/discussed', + }, + ], + }, +};