mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 21:18:57 +08:00
14 lines
337 B
JavaScript
14 lines
337 B
JavaScript
module.exports = {
|
|
'8world.com': {
|
|
_name: '8视界',
|
|
'.': [
|
|
{
|
|
title: '分类',
|
|
docs: 'https://docs.rsshub.app/new-media.html#_8-shi-jie-fen-lei',
|
|
source: ['/:category', '/'],
|
|
target: '/8world/:category?',
|
|
},
|
|
],
|
|
},
|
|
};
|