RSSHub/lib/v2/shopback/radar.js

14 lines
337 B
JavaScript

module.exports = {
'shopback.com.tw': {
_name: 'ShopBack',
'.': [
{
title: 'Store',
docs: 'https://docs.rsshub.app/routes/shopping#shopback-store',
source: ['/:category', '/'],
target: '/shopback/:store',
},
],
},
};