1
0
Fork 0
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:
Garfield69 2019-08-28 10:04:40 +12:00
parent 17054b938e
commit 321c11d231

View file

@ -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