mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 18:48:12 +08:00
feat: bypass Pixiv Cloudflare by directly accessing Pixiv gateway server IP (#5952)
This commit is contained in:
@@ -55,6 +55,8 @@ const calculateValue = () => {
|
||||
pixiv: {
|
||||
username: envs.PIXIV_USERNAME,
|
||||
password: envs.PIXIV_PASSWORD,
|
||||
bypassCdn: envs.PIXIV_BYPASS_CDN !== '0' && envs.PIXIV_BYPASS_CDN !== 'false',
|
||||
bypassCdnHostname: envs.PIXIV_BYPASS_HOSTNAME || 'public-api.secure.pixiv.net',
|
||||
},
|
||||
fanbox: {
|
||||
session: envs.FANBOX_SESSION_ID,
|
||||
|
||||
Reference in New Issue
Block a user