From 9d4998f154da46a905a593fd3a84d6d3ac27be8e Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 1 Jun 2020 16:32:24 +1200 Subject: [PATCH] vhstapes: drop list=view and add config info. #8777 --- src/Jackett.Common/Definitions/vhstapes.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 }}"