RSSHub/lib/v2/agirls/radar.js

26 lines
825 B
JavaScript

module.exports = {
'aotter.net': {
_name: '電獺少女',
agirls: [
{
title: '分類',
docs: 'https://docs.rsshub.app/new-media.html##dian-ta-shao-nu',
source: ['/posts/:category'],
target: '/agirls/:category',
},
{
title: '精選主題列表',
docs: 'https://docs.rsshub.app/new-media.html##dian-ta-shao-nu',
source: ['/', '/topic'],
target: '/agirls/topic_list',
},
{
title: '精选主题',
docs: 'https://docs.rsshub.app/new-media.html##dian-ta-shao-nu',
source: ['/topic/:topic'],
target: '/agirls/topic/:topic',
},
],
},
};