mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
haidan: fix no results and invalid dates
This commit is contained in:
@@ -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:
|
||||
@@ -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:
|
||||
|
Reference in New Issue
Block a user