Skip to content

Commit

Permalink
hdtime: filter out rows without details link
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Oct 26, 2021
1 parent 02058dd commit b2dabee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jackett.Common/Definitions/hdtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ search:
type: "{{ .Config.type }}"

rows:
selector: table.torrents > tbody > tr:has(table.torrentname)
selector: table.torrents > tbody > tr:has(a[href^="details.php?id="])

fields:
category:
Expand Down

0 comments on commit b2dabee

Please sign in to comment.