hdforever: fix search with release year

Co-authored-by: Hummingbirdy The Second <hummingbirdy@pm.me>
This commit is contained in:
Bogdan
2023-07-16 16:17:50 +03:00
parent 7be7b45b27
commit c02ef80dc8

View File

@@ -95,11 +95,11 @@ login:
selector: a[href^="logout.php?auth="]
search:
# https://hdf.world/torrents.php?groupname=blood&freetorrent=1&order_by=time&order_way=desc&action=advanced&searchsubmit=1
# https://hdf.world/torrents.php?searchstr=Un+Singe+en+hiver+1962&freetorrent=1&order_by=time&order_way=desc&action=advanced&searchsubmit=1
path: torrents.php
inputs:
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
groupname: "{{ .Keywords }}"
searchstr: "{{ .Keywords }}"
order_by: "{{ .Config.sort }}"
order_way: "{{ .Config.type }}"
action: advanced