UHDBits: Scene Naming Convention Regexes (#13610)

This commit is contained in:
zippydude 2022-09-29 22:49:52 -04:00 committed by GitHub
parent 82cc6c790b
commit f63941a726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -134,9 +134,17 @@ search:
args: [" / 2x", ""]
- name: re_replace
args: [" / ", " "]
- name: re_replace
args: ["\\b(\\w+)$", " -$1"]
# #10423
- name: re_replace
args: ["(?i)(season )", "S"]
- name: replace
args: ["Encode", "Blu-Ray"]
- name: replace
args: ["Blu-ray", "BR-Disk"]
- name: replace
args: ["Remux", "Blu-Ray Remux"]
details:
selector: a.torrent_name
attribute: href