Skip to content

Commit

Permalink
hdforever: fix search with release year
Browse files Browse the repository at this point in the history
  • Loading branch information
hummingbirdy2 authored and mynameisbogdan committed Jul 16, 2023
1 parent 7271582 commit 1cd0d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions definitions/v7/hdforever.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cd0d16

Please sign in to comment.