Skip to content

Commit

Permalink
haidan: fix no results and invalid dates
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Nov 20, 2020
1 parent 76cacb1 commit 8443bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Jackett.Common/Definitions/haidan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ search:
# supports search using imdbid, does not return imdb links in results

rows:
selector: div.torrent_panel > div.torrent_group > div.group_content
selector: div.group_content

fields:
category:
Expand Down Expand Up @@ -137,7 +137,7 @@ search:
attribute: data-src
date:
# time type: time elapsed (default)
selector: div.time_col > span[title]
selector: div.time_col span[title]
attribute: title
optional: true
filters:
Expand Down

0 comments on commit 8443bc0

Please sign in to comment.