mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
UHDBits: Scene Naming Convention Regexes (#13610)
This commit is contained in:
parent
82cc6c790b
commit
f63941a726
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue