mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 11:48:49 +00:00
torrentfunk: convert to categorymappings
This commit is contained in:
parent
3a0a484276
commit
5e5e885e77
1 changed files with 13 additions and 13 deletions
|
@ -20,19 +20,19 @@ legacylinks:
|
|||
- https://torrentfunk.unblockit.top/
|
||||
|
||||
caps:
|
||||
categories:
|
||||
1: Movies
|
||||
2: Audio
|
||||
3: TV
|
||||
4: PC/Games
|
||||
5: PC
|
||||
6: TV/Anime
|
||||
7: XXX
|
||||
8: Other
|
||||
9: Other
|
||||
0: Other
|
||||
10: Other
|
||||
11: Other
|
||||
categorymappings:
|
||||
- {id: 1, cat: Movies, desc: Movies}
|
||||
- {id: 2, cat: Audio, desc: Music}
|
||||
- {id: 3, cat: TV, desc: Television}
|
||||
- {id: 4, cat: PC/Games, desc: Games}
|
||||
- {id: 5, cat: PC, desc: Software}
|
||||
- {id: 6, cat: TV/Anime, desc: Anime}
|
||||
- {id: 7, cat: XXX, desc: Adult}
|
||||
- {id: 8, cat: Other, desc: Other(tbd)}
|
||||
- {id: 9, cat: Other, desc: Other(tbd)}
|
||||
- {id: 0, cat: Other, desc: Other(tbd)}
|
||||
- {id: 10, cat: Other, desc: Other(tbd)}
|
||||
- {id: 11, cat: Other, desc: Other(tbd)}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
|
|
Loading…
Add table
Reference in a new issue