diff --git a/src/Jackett.Common/Definitions/vhstapes.yml b/src/Jackett.Common/Definitions/vhstapes.yml
index 597a8794e..674b15cbb 100644
--- a/src/Jackett.Common/Definitions/vhstapes.yml
+++ b/src/Jackett.Common/Definitions/vhstapes.yml
@@ -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 List View. If in the correct mode, the page will have a link showing Gallery View. If the link is showing List View 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 }}"