> For the complete documentation index, see [llms.txt](https://www.huchenfeng.live/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.huchenfeng.live/videos.md).

# 视频地址

如果您想查看特定日期直播的视频版：

* [2025年2月\~2025年9月](https://space.bilibili.com/3546850483243674/upload/video)
* [2024年10月\~2025年1月](https://space.bilibili.com/373513170/search?keyword=%E6%88%B7%E6%99%A8%E9%A3%8E+%E9%9A%8F%E4%BE%BF%E8%81%8A%E8%81%8A)
* [2023年3月](https://space.bilibili.com/287760720)
* [2023年6月\~2024年5月](https://space.bilibili.com/501218750/search?keyword=%E6%88%B7%E6%99%A8%E9%A3%8E%E5%BD%95%E6%92%AD)
* [2023年6月\~2023年7月](https://space.bilibili.com/2065171591/search?keyword=%E6%88%B7%E6%99%A8%E9%A3%8E-%E7%9B%B4%E6%92%AD%E5%9B%9E%E6%94%BE)
* [2023年6月5日](https://space.bilibili.com/3494357181139731)
* [2023年6月6日](https://space.bilibili.com/3494351424456825)

由于部分up主以注销账号，所以无法直接查看，请善用B站的搜索功能


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.huchenfeng.live/videos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
