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
|
||||
args: ["[\\s]+", "-"]
|
||||
rows:
|
||||
selector: tr.table-default, tr.table-success
|
||||
filters:
|
||||
- name: andmatch
|
||||
selector: tr.table-default
|
||||
fields:
|
||||
category:
|
||||
selector: td:nth-child(1) a
|
||||
attribute: title
|
||||
title:
|
||||
selector: td:nth-child(2) a
|
||||
attribute: title
|
||||
details:
|
||||
selector: td:nth-child(2) a
|
||||
attribute: href
|
||||
|
|
Loading…
Reference in New Issue