mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
sktorrent: sitelink should be base only
This commit is contained in:
parent
c040cf3a3a
commit
e923be03cc
1 changed files with 5 additions and 3 deletions
|
@ -6,6 +6,8 @@
|
|||
type: semi-private
|
||||
encoding: windows-1250
|
||||
links:
|
||||
- http://sktorrent.eu/
|
||||
legacylinks:
|
||||
- http://sktorrent.eu/torrent/
|
||||
|
||||
caps:
|
||||
|
@ -46,7 +48,7 @@
|
|||
movie-search: [q]
|
||||
|
||||
login:
|
||||
path: /torrent/login.php
|
||||
path: torrent/login.php
|
||||
method: form
|
||||
form: form[action^="login.php?returnto=index.php"]
|
||||
inputs:
|
||||
|
@ -55,11 +57,11 @@
|
|||
error:
|
||||
- selector: font:contains("Incorrect")
|
||||
test:
|
||||
path: /torrent/index.php
|
||||
path: torrent/index.php
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: /torrent/torrents.php
|
||||
- path: torrent/torrents.php
|
||||
inputs:
|
||||
search: "{{ .Keywords }}"
|
||||
category: "{{range .Categories}}{{.}};{{end}}"
|
||||
|
|
Loading…
Reference in a new issue