Skip to content

Commit

Permalink
huntorrent: skip extra page before torrent file (#15202)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kokan committed Mar 28, 2024
1 parent de7d452 commit d1e2f28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Jackett.Common/Definitions/huntorrent.yml
Expand Up @@ -136,6 +136,11 @@ search:
download:
selector: a.download-link
attribute: href
filters:
- name: replace
args: ["please_wait=1&", ""]
- name: replace
args: ["&please_wait=1", ""]
genre:
selector: "span[style=\"font-size: 6pt; font-weight: bold;\"]"
description:
Expand Down

0 comments on commit d1e2f28

Please sign in to comment.