mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
siambit: fix results for non-vip users. WIP. download not working. #5296
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user