mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
bitbazis: new date detection
This commit is contained in:
parent
77d7d84dbe
commit
216cb56db8
1 changed files with 19 additions and 10 deletions
|
@ -158,17 +158,26 @@ search:
|
|||
size:
|
||||
selector: td:nth-child(6)
|
||||
date:
|
||||
# 2022<br>07/30. <br>17:02
|
||||
# 2022<br>07/30. <br> 7:02
|
||||
# 2022<br>07/09.
|
||||
selector: td:nth-child(7)
|
||||
# 36 perce
|
||||
# 13 órája és 59 perce
|
||||
# 2 napja és 10 órája
|
||||
# 1 hete és 1 napja
|
||||
# 1 éve és 30 hete
|
||||
selector: td:nth-child(7) span:last-child
|
||||
filters:
|
||||
- name: regexp
|
||||
args: (\d{6}/\d{2})
|
||||
- name: append
|
||||
args: " +01:00" # CET
|
||||
- name: dateparse
|
||||
args: "200601/02 -07:00"
|
||||
- name: replace
|
||||
args: ["és ", " "]
|
||||
- name: replace
|
||||
args: ["perce", "minute"]
|
||||
- name: replace
|
||||
args: ["órája", "hour"]
|
||||
- name: replace
|
||||
args: ["napja", "day"]
|
||||
- name: replace
|
||||
args: ["hete", "week"]
|
||||
- name: replace
|
||||
args: ["éve", "year"]
|
||||
- name: timeago
|
||||
grabs:
|
||||
selector: td:nth-child(5)
|
||||
seeders:
|
||||
|
|
Loading…
Add table
Reference in a new issue