mirror of https://github.com/Jackett/Jackett
FANO/New Retro/Secret Cinema/Shareisland/Horror Charnel/Shinning/TSpate/WorldOfP2P: use andmatch filter
This commit is contained in:
parent
e064fd8ccd
commit
f5a8ad61b9
|
@ -75,6 +75,8 @@
|
|||
incldead: 1
|
||||
rows:
|
||||
selector: tr.browse_actions
|
||||
filters:
|
||||
- name: andmatch
|
||||
fields:
|
||||
title:
|
||||
selector: a[href^="details.php?id="]
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
|
||||
rows:
|
||||
selector: table.tableinborder[summary] > tbody > tr
|
||||
filters:
|
||||
- name: andmatch
|
||||
fields:
|
||||
download:
|
||||
selector: a[href^="download.php?torrent="]
|
||||
|
|
|
@ -64,6 +64,8 @@
|
|||
dirty: "1"
|
||||
rows:
|
||||
selector: td > table[id="large"] > tbody > tr:has(div.browsing)
|
||||
filters:
|
||||
- name: andmatch
|
||||
dateheaders:
|
||||
selector: ":has(td.colhead[title] > b)"
|
||||
filters:
|
||||
|
|
|
@ -81,6 +81,8 @@
|
|||
|
||||
rows:
|
||||
selector: table#torrents_table_classic > tbody > tr:not([id="torrents_table_classic_head"])
|
||||
filters:
|
||||
- name: andmatch
|
||||
fields:
|
||||
title:
|
||||
selector: td.torrent_name > a
|
||||
|
|
|
@ -59,6 +59,8 @@
|
|||
|
||||
rows:
|
||||
selector: p + table > tbody > tr:has(a[href^="details.php?id="]), p + table > tbody > tr[id^="kdescr"]
|
||||
filters:
|
||||
- name: andmatch
|
||||
after: 1
|
||||
fields:
|
||||
title:
|
||||
|
|
|
@ -106,6 +106,8 @@
|
|||
sort: "desc"
|
||||
rows:
|
||||
selector: table.main > tbody > tr:contains("Alle Torrents") + tr > td > table.tableinborder > tbody > tr
|
||||
filters:
|
||||
- name: andmatch
|
||||
fields:
|
||||
download:
|
||||
selector: a[href^="download-ssl.php?torrent="]
|
||||
|
|
|
@ -101,6 +101,8 @@
|
|||
|
||||
rows:
|
||||
selector: table.ttable_headinner > tbody > tr.t-row
|
||||
filters:
|
||||
- name: andmatch
|
||||
after: 1
|
||||
fields:
|
||||
download:
|
||||
|
|
|
@ -102,6 +102,8 @@
|
|||
|
||||
rows:
|
||||
selector: div#browse > form > div > table.browsewidth100 > tbody > tr:has(a[href^="download.php?torrent="])
|
||||
filters:
|
||||
- name: andmatch
|
||||
fields:
|
||||
title:
|
||||
selector: a[href^="details.php?id="]
|
||||
|
|
Loading…
Reference in New Issue