mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
theplace: update download link
This commit is contained in:
@@ -63,16 +63,13 @@
|
||||
- selector: table:contains("Login failed!")
|
||||
test:
|
||||
path: main.php
|
||||
|
||||
download:
|
||||
selector: a[href^="download.php"]
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: browse.php
|
||||
inputs:
|
||||
$raw: "{{range .Categories}}filter_cat[{{.}}]=1&{{end}}"
|
||||
search: "{{ .Query.Keywords }}"
|
||||
search: "{{ .Keywords }}"
|
||||
rows:
|
||||
selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="])
|
||||
filters:
|
||||
@@ -88,11 +85,8 @@
|
||||
filters:
|
||||
selector: td:nth-child(2) b
|
||||
download:
|
||||
selector: a[href^="details.php?id="]
|
||||
selector: a[href^="download.php/"]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["details.php?id=", "download.php?id="]
|
||||
details:
|
||||
selector: a[href^="details.php?id="]
|
||||
attribute: href
|
||||
@@ -100,7 +94,7 @@
|
||||
selector: td:nth-child(8)
|
||||
filters:
|
||||
- name: regexp
|
||||
args: ([\d,]+)
|
||||
args: (\d+)
|
||||
files:
|
||||
selector: td:nth-child(4)
|
||||
size:
|
||||
|
Reference in New Issue
Block a user