Files
RSSHub/lib/v2/distill/radar.js
2021-11-27 08:54:24 +00:00

14 lines
305 B
JavaScript

module.exports = {
'distill.pub': {
_name: 'Distill',
'.': [
{
title: 'Latest',
docs: 'https://docs.rsshub.app/programming.html#distill',
source: ['/'],
target: '/distill',
},
],
},
};