mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
sktorrent: sitelink should be base only
This commit is contained in:
@@ -6,6 +6,8 @@
|
|||||||
type: semi-private
|
type: semi-private
|
||||||
encoding: windows-1250
|
encoding: windows-1250
|
||||||
links:
|
links:
|
||||||
|
- http://sktorrent.eu/
|
||||||
|
legacylinks:
|
||||||
- http://sktorrent.eu/torrent/
|
- http://sktorrent.eu/torrent/
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
@@ -46,7 +48,7 @@
|
|||||||
movie-search: [q]
|
movie-search: [q]
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: /torrent/login.php
|
path: torrent/login.php
|
||||||
method: form
|
method: form
|
||||||
form: form[action^="login.php?returnto=index.php"]
|
form: form[action^="login.php?returnto=index.php"]
|
||||||
inputs:
|
inputs:
|
||||||
@@ -55,11 +57,11 @@
|
|||||||
error:
|
error:
|
||||||
- selector: font:contains("Incorrect")
|
- selector: font:contains("Incorrect")
|
||||||
test:
|
test:
|
||||||
path: /torrent/index.php
|
path: torrent/index.php
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: /torrent/torrents.php
|
- path: torrent/torrents.php
|
||||||
inputs:
|
inputs:
|
||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
category: "{{range .Categories}}{{.}};{{end}}"
|
category: "{{range .Categories}}{{.}};{{end}}"
|
||||||
|
Reference in New Issue
Block a user