mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 14:51:01 +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:
|
title:
|
||||||
selector: a[href^="/files/details/"]
|
selector: a[href^="/files/details/"]
|
||||||
category:
|
category:
|
||||||
selector: a[href^="/files/?cat="]
|
selector: td span.subcategory a.subcategory:nth-child(2)
|
||||||
attribute: href
|
attribute: href
|
||||||
filters:
|
filters:
|
||||||
- name: querystring
|
- name: regexp
|
||||||
args: cat
|
args: (\d+)$
|
||||||
details:
|
details:
|
||||||
selector: a[href^="/files/details/"]
|
selector: a[href^="/files/details/"]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
|
Loading…
Reference in a new issue