RSSHub/lib/v2/iwara/radar.js

26 lines
705 B
JavaScript

module.exports = {
'iwara.tv': {
_name: 'iwara',
ecchi: [
{
title: '用户视频',
docs: '',
source: '/users/:username',
target: '/iwara/users/:username?/video',
},
{
title: '用户图片',
docs: '',
source: '/users/:username',
target: '/iwara/users/:username?/image',
},
{
title: '用户订阅列表',
docs: 'https://docs.rsshub.app/anime.html#iwara',
source: '',
target: '/iwara/subscriptions',
},
],
},
};