RSSHub/lib/v2/distill/radar.js

14 lines
307 B
JavaScript

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