mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
UHDBits: Scene Naming Convention Regexes (#13610)
This commit is contained in:
@@ -134,9 +134,17 @@ search:
|
|||||||
args: [" / 2x", ""]
|
args: [" / 2x", ""]
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: [" / ", " "]
|
args: [" / ", " "]
|
||||||
|
- name: re_replace
|
||||||
|
args: ["\\b(\\w+)$", " -$1"]
|
||||||
# #10423
|
# #10423
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["(?i)(season )", "S"]
|
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:
|
details:
|
||||||
selector: a.torrent_name
|
selector: a.torrent_name
|
||||||
attribute: href
|
attribute: href
|
||||||
|
Reference in New Issue
Block a user