mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 09:38:04 +08:00
38 lines
1.3 KiB
JavaScript
38 lines
1.3 KiB
JavaScript
module.exports = {
|
|
'gcores.com': {
|
|
_name: '机核网',
|
|
'.': [
|
|
{
|
|
title: '分类',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#ji-he-wang-fen-lei',
|
|
source: ['/:category'],
|
|
target: '/gcores/category/:category',
|
|
},
|
|
{
|
|
title: '标签',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#ji-he-wang-biao-qian',
|
|
source: ['/categories/:tag', '/'],
|
|
target: '/gcores/tag/:tag',
|
|
},
|
|
{
|
|
title: '播客',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#ji-he-wang-bo-ke',
|
|
source: ['/radios'],
|
|
target: '/gcores/radios',
|
|
},
|
|
{
|
|
title: '播客-分类',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#ji-he-wang-bo-ke',
|
|
source: ['/categories/:category'],
|
|
target: '/gcores/radios/:category',
|
|
},
|
|
{
|
|
title: '专题',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#ji-he-wang-zhuan-ti',
|
|
source: ['/collections/:collection'],
|
|
target: '/gcores/collections/:collection',
|
|
},
|
|
],
|
|
},
|
|
};
|