Files
RSSHub/lib/v2/fosshub/radar.js
Ethan Shen 9703916bce feat(route): add FossHub (#10266)
* feat(route): add FossHub

* fix: add pubDate

* fix: parseDate
2022-07-21 00:43:53 -06:00

14 lines
393 B
JavaScript

module.exports = {
'fosshub.com': {
_name: 'FossHub',
'.': [
{
title: 'Software Update',
docs: 'https://docs.rsshub.app/program-update.html#fosshub-software-update',
source: ['/'],
target: (params, url) => `/fosshub/${new URL(url).match(/\/(.*?)\.html$/)[1]}`,
},
],
},
};