assorted: remove unrelated results (#12790)

This commit is contained in:
ilike2burnthing 2022-01-09 17:08:58 +00:00 committed by GitHub
parent fa5bf831f6
commit 8e4d797d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 36 additions and 1 deletions

View File

@ -126,6 +126,8 @@ search:
rows:
selector: table.torrent tr.torrent
filters:
- name: andmatch
fields:
category:

View File

@ -101,6 +101,8 @@ search:
rows:
selector: table > tbody#highlighted > tr:has(a[href^="browse.php?cat="])
filters:
- name: andmatch
fields:
category:

View File

@ -119,8 +119,14 @@ search:
sort: "{{ .Config.sort }}"
type: "{{ .Config.type }}"
keywordsfilters:
- name: re_replace
args: ["(\\w+)", " +$1"] # prepend + to each word
rows:
selector: div.torrentrow:has(a[href^="download.php?torrent="])
filters:
- name: andmatch
fields:
category:

View File

@ -119,6 +119,8 @@ search:
rows:
selector: table.table-bordered tr:has(a[href^="download.php?torrent="])
filters:
- name: andmatch
fields:
category:

View File

@ -155,6 +155,8 @@ search:
rows:
selector: tr[id^="tor_"]:has(a[href^="./dl.php?id="])
filters:
- name: andmatch
fields:
title:

View File

@ -98,6 +98,8 @@ search:
rows:
selector: table.main > tbody > tr:has(a[href^="/lataa.php/"])
filters:
- name: andmatch
fields:
category:

View File

@ -68,7 +68,8 @@ search:
search: "{{ .Keywords }}"
incldead: 1
polish: 0
blah: 0
# 0 both, 1 name, 2 desc
blah: 1
rows:
selector: table#line > tbody > tr:has(a[href^="details.php?id="])

View File

@ -150,6 +150,8 @@ search:
rows:
selector: tr[id^="tor_"]
filters:
- name: andmatch
fields:
category:

View File

@ -119,6 +119,8 @@ search:
rows:
selector: tr.t-row
filters:
- name: andmatch
fields:
category:

View File

@ -111,6 +111,8 @@ search:
rows:
selector: table.table-bordered tr:has(a[href^="download.php?torrent="])
filters:
- name: andmatch
fields:
category:

View File

@ -53,6 +53,8 @@ search:
rows:
selector: div.webResult:has(a.magneto[data-src])
filters:
- name: andmatch
fields:
category:

View File

@ -28,6 +28,8 @@ search:
rows:
selector: div.moviefilm
filters:
- name: andmatch
fields:
category:

View File

@ -123,8 +123,14 @@ search:
sort: "{{ .Config.sort }}"
type: "{{ .Config.type }}"
keywordsfilters:
- name: re_replace
args: ["(\\w+)", " +$1"] # prepend + to each word
rows:
selector: table.table-bordered tr:has(a[href^="download.php?torrent="])
filters:
- name: andmatch
fields:
category:

View File

@ -81,6 +81,8 @@ search:
rows:
selector: "table[style=\"border: solid #000000 1px;\"] > tbody > tr:has(a[href^=\"takedownload.php?id=\"])"
filters:
- name: andmatch
fields:
category: