mirror of
https://github.com/Jackett/Jackett
synced 2025-01-19 14:10:07 +00:00
This commit is contained in:
parent
5d4b252c32
commit
92556a56c6
1 changed files with 6 additions and 1 deletions
|
@ -196,9 +196,14 @@
|
||||||
args: ["(?i)(\\d{1,2})(ª|\\D)?\\s?\\w*Temp\\w*\\b"," S$1 "]
|
args: ["(?i)(\\d{1,2})(ª|\\D)?\\s?\\w*Temp\\w*\\b"," S$1 "]
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["(?i)(\\d{1,2})[x|\\/|\\\\](\\d{1,2})", "S$1E$2"]
|
args: ["(?i)(\\d{1,2})[x|\\/|\\\\](\\d{1,2})", "S$1E$2"]
|
||||||
|
- name: re_replace # S02/C01 => S02E01 / S02xC01 => S02E01 / S02C01 => S02E01
|
||||||
|
args: ["(?i)S(\\d{1,2})[/x]?C(\\d{1,2})", "S$1E$2"]
|
||||||
details:
|
details:
|
||||||
selector: td:nth-child(3) a
|
selector: a[href^="download.php"]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: ["download.php?", "index.php?page=torrent-details&"]
|
||||||
size:
|
size:
|
||||||
# 1,36 GB
|
# 1,36 GB
|
||||||
# 296,98 MB
|
# 296,98 MB
|
||||||
|
|
Loading…
Reference in a new issue