mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 22:19:40 +08:00
14 lines
335 B
JavaScript
14 lines
335 B
JavaScript
module.exports = {
|
|
'gihyo.jp': {
|
|
_name: 'gihyo.jp',
|
|
'.': [
|
|
{
|
|
title: '記事一覧',
|
|
docs: 'https://docs.rsshub.app/programming.html#gihyo-jp',
|
|
source: '/list/group/:id',
|
|
target: '/gihyo/list/group/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|