From 6d732c99b1f4a95f8163e0a747272fd7a54a2f08 Mon Sep 17 00:00:00 2001 From: gotolombok Date: Sat, 31 Jan 2026 17:33:26 +0800 Subject: [PATCH] docs: Remove `detailPath` query parameter from `/sources` endpoint and document concurrency support in README. --- API.md | 1 - README.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 1817720..d60a6e2 100644 --- a/API.md +++ b/API.md @@ -98,7 +98,6 @@ Get raw download links. * **Method:** `GET` * **Query Params:** * `subjectId` (required) - * `detailPath` (required) * `season` (optional) * `episode` (optional) diff --git a/README.md b/README.md index c116aee..64f47a0 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A robust Node.js API server for accessing MovieBox content, featuring advanced s - **Session Management**: Automatic cookie persistence and User-Agent rotation to prevent IP bans. - **Anti-Ban**: Intelligent retry logic with exponential backoff for 403/429 errors. - **Request Logging**: Detailed logging of incoming requests and outgoing API calls for easy debugging. +- **Concurrency Support**: Per-request session isolation ensures stability under high load (no cross-user session pollution). - **Unified Sources**: `/sources` endpoint that aggregates download and stream links with auto-fallback. - **Health Check**: `/apicheck` endpoint for monitoring server status. - **Startup Banner**: Professional ASCII art banner with server status information.