From 1cd0d1630bddc6981d10a064295ca89e974d301a Mon Sep 17 00:00:00 2001 From: Hummingbirdy The Second Date: Sun, 16 Jul 2023 14:44:01 +0200 Subject: [PATCH] hdforever: fix search with release year --- definitions/v7/hdforever.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/definitions/v7/hdforever.yml b/definitions/v7/hdforever.yml index a0cc9f805..2345bcee3 100644 --- a/definitions/v7/hdforever.yml +++ b/definitions/v7/hdforever.yml @@ -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