DIYgod
DIYgod
使用原有appkey返回的是appkey invalid 修改可以参考:https://github.com/DIYgod/DPlayer/commit/41a0b484bb72f6f64863f0f24be13986ffa68b85
## Involved Issue / 该 PR 相关 Issue Close #14280 Close #14069 ## Example for the Proposed Route(s) / 路由地址示例 ```routes NOROUTE ``` ## New RSS Route Checklist / 新...
### What feature is it? I am not sure which one to switch to now, it could be Hono or Nest. ### What problem does this feature solve? Koa, claiming...
### What feature is it? Convert all js modules to ts modules to get better code suggestions and error prompts. ### What problem does this feature solve? The current types...
### What feature is it? The router authors maintain a JSON file in their respective router directories, which contains the required document information. RSSHub automatically generates documents based on these...
Sometimes I forget that I have already subscribed to a RSS feed, and only realize it when I click into it.
A minimal demo: ```js var decomment = require('decomment'); var code = 'if(true){}/\\d/.test(\'\')'; decomment(code); ``` Error log: ``` Error: Line 1: Unexpected token ILLEGAL at ErrorHandler.constructError (/Users/DIYgod/Code/test/node_modules/esprima/dist/esprima.js:5004:22) at ErrorHandler.createError (/Users/DIYgod/Code/test/node_modules/esprima/dist/esprima.js:5020:27) at...
## Involved Issue / 该 PR 相关 Issue Close #14901 ## Example for the Proposed Route(s) / 路由地址示例 ```routes NOROUTE ``` ## New RSS Route Checklist / 新 RSS 路由检查表...
## Involved Issue / 该 PR 相关 Issue Close # ## Example for the Proposed Route(s) / 路由地址示例 ```routes NOROUTE ``` ## New RSS Route Checklist / 新 RSS 路由检查表...
### What feature is it? Our basic framework supports deployment to Cloudflare Workers: https://hono.dev/getting-started/cloudflare-workers However, the `got` used by RSSHub has incompatible dependencies, so we need to remove the `got`...