mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
ftuapps: use categorydesc
This commit is contained in:
parent
f41f63ba47
commit
9c124df3b9
1 changed files with 2 additions and 16 deletions
|
@ -10,7 +10,7 @@ links:
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
categorymappings:
|
categorymappings:
|
||||||
- {id: 52, cat: PC, desc: "Net", default: true}
|
- {id: 52, cat: PC, desc: ".Net", default: true}
|
||||||
- {id: 3648, cat: PC/Mobile-Android, desc: "Android Applications", default: true}
|
- {id: 3648, cat: PC/Mobile-Android, desc: "Android Applications", default: true}
|
||||||
- {id: 55, cat: PC/Mobile-Other, desc: "Application", default: true}
|
- {id: 55, cat: PC/Mobile-Other, desc: "Application", default: true}
|
||||||
- {id: 46, cat: PC, desc: "Database", default: true}
|
- {id: 46, cat: PC, desc: "Database", default: true}
|
||||||
|
@ -43,22 +43,8 @@ search:
|
||||||
- name: andmatch
|
- name: andmatch
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
categorydesc:
|
||||||
selector: a[href*="/category/"]
|
selector: a[href*="/category/"]
|
||||||
case:
|
|
||||||
":contains(\"Net\")": 52
|
|
||||||
":contains(\"Android\")": 3648
|
|
||||||
":contains(\"Application\")": 55
|
|
||||||
":contains(\"Database\")": 46
|
|
||||||
":contains(\"Delphi\")": 331
|
|
||||||
":contains(\"DriverPack\")": 4120
|
|
||||||
":contains(\"MacOS\")": 2142
|
|
||||||
":contains(\"Operating\")": 2431
|
|
||||||
":contains(\"Other\")": 56
|
|
||||||
":contains(\"Portable\")": 2172
|
|
||||||
":contains(\"PreActivated\")": 2435
|
|
||||||
":contains(\"Software\")": 3
|
|
||||||
":contains(\"Script\")": 165
|
|
||||||
title:
|
title:
|
||||||
selector: a
|
selector: a
|
||||||
attribute: title
|
attribute: title
|
||||||
|
|
Loading…
Add table
Reference in a new issue