siambit: fix results for non-vip users. WIP. download not working. #5296

This commit is contained in:
Garfield69
2019-05-22 11:40:55 +12:00
parent 3ac9d26a91
commit 679c74eebd

View File

@@ -77,6 +77,14 @@
path: nDonated.php path: nDonated.php
selector: a[href="logout.php"] selector: a[href="logout.php"]
download:
# before:
# path: thanks.php
# method: "post"
# inputs:
# id: "{{ .DownloadUri.Query.id }}"
selector: a[href^="downloadnew.php?id="]
search: search:
paths: paths:
- path: viewno18.php - path: viewno18.php
@@ -88,7 +96,7 @@
search: "{{ .Keywords }}" search: "{{ .Keywords }}"
searchin: 0 searchin: 0
rows: rows:
selector: table[width="100%"][border="1"][cellspacing="0"][cellpadding="5"] > tbody > tr:has(a[href^="downloadnew.php?id="]) selector: table[width="100%"][border="1"][cellspacing="0"][cellpadding="5"] > tbody > tr:has(a[href*="hashinfo="])
fields: fields:
title: title:
selector: a[href^="details.php?id="] selector: a[href^="details.php?id="]
@@ -102,7 +110,7 @@
- name: querystring - name: querystring
args: cat args: cat
download: download:
selector: a[href^="downloadnew.php?id="] selector: a[href^="details.php?id="]
attribute: href attribute: href
imdb: imdb:
optional: true optional: true