Files
RSSHub/lib/v2/picuki/radar.js
Rongrong 44f1ea3718 feat(route)(picuki/profile): migrate to v2, fetch stories (#9216)
* refactor(route)(picuki/profile): migrate to v2

other changes:
fix linebreak
fix header
add location
`displayVideo` param defaults to enable

Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>

* refactor(route)(picuki/profile): use template

Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>

* feat(route)(picuki/profile): fetch stories

Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
2022-03-02 22:26:21 +08:00

14 lines
331 B
JavaScript

module.exports = {
'picuki.com': {
_name: 'Picuki',
www: [
{
title: '用户',
docs: 'https://docs.rsshub.app/social-media.html#picuki-yong-hu',
source: '/profile/:id',
target: '/picuki/profile/:id',
},
],
},
};