Files
RSSHub/lib/v2/eprice/radar.js
Tony 6883b446f5 fix(route): eprice fixes (#8256)
Co-authored-by: SettingDust <settingdust@gmail.com>
2021-11-27 09:12:38 +00:00

25 lines
605 B
JavaScript

module.exports = {
'eprice.com.tw': {
_name: 'ePrice',
'.': [
{
title: 'ePrice 比價王',
docs: 'https://docs.rsshub.app/new-media.html#eprice',
source: ['/'],
target: '/eprice/tw',
},
],
},
'eprice.com.hk': {
_name: 'ePrice',
'.': [
{
title: 'ePrice 香港',
docs: 'https://docs.rsshub.app/new-media.html#eprice',
source: ['/'],
target: '/eprice/hk',
},
],
},
};