mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +00:00
vsttorrents: new row selectors
This commit is contained in:
parent
3bbc29929e
commit
82cc6c790b
1 changed files with 12 additions and 10 deletions
|
@ -32,7 +32,7 @@ search:
|
|||
s: "{{ .Keywords }}"
|
||||
|
||||
rows:
|
||||
selector: article:has(h3):has(time)
|
||||
selector: article:has(h4)
|
||||
filters:
|
||||
- name: andmatch
|
||||
|
||||
|
@ -40,21 +40,23 @@ search:
|
|||
category:
|
||||
text: Audio
|
||||
title:
|
||||
selector: h3
|
||||
selector: h4
|
||||
details:
|
||||
selector: h3 > a
|
||||
selector: h4 > a
|
||||
attribute: href
|
||||
download:
|
||||
selector: h3 > a
|
||||
selector: h4 > a
|
||||
attribute: href
|
||||
poster:
|
||||
selector: img
|
||||
attribute: src
|
||||
selector: div.back-img
|
||||
attribute: style
|
||||
filters:
|
||||
- name: regexp
|
||||
args: "\\'(.+?)\\'"
|
||||
description:
|
||||
selector: div.cat-links
|
||||
selector: div.mg-blog-category
|
||||
date:
|
||||
selector: time
|
||||
attribute: datetime
|
||||
text: now
|
||||
size:
|
||||
text: "512 MB"
|
||||
seeders:
|
||||
|
@ -65,4 +67,4 @@ search:
|
|||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# engine wordpress
|
||||
# wordpress 6.0.2
|
||||
|
|
Loading…
Add table
Reference in a new issue