Skip to content

Projectjav#21525

Open
Exat1979 wants to merge 3 commits intoDIYgod:masterfrom
Exat1979:projectjav
Open

Projectjav#21525
Exat1979 wants to merge 3 commits intoDIYgod:masterfrom
Exat1979:projectjav

Conversation

@Exat1979
Copy link
Copy Markdown

Involved Issue / 该 PR 相关 Issue

No issue to close

Example for the Proposed Route(s) / 路由地址示例

/projectjav/actress/ibuki-aoi-20076
/projectjav/actress/rima-arai-22198/

New RSS Route Checklist / 新 RSS 路由检查表

  • New Route / 新的路由
  • Anti-bot or rate limit / 反爬/频率限制
    • If yes, do your code reflect this sign? / 如果有, 是否有对应的措施?
  • Date and time / 日期和时间
    • Parsed / 可以解析
    • Correct time zone / 时区正确
  • New package added / 添加了新的包
  • Puppeteer

Note / 说明

No time, only date is given on website. As such I didn't include timezone

@github-actions github-actions bot added the route label Mar 27, 2026
@@ -0,0 +1,36 @@
import { Route } from '@/types';

Check failure

Code scanning / oxlint

typescript-eslint(consistent-type-imports) Error

All imports in the declaration are only used as types. Use import type.
Replace the import declaration with import type. For example, change import { Type } from 'module' would become import type { Type } from 'module'.
@@ -0,0 +1,36 @@
import { Route } from '@/types';

Check failure

Code scanning / oxlint

simple-import-sort(imports) Error

Run autofix to sort these imports!
@@ -0,0 +1,101 @@
import got from '@/utils/got';

Check failure

Code scanning / oxlint

simple-import-sort(imports) Error

Run autofix to sort these imports!
@github-actions github-actions bot added the auto: not ready to review Users can't get the RSS feed output according to automated testing results label Mar 27, 2026
@github-actions
Copy link
Copy Markdown
Contributor

test

@github-actions
Copy link
Copy Markdown
Contributor

Successfully generated as following:

http://localhost:1200/projectjav/actress/ibuki-aoi-20076 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [GET] &quot;https://projectjav.com/actress/ibuki-aoi-20076&quot;: 403 Forbidden
Route: /projectjav/actress/:id
Full Route: /projectjav/actress/ibuki-aoi-20076
Node Version: v24.14.1
Git Hash: 4f65dd4c
http://localhost:1200/projectjav/actress/rima-arai-22198/ - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [GET] &quot;https://projectjav.com/actress/rima-arai-22198&quot;: 403 Forbidden
Route: /projectjav/actress/:id/
Full Route: /projectjav/actress/rima-arai-22198/
Node Version: v24.14.1
Git Hash: 4f65dd4c

@github-actions
Copy link
Copy Markdown
Contributor

Auto Review

  • [Rule 23] lib/routes/projectjav/actress.ts:1 - Import Route as type only: change import { Route } to import type { Route }
  • [Rule 24] lib/routes/projectjav/actress.ts:1-3 - Run autofix to sort imports

@Exat1979
Copy link
Copy Markdown
Author

Exat1979 commented Mar 27, 2026

Successfully generated as following:

http://localhost:1200/projectjav/actress/ibuki-aoi-20076 - Failed ❌

HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [GET] &quot;https://projectjav.com/actress/ibuki-aoi-20076&quot;: 403 Forbidden
Route: /projectjav/actress/:id
Full Route: /projectjav/actress/ibuki-aoi-20076
Node Version: v24.14.1
Git Hash: 4f65dd4c

http://localhost:1200/projectjav/actress/rima-arai-22198/ - Failed ❌

Maybe Github IPs are blocked? This has been working for months for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto: not ready to review Users can't get the RSS feed output according to automated testing results route

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants