mirror of https://github.com/Jackett/Jackett
oldtoonsworld: update cats
This commit is contained in:
parent
8c92d5cd32
commit
5ba7661d80
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
id: oldtoonsworld
|
id: oldtoonsworld
|
||||||
name: Oldtoons
|
name: Oldtoons
|
||||||
description: "Oldtoons is a Private Torrent Tracker for Cartoon MOVIES / TV"
|
description: "Oldtoons is a Private Torrent Tracker for Cartoon MOVIES / TV / GENERAL"
|
||||||
language: en-US
|
language: en-US
|
||||||
type: private
|
type: private
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
|
@ -12,11 +12,16 @@ caps:
|
||||||
categorymappings:
|
categorymappings:
|
||||||
- {id: 1, cat: Movies, desc: "Movies"}
|
- {id: 1, cat: Movies, desc: "Movies"}
|
||||||
- {id: 2, cat: TV, desc: "TV"}
|
- {id: 2, cat: TV, desc: "TV"}
|
||||||
|
- {id: 3, cat: Books, desc: "Books"}
|
||||||
|
- {id: 4, cat: Audio, desc: "Audio"}
|
||||||
|
- {id: 5, cat: PC/Games, desc: "Games"}
|
||||||
|
|
||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
tv-search: [q, season, ep, imdbid, tvdbid, tmdbid]
|
tv-search: [q, season, ep, imdbid, tvdbid, tmdbid]
|
||||||
movie-search: [q, imdbid, tmdbid]
|
movie-search: [q, imdbid, tmdbid]
|
||||||
|
music-search: [q]
|
||||||
|
book-search: [q]
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
- name: apikey
|
- name: apikey
|
||||||
|
|
Loading…
Reference in New Issue