mirror of
https://github.com/Jackett/Jackett
synced 2025-03-11 14:44:46 +00:00
jav-torrent: date selector is gone
pull year/month from the img url
This commit is contained in:
parent
6d8fa58034
commit
7aa90025d3
1 changed files with 5 additions and 2 deletions
|
@ -39,12 +39,15 @@ search:
|
|||
selector: img
|
||||
attribute: data-src
|
||||
date:
|
||||
selector: p.is-6 a
|
||||
selector: img
|
||||
attribute: data-src
|
||||
filters:
|
||||
- name: regexp
|
||||
args: (/\d{4}/\d{2}/)
|
||||
- name: append
|
||||
args: " -07:00" # PDT
|
||||
- name: dateparse
|
||||
args: "Jan. 02, 2006 -07:00"
|
||||
args: "/2006/01/ -07:00"
|
||||
size:
|
||||
selector: span.is-size-6
|
||||
seeders:
|
||||
|
|
Loading…
Add table
Reference in a new issue