boxmoe_header_banner_img

Hello! 欢迎!

加载中

文章导读

RSSHub Usage


avatar
nukix 03/14/2024 181
const RSSHub = require('rsshub');

RSSHub.init({
    // config
});

RSSHub.request('/youtube/user/JFlaMusic')
    .then((data) => {
        console.log(data);
    })
    .catch((e) => {
        console.log(e);
    });

For supported configs please refer to the Configuration Section.

A short example for disabling caching can be written as:

{
    CACHE_TYPE: null,
}


评论(1)

查看评论列表
评论头像
nukix 博主 2024年03月23日
Hello World!

发表评论

表情 颜文字
插入代码