mirror of https://github.com/Jackett/Jackett
yourbittorrent: drop sponsored links. drop andmatch. resolves #6500
This commit is contained in:
parent
25302d939f
commit
dfc130154c
|
@ -41,16 +41,13 @@
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["[\\s]+", "-"]
|
args: ["[\\s]+", "-"]
|
||||||
rows:
|
rows:
|
||||||
selector: tr.table-default, tr.table-success
|
selector: tr.table-default
|
||||||
filters:
|
|
||||||
- name: andmatch
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
selector: td:nth-child(1) a
|
selector: td:nth-child(1) a
|
||||||
attribute: title
|
attribute: title
|
||||||
title:
|
title:
|
||||||
selector: td:nth-child(2) a
|
selector: td:nth-child(2) a
|
||||||
attribute: title
|
|
||||||
details:
|
details:
|
||||||
selector: td:nth-child(2) a
|
selector: td:nth-child(2) a
|
||||||
attribute: href
|
attribute: href
|
||||||
|
|
Loading…
Reference in New Issue