mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 06:40:57 +00:00
demonoid: new category selector.
This commit is contained in:
parent
17054b938e
commit
321c11d231
1 changed files with 3 additions and 3 deletions
|
@ -209,11 +209,11 @@
|
|||
title:
|
||||
selector: a[href^="/files/details/"]
|
||||
category:
|
||||
selector: a[href^="/files/?cat="]
|
||||
selector: td span.subcategory a.subcategory:nth-child(2)
|
||||
attribute: href
|
||||
filters:
|
||||
- name: querystring
|
||||
args: cat
|
||||
- name: regexp
|
||||
args: (\d+)$
|
||||
details:
|
||||
selector: a[href^="/files/details/"]
|
||||
attribute: href
|
||||
|
|
Loading…
Reference in a new issue