mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-02-03 10:14:07 +08:00
- Upgrade VitePress from 1.0.0-rc.4 to 1.6.4 (stable) - Update all dependencies (vue 3.5, typescript 5.6, @vue/tsconfig 0.5) - Remove defunct Documate AI integration and google-analytics plugin - Add Google Analytics via head config instead - Translate all 25+ documentation pages from Chinese to English - Add comprehensive REST API reference (docs/api/index.md) - Add v3.2 changelog to sidebar navigation (fixes dead link) - Update version string from v3.1 to v3.2 - Fix homepage changelog link to point to v3.2 - Update all WebUI screenshots with current v3.2 UI - Add new screenshots: calendar view, bangumi poster wall - Remove obsolete files: documate.json, deploy/windows.md, deploy/unix.md - Update CSS variables for VitePress 1.6.x compatibility Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1.4 KiB
1.4 KiB
Parser Settings
AB's parser is used to parse aggregated RSS links. When new entries appear in the RSS feed, AB will parse the titles and generate automatic download rules.
::: tip Since v3.1, parser settings have moved to individual RSS settings. To configure the parser type, see Setting up parser for RSS. :::
Parser Settings in WebUI
{width=500}{class=ab-shadow-card}
- Enable: Whether to enable the RSS parser.
- Language is the RSS parser language. Currently supports
zh,jp, anden. - Exclude is the global RSS parser filter. You can enter strings or regular expressions, and AB will filter out matching entries during RSS parsing.
config.json Configuration Options
The corresponding options in the configuration file are:
Configuration section: rss_parser
| Parameter | Description | Type | WebUI Option | Default |
|---|---|---|---|---|
| enable | Enable RSS parser | Boolean | Enable RSS parser | true |
| filter | RSS parser filter | Array | Filter | [720,\d+-\d+] |
| language | RSS parser language | String | RSS parser language | zh |