mirror of https://github.com/Jackett/Jackett
turktorrent: drop sezon blm processing. #6232
This commit is contained in:
parent
1530189ea4
commit
2100a4f887
|
@ -104,9 +104,6 @@
|
|||
search:
|
||||
paths:
|
||||
- path: /
|
||||
keywordsfilters:
|
||||
- name: re_replace # S01E01 to X.sezon X.blm
|
||||
args: ["(?i)\\bS0*(\\d+)E0*(\\d+)\\b", "$1.sezon $2.blm"]
|
||||
inputs:
|
||||
p: torrents
|
||||
pid: 32
|
||||
|
@ -125,11 +122,6 @@
|
|||
args: cid
|
||||
title:
|
||||
selector: a[href*="?p=torrents&pid=10&action=details"]
|
||||
filters:
|
||||
- name: re_replace # X.sezon X.blm to S01E01
|
||||
args: ["(?i)\\b(\\d+).sezon\\s(\\d+).blm\\b", "S$1E$2"]
|
||||
- name: re_replace # switch (dd.mm.yyyy) to mm.dd.yyyy
|
||||
args: ["\\((\\d+)\\.(\\d+)\\.(\\d+)\\)", " $2/$1/$3 "]
|
||||
details:
|
||||
selector: a[href*="?p=torrents&pid=10&action=details"]
|
||||
attribute: href
|
||||
|
|
Loading…
Reference in New Issue