mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
tntvillage: improve title generation (#3651)
A little update to make: case insensitive the regex change web-dlmux to web-dl, sonar don't like it so much, hope resolve a lot of manual import from this traker
This commit is contained in:
@@ -47,9 +47,10 @@
|
|||||||
filters:
|
filters:
|
||||||
- name: split
|
- name: split
|
||||||
args: ["=", "-1"]
|
args: ["=", "-1"]
|
||||||
# normalize to SXXEYY format
|
- name: re_replace # normalize to SXXEYY format
|
||||||
- name: re_replace
|
args: ["(?i)\\b([s])?(\\d{1,3})[x\\s](\\d{1,3})", "S$2E$3"]
|
||||||
args: ["\\b([s])?(\\d{1,3})[x\\s](\\d{1,3})", "S$2E$3"]
|
- name: re_replace # replace web-dlmux with webdl, sonarr don't like it
|
||||||
|
args: ["(?i)web-?\\s?dlmux", "WEB-DL"]
|
||||||
details:
|
details:
|
||||||
selector: td:nth-child(7) a
|
selector: td:nth-child(7) a
|
||||||
attribute: href
|
attribute: href
|
||||||
|
Reference in New Issue
Block a user