Files
RSSHub/lib/v2/ieee/radar.js
2021-11-27 09:15:37 +00:00

20 lines
651 B
JavaScript

module.exports = {
'ieee.org': {
_name: 'IEEE',
www: [
{
title: 'latestVolume',
docs: 'https://docs.rsshub.app/journal.html#ieee-xplore',
source: '/*',
target: (params, url) => `/ieee/${new URL(url).searchParams.get('punumber')}/latest/vol`,
},
{
title: 'latestDate',
docs: 'https://docs.rsshub.app/journal.html#ieee-xplore',
source: '/*',
target: (params, url) => `/ieee/${new URL(url).searchParams.get('punumber')}/latest/date`,
},
],
},
};