mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
turktorrent: drop sezon blm processing. #6232
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user