mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
downloadville: sitelink should be base only
This commit is contained in:
@@ -6,6 +6,8 @@
|
|||||||
type: private
|
type: private
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
links:
|
links:
|
||||||
|
- https://downloadville.net/
|
||||||
|
legacylinks:
|
||||||
- https://downloadville.net/tracker/
|
- https://downloadville.net/tracker/
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
@@ -128,7 +130,7 @@
|
|||||||
"4" : "Argent & Or (Both)"
|
"4" : "Argent & Or (Both)"
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: index.php?page=login
|
path: tracker/index.php?page=login
|
||||||
method: post
|
method: post
|
||||||
form: form[action="index.php?page=login"]
|
form: form[action="index.php?page=login"]
|
||||||
inputs:
|
inputs:
|
||||||
@@ -139,12 +141,12 @@
|
|||||||
message:
|
message:
|
||||||
selector: form[action="index.php?page=login&returnto=index.php"] table tr:nth-of-type(2) td span
|
selector: form[action="index.php?page=login&returnto=index.php"] table tr:nth-of-type(2) td span
|
||||||
test:
|
test:
|
||||||
path: index.php
|
path: tracker/index.php
|
||||||
select: a[href="logout.php"]
|
select: a[href="logout.php"]
|
||||||
|
|
||||||
download:
|
download:
|
||||||
before:
|
before:
|
||||||
path: "thanks.php"
|
path: tracker/thanks.php
|
||||||
method: "post"
|
method: "post"
|
||||||
inputs:
|
inputs:
|
||||||
infohash: "{{ .DownloadUri.Query.id }}"
|
infohash: "{{ .DownloadUri.Query.id }}"
|
||||||
@@ -154,7 +156,7 @@
|
|||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: index.php
|
- path: tracker/index.php
|
||||||
inputs:
|
inputs:
|
||||||
page: "torrents"
|
page: "torrents"
|
||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
|
Reference in New Issue
Block a user