From 5105051f53eb488fec986e981a7b5039d693bd62 Mon Sep 17 00:00:00 2001 From: mo_yy <54110819+moyy996@users.noreply.github.com> Date: Wed, 29 Jan 2020 13:21:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E9=99=A4=E6=8C=87=E5=AE=9A=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4c4ff45..3ad56c8 100644 --- a/README.md +++ b/README.md @@ -159,18 +159,12 @@ pip install pillow 如果是PLEX,请安装插件:```XBMCnfoMoviesImporter``` --- -### 抓取目录 +### 排除指定字符和目录 >[escape] >literals=\ - +>folders=failed,JAV_output ```literals=``` 标题指定字符删除,例如```iterals=\()```,删除标题中```\()```字符 - ---- -### 抓取目录选择 ->[movie_location]
->path=
- -如果directory后面为空,则抓取和程序同一目录下的影片 +```folders=``` 排指定目录,例如```folders=failed,JAV_output```,多目录刮削时跳过failed,JAV_output --- ### 调试模式