Files
Auto_Bangumi/docs/ja/config/parser.md
Estrella Pan dfe66d279c docs: add Japanese documentation (#970)
Add complete Japanese translation for all documentation pages including:
- Home and about pages
- Deployment guides (Docker CLI, Docker Compose, DSM, Local)
- Configuration pages (RSS, Downloader, Parser, Notifier, Manager, Proxy, Experimental)
- Feature documentation (RSS Management, Bangumi, Calendar, Rename, Search)
- FAQ and troubleshooting
- API reference
- Changelogs (2.6, 3.0, 3.1, 3.2)
- Developer guide

Also updates VitePress config to add Japanese locale with full sidebar navigation.

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 21:06:38 +01:00

35 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# パーサー設定
ABのパーサーは集約されたRSSリンクを解析するために使用されます。RSSフィードに新しいエントリが表示されると、ABはタイトルを解析して自動ダウンロードルールを生成します。
::: tip
v3.1以降、パーサー設定は個別のRSS設定に移動しました。**パーサータイプ**を設定するには、[RSSのパーサー設定][add_rss]を参照してください。
:::
## WebUIでのパーサー設定
![parser](/image/config/parser.png){width=500}{class=ab-shadow-card}
<br/>
- **有効**RSSパーサーを有効にするかどうか。
- **言語**はRSSパーサーの言語です。現在`zh``jp``en`をサポートしています。
- **除外**はグローバルRSSパーサーフィルターです。文字列または正規表現を入力でき、ABはRSS解析時に一致するエントリをフィルタリングします。
## `config.json`設定オプション
設定ファイルの対応するオプションは以下のとおりです:
設定セクション:`rss_parser`
| パラメータ | 説明 | タイプ | WebUIオプション | デフォルト |
|-----------|-------------------|---------|---------------------|----------------|
| enable | RSSパーサー有効 | ブール値 | RSSパーサー有効 | true |
| filter | RSSパーサーフィルター | 配列 | フィルター | [720,\d+-\d+] |
| language | RSSパーサー言語 | 文字列 | RSSパーサー言語 | zh |
[rss_token]: rss
[add_rss]: /ja/feature/rss#パーサー設定
[reproxy]: /ja/config/proxy#リバースプロキシ