mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 10:38:03 +08:00
14 lines
389 B
JavaScript
14 lines
389 B
JavaScript
module.exports = {
|
|
'jd.com': {
|
|
_name: '京东',
|
|
item: [
|
|
{
|
|
title: '商品价格',
|
|
docs: 'https://docs.rsshub.app/routes/shopping#jing-dong-shang-pin-jia-ge',
|
|
source: ['/'],
|
|
target: (params, url) => `/jd/price/${new URL(url).hash.match(/\/(\d+)\.html/)[1]}`,
|
|
},
|
|
],
|
|
},
|
|
};
|