Files
RSSHub/lib/v2/lofter/radar.js
Ethan Shen 4f0c1cfdb2 fix: add Lofter用户文章分类 & 视频 (#8061)
* fix: add Lofter用户文章分类 & 视频

* add limit

* fix limit

* refactor: migrate to v2

* fix: route path

Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
2022-02-24 00:23:10 +08:00

18 lines
528 B
JavaScript

module.exports = {
'lofter.com': {
_name: 'Lofter',
www: [
{
title: '话题 (标签)',
docs: 'https://docs.rsshub.app/social-media.html#lofter',
source: ['/tag/:name', '/tag/:name/:type'],
target: (params) => `/lofter/tag/${params.name}/${params.type || ''}`,
},
{
title: '用户',
docs: 'https://docs.rsshub.app/social-media.html#lofter',
},
],
},
};