mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2026-05-28 01:07:28 +00:00
Add FsTool parser for Feishu (飞书) cloud disk share links. Supports both file and folder share URL formats: - File: https://xxx.feishu.cn/file/{token} - Folder: https://xxx.feishu.cn/drive/folder/{token} The parser: - Fetches anonymous session cookies from share page - Uses Range probe to detect filename and size - Returns download URL with required headers (Cookie, Referer) - Supports folder listing via v3 API with pagination - Updates README with Feishu in supported cloud disk list Agent-Logs-Url: https://github.com/qaiu/netdisk-fast-download/sessions/56418d09-a396-40cf-a080-c71e4a69c323 Co-authored-by: qaiu <29825328+qaiu@users.noreply.github.com>