fix web-dl

This commit is contained in:
jxxghp
2023-07-19 08:03:06 +08:00
parent 2a1a36556d
commit 1012120bec
2 changed files with 6 additions and 4 deletions

View File

@ -62,7 +62,7 @@ class FilterModule(_ModuleBase):
"exclude": []
},
# WEB-DL
"WEB-DL": {
"WEBDL": {
"include": [r'WEB-?DL|WEB-?RIP'],
"exclude": []
},