forked from DIYgod/RSSHub
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] master from DIYgod:master #714
Open
pull
wants to merge
5,421
commits into
ian-peng:master
Choose a base branch
from
DIYgod:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+330,762
−238,633
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lib/v2/bilibili/utils.js
Outdated
const addVerifyInfo = (params, verifyString) => { | ||
const md5 = crypto.createHash('md5'); | ||
const wts = Math.round(Date.now() / 1000); | ||
const w_rid = md5.update(`${params}&wts=${wts}${verifyString}`).digest('hex'); |
Check failure
Code scanning / CodeQL
Use of a broken or weak cryptographic algorithm
A broken or weak cryptographic algorithm depends on [sensitive data froman access to uid](1).
A broken or weak cryptographic algorithm depends on [sensitive data froman access to uid](2).
A broken or weak cryptographic algorithm depends on [sensitive data froman access to uid](3).
A broken or weak cryptographic algorithm depends on [sensitive data froman access to uid](4).
A broken or weak cryptographic algorithm depends on [sensitive data froman access to uid](5).
github-actions
bot
added
Route: v1
Route: v2
core enhancement
and removed
Route: v1
Route: v2
core enhancement
labels
Jan 23, 2024
github-actions
bot
added
Route: v1
and removed
Route: v2
Route: v1
core enhancement
labels
Feb 29, 2024
- default sortBy param to 'date' instead of 'default' - add default size and page value Signed-off-by: mintyfrankie <[email protected]>
* feat(route): fix images not displaying in msn news full text * feat(route): fix images not displaying in msn news full text
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.10.3 to 22.10.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…8034) Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.37.114 to 0.37.115. - [Release notes](https://github.com/discordjs/discord-api-types/releases) - [Changelog](https://github.com/discordjs/discord-api-types/blob/main/CHANGELOG.md) - [Commits](discordjs/discord-api-types@0.37.114...0.37.115) --- updated-dependencies: - dependency-name: discord-api-types dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@vercel/nft](https://github.com/vercel/nft) from 0.27.10 to 0.29.0. - [Release notes](https://github.com/vercel/nft/releases) - [Commits](vercel/nft@0.27.10...0.29.0) --- updated-dependencies: - dependency-name: "@vercel/nft" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(route): add 开源中国专栏 * fix regex
* Update package.json * Update package.json * feat: add RSS subscription for (NWMU) Northwestern Minzu University. * fix: fix array generation forms for dom-parser. * fix: fix url replacing behavior. * fix: fix cover images, typos and maintainer. * fix: remove router from deprecated routers. * fix: fix router name and example. * fix: fix items limit. * fix: fix date parser. * fix: use cache for the RSS data. * fix: typo * feat: add catti router. * fix: remove unused promise wrapping * fix: remove unnecessary param check. * fix: add radar --------- Co-authored-by: pull[bot] <39814207+pull[bot]@users.noreply.github.com>
* Update package.json * Update package.json * feat: add RSS subscription for (NWMU) Northwestern Minzu University. * fix: fix array generation forms for dom-parser. * fix: fix url replacing behavior. * fix: fix cover images, typos and maintainer. * fix: remove router from deprecated routers. * fix: fix router name and example. * fix: fix items limit. * fix: fix date parser. * fix: use cache for the RSS data. * fix: typo * feat: add feed for ruankao(中国计算机职业技术资格考试) website. * fix: remove unused promise wrapping. * fix: rewrite to literal string. * fix: remove unnecessary namespace prefix. --------- Co-authored-by: pull[bot] <39814207+pull[bot]@users.noreply.github.com>
* Update package.json * Update package.json * feat: add RSS subscription for (NWMU) Northwestern Minzu University. * fix: fix array generation forms for dom-parser. * fix: fix url replacing behavior. * fix: fix cover images, typos and maintainer. * fix: remove router from deprecated routers. * fix: fix router name and example. * fix: fix items limit. * fix: fix date parser. * fix: use cache for the RSS data. * fix: typo * feat: add router for pacilution.com * fix: fix the url concat Co-authored-by: Tony <[email protected]> * fix: remove unused protocol Co-authored-by: Tony <[email protected]> * fix: remove unnecessary promise wrapping. * fix: add radar --------- Co-authored-by: pull[bot] <39814207+pull[bot]@users.noreply.github.com>
…anguage type (#18043) Co-authored-by: rjnishant530 <[email protected]>
* init * fix __dir * add news route * not passing directly * comment changes --------- Co-authored-by: rjnishant530 <[email protected]>
* fix: finology * use ofetch from '@/utils/ofetch'; * comments changes * Discard changes to lib/types.ts --------- Co-authored-by: rjnishant530 <[email protected]>
* add squads * style: auto format * null check * fix: add null checks for items * changes * trigger * use params * fix: add categories --------- Co-authored-by: rjnishant530 <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* New Routes for UPS Tracking * New Routes for UPS Tracking * trying to fix Vitest puppeteer on Node lts/-1 * Add tracking feature to UPS route - Implemented tracking functionality in `lib/routes/ups/track.ts` * fix: update tracking logic in UPS route * Add guid to track request
* init * comment fixes --------- Co-authored-by: rjnishant530 <[email protected]>
Bumps [notion-to-md](https://github.com/souvikinator/notion-to-md) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/souvikinator/notion-to-md/releases) - [Commits](souvikinator/notion-to-md@v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: notion-to-md dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [hono](https://github.com/honojs/hono) from 4.6.15 to 4.6.16. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.6.15...v4.6.16) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [narou](https://github.com/deflis/node-narou) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/deflis/node-narou/releases) - [Commits](deflis/node-narou@v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: narou dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [imapflow](https://github.com/postalsys/imapflow) from 1.0.171 to 1.0.172. - [Release notes](https://github.com/postalsys/imapflow/releases) - [Changelog](https://github.com/postalsys/imapflow/blob/master/CHANGELOG.md) - [Commits](postalsys/imapflow@v1.0.171...v1.0.172) --- updated-dependencies: - dependency-name: imapflow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump uuid from 11.0.3 to 11.0.4 Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.3 to 11.0.4. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v11.0.3...v11.0.4) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore: bump pnpm to 9.15.3 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#18049) * fix: Fixed the issue of being blocked by the website due to excessive concurrent requests, which resulted in failure to retrieve information. * fix: Added the missing semicolons. * fix: use tiny-async-pool instead of resolving one by one.
* feat(route): add 21财经频道 * fix: Remove complex expressions
* feat(add route): Add steam curator reviews route * fix: modify the maintainer's name to fenxer * fix: replace API to `/ajaxgetfilteredrecommendations` fix: something unnecessary * fix: DeepScan error: value assigned to variable 'setValue' at this point is not used before it is overwritten * Update lib/routes/steam/curator.ts Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
…m. (#18028) * 添加知乎路由,用于获取指定用户所有公开的收藏内容 * 修改example地址 * 修改代码以符合路由规范 * Update lib/routes/zhihu/all-collections.ts Co-authored-by: Tony <[email protected]> * 修改代码以符合路由规范和代码审阅者要求的got请求代码格式统一和re-cast的问题 --------- Co-authored-by: yuerongkang <[email protected]>
* refactor(routes): hdu/auto use user input * Update lib/routes/hdu/auto/notice.ts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )