mirror of
https://github.com/Jackett/Jackett
synced 2024-12-22 07:43:13 +00:00
lastfiles: update category selector
This commit is contained in:
parent
c54db4fa15
commit
b619e18719
1 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ search:
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
selector: img[src^="images/categories/"]
|
selector: img[src*="images/categories/"], img[src*="images/categoriesNORMALE/"]
|
||||||
attribute: src
|
attribute: src
|
||||||
case:
|
case:
|
||||||
# not all categories are available at the moment, so some are deduced and unconfirmed
|
# not all categories are available at the moment, so some are deduced and unconfirmed
|
||||||
|
@ -153,7 +153,7 @@ search:
|
||||||
img[src$="/packs.png"]: 33
|
img[src$="/packs.png"]: 33
|
||||||
img[src$="/xxxpacks.png"]: 34
|
img[src$="/xxxpacks.png"]: 34
|
||||||
img[src$="/sport.png"]: 42
|
img[src$="/sport.png"]: 42
|
||||||
img[src$="/documents.png"]: 43
|
img[src$="/docs.png"]: 43
|
||||||
img[src$="/images.png"]: 44
|
img[src$="/images.png"]: 44
|
||||||
img[src$="/misc.png"]: 49
|
img[src$="/misc.png"]: 49
|
||||||
img[src$="/android.png"]: 51
|
img[src$="/android.png"]: 51
|
||||||
|
|
Loading…
Reference in a new issue