~thirdplace/feeds

20734e0253881a0834583a9b57a1332eedf8818e — Crul 1 year, 1 month ago 32ace51
add pixiv feed
1 files changed, 7 insertions(+), 0 deletions(-)

M feeds.php
M feeds.php => feeds.php +7 -0
@@ 373,5 373,12 @@ return [
        'feed'          => 'https://write.as/%s/feed/',
        'example'       => 'https://write.as/john',
    ],
    [
        'name'          => 'Pixiv',
        'description'   => 'This feed contains user items.',
        'pattern'       => 'https://www.pixiv.net/en/users/%s',
        'feed'          => 'https://rsshub.app/pixiv/user/%s',
        'example'       => 'https://www.pixiv.net/en/users/74717596',
    ],
];