~thirdplace/feeds

02f45405710f22529654fc187dbd32951b4d06c9 — Dag 1 year, 9 months ago 20734e0 main
feat: add revue
1 files changed, 8 insertions(+), 1 deletions(-)

M feeds.php
M feeds.php => feeds.php +8 -1
@@ 380,5 380,12 @@ return [
        'feed'          => 'https://rsshub.app/pixiv/user/%s',
        'example'       => 'https://www.pixiv.net/en/users/74717596',
    ],
    // Shuts down in jan 2023
    [
        'name'          => 'Revue',
        'description'   => 'This feed contains user items.',
        'pattern'       => 'https://www.getrevue.co/profile/%s',
        'feed'          => 'https://www.getrevue.co/profile/%s?format=rss',
        'example'       => 'https://www.getrevue.co/profile/jackjack',
    ],
];