mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 17:58:49 +00:00
vhstapes: drop list=view and add config info. #8777
This commit is contained in:
parent
1384e38818
commit
9d4998f154
1 changed files with 5 additions and 2 deletions
|
@ -66,7 +66,10 @@ settings:
|
|||
options:
|
||||
"desc": "desc"
|
||||
"asc": "asc"
|
||||
|
||||
- name: info_results
|
||||
type: info
|
||||
label: "Search results"
|
||||
default: "Use your browser, login to VHSTAPES and access the torrent search page, and make sure the results are displayed in <b>List View</b>. If in the correct mode, the page will have a link showing <i>Gallery View</i>. If the link is showing <i>List View</i> then click it to switch modes."
|
||||
login:
|
||||
path: login
|
||||
method: form
|
||||
|
@ -89,9 +92,9 @@ login:
|
|||
|
||||
search:
|
||||
paths:
|
||||
# https://vhstapes.org/torrents.php?order_by=time&order_way=desc&searchtext=&action=advanced&title=&sizeall=&sizetype=gb&sizerange=0.01&filelist=&taglist=&autocomplete_toggle=1
|
||||
- path: torrents.php
|
||||
inputs:
|
||||
view: list
|
||||
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
|
||||
order_by: "{{ .Config.sort }}"
|
||||
order_way: "{{ .Config.type }}"
|
||||
|
|
Loading…
Reference in a new issue