> For the complete documentation index, see [llms.txt](https://o2bmm.gitbook.io/cat-catch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://o2bmm.gitbook.io/cat-catch/docs.md).

# 说明

- [安装地址](https://o2bmm.gitbook.io/cat-catch/docs/install.md)
- [设置](https://o2bmm.gitbook.io/cat-catch/docs/settings.md)
- [标签系统 / 替换关键词](https://o2bmm.gitbook.io/cat-catch/docs/tag.md): 用于 复制 、数据发送、URL Protocol m3u8dl、调用程序、替换标签 等 使用的关键词替换。标签区分大小写。
- [M3U8解析合并下载](https://o2bmm.gitbook.io/cat-catch/docs/m3u8parse.md): 猫抓内置了一个简单的m3u8解析器，能够轻松合并下载简单的m3u8文件。
- [使用 m3u8dl:// 协议](https://o2bmm.gitbook.io/cat-catch/docs/m3u8dl.md): N\_m3u8DL-CLI  N\_m3u8DL-RE 非常优秀的第三方m3u8文件合并下载工具，支持HLS m3u8和DASH mpd
- [调用本地程序](https://o2bmm.gitbook.io/cat-catch/docs/invoke.md): 需要猫抓 v2.5.3+
- [Dash MPD解析](https://o2bmm.gitbook.io/cat-catch/docs/mpdparse.md)
- [popup页面](https://o2bmm.gitbook.io/cat-catch/docs/popup.md): popup页面 扩展主要展示页面，展示出成功获取到的文件。点击文件名称会展示更多文件信息。
- [弹出页面 / 筛选页面 / 预览页面](https://o2bmm.gitbook.io/cat-catch/docs/preview.md): 2.6.0版本以上 点击弹出按钮
- [深度搜索 / 缓存捕捉](https://o2bmm.gitbook.io/cat-catch/docs/popup-1.md): 猫抓2.0增加主动探测功能。
- [媒体控制](https://o2bmm.gitbook.io/cat-catch/docs/other.md)
- [使用油猴脚本给猫抓发送资源](https://o2bmm.gitbook.io/cat-catch/docs/tampermonkey.md): Tampermonkey 俗称油猴 chrome脚本扩展神器。官方扩展商店对扩展的更新审核非常慢，油猴脚本也能快速编写和更新对特定网站的支持。
- [一些正则匹配示例](https://o2bmm.gitbook.io/cat-catch/docs/yi-xie-zheng-ze-pi-pei-shi-li.md)
- [在线ffmpeg](https://o2bmm.gitbook.io/cat-catch/docs/zai-xian-ffmpeg.md): 一个辅助在线工具，负责对媒体文件进行更换容器格式。


---

# 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:

```
GET https://o2bmm.gitbook.io/cat-catch/docs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
