#329·BiliNote

[BUG]抖音 Cookie 配置问题(已解决)

作者: zuifanqumingzi创建于 2026年4月28日更新于 2026年9月22日
标签bug

--- name: Bug report about: Submit a bug report to help us improve title: "[Bug]" labels: bug assignees: '' **Version description** I forgot, the project I pulled 2 months ago is deployed locally. Please specify your version number. **Deployment method** What method are you using to deploy (code environment deployment, Docker deployment, desktop, online preview) Code environment deployment **Description of the problem** The Douyin Web API returns an HTTP 200 empty response for all non-browser requests, which is caused by the lack of a_bogus signature dynamically generated by JavaScript. Instead, use the iesdouyin.com/share/video/{id}/ share page, which is rendered on the server side and embeds the complete video data in the window._ROUTER_DATA JSON, without the need for a signature or a cookie. After rewriting douyin_downloader.py, local verification can download normally.

内容来源: JefferyHcool/BiliNote