mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
classix: fix date, add posters. resolves #14805
This commit is contained in:
parent
ab3f55dcf6
commit
337b0da059
1 changed files with 7 additions and 1 deletions
|
@ -149,6 +149,12 @@ search:
|
|||
download:
|
||||
selector: a[href^="download.php?id="]
|
||||
attribute: href
|
||||
poster:
|
||||
selector: a[href^="torrents-details.php?id="]
|
||||
attribute: onmouseover
|
||||
filters:
|
||||
- name: regexp
|
||||
args: "src=(.+?)>"
|
||||
date:
|
||||
selector: a[href^="torrents-details.php?id="]
|
||||
attribute: onmouseover
|
||||
|
@ -156,7 +162,7 @@ search:
|
|||
- name: regexp
|
||||
args: "Date Added: </b>(\\d{2}-\\d{2}-\\d{4})<br />"
|
||||
- name: dateparse
|
||||
args: "dd-MM-yyyy"
|
||||
args: "MM-dd-yyyy"
|
||||
size:
|
||||
selector: td:nth-child(7)
|
||||
seeders:
|
||||
|
|
Loading…
Add table
Reference in a new issue