From 6505aa9efba187a79846935023ba97ef970c68f7 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 24 Aug 2023 20:43:51 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=93=9D=E5=85=89=E5=8E=9F=E7=9B=98?= =?UTF-8?q?=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/filter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/filter/__init__.py b/app/modules/filter/__init__.py index 06745438..7ac5c765 100644 --- a/app/modules/filter/__init__.py +++ b/app/modules/filter/__init__.py @@ -18,7 +18,7 @@ class FilterModule(_ModuleBase): # 蓝光原盘 "BLU": { "include": [r'Blu-?Ray.+VC-?1|Blu-?Ray.+AVC|UHD.+blu-?ray.+HEVC|MiniBD'], - "exclude": [] + "exclude": [r'[Hx].?264|[Hx].?265|WEB-?DL|WEB-?RIP|REMUX'] }, # 4K "4K": {