Files
RSSHub/lib/v2/lofter/maintainer.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

5 lines
116 B
JavaScript

module.exports = {
'/tag/:name?/:type?': ['hoilc', 'nczitzk'],
'/user/:name?': ['hondajojo', 'nczitzk'],
};