fetch_article
Retrieve a WeChat Official Account article from an mp.weixin.qq.com/s URL, convert it to Markdown, and optionally save the result to a local store.
Instructions
Fetch an article's full body, parse to Markdown, and optionally cache it.
url must be a https://mp.weixin.qq.com/s/... link. If save=True and the
article exists in the local store, the markdown body is written back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| save | No |