1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-26 16:12:55 +00:00

gamestorrent: andmatch. #6719

This commit is contained in:
Garfield69 2019-12-29 11:32:38 +13:00
parent 458a797fb8
commit 9cf7811a8e

View file

@ -36,8 +36,12 @@
- path: / - path: /
inputs: inputs:
s: "{{ .Keywords }}" s: "{{ .Keywords }}"
rows: rows:
selector: table.metalion > tbody > tr selector: table.metalion > tbody > tr
filters:
- name: andmatch
fields: fields:
title: title:
selector: td:nth-child(1) a selector: td:nth-child(1) a
@ -65,7 +69,11 @@
args: ["s", ""] args: ["s", ""]
description: description:
selector: td:nth-child(4) selector: td:nth-child(4)
seeders:
text: 1
leechers:
text: 1
downloadvolumefactor: downloadvolumefactor:
text: "0" text: 0
uploadvolumefactor: uploadvolumefactor:
text: "1" text: 1