RSSHub/lib/v2/sony/radar.js

14 lines
395 B
JavaScript

module.exports = {
'sony.com': {
_name: 'Sony',
'.': [
{
title: 'Software Downloads',
docs: 'https://docs.rsshub.app/program-update.html#sony',
source: ['/electronics/support/:productType/:productId/downloads'],
target: '/sony/downloads/:productType/:productId',
},
],
},
};