mirror of https://github.com/Jackett/Jackett
rintornet: update cats
This commit is contained in:
parent
fe91e268ee
commit
47823fb937
|
@ -10,10 +10,10 @@ links:
|
|||
|
||||
caps:
|
||||
categorymappings:
|
||||
- {id: 27, cat: XXX, desc: "Фильмы UHD 2160 4K | Movies UHD 2160p 4K"}
|
||||
- {id: 20, cat: XXX, desc: "Сайтрипы UHD 2160 4K | Porn Video UHD 2160p 4K"}
|
||||
- {id: 1, cat: XXX, desc: "Сайтрипы, Фильмы HD | SiteRip's, Movies HD"}
|
||||
- {id: 9, cat: XXX, desc: "Сайтрипы | SiteRip's"}
|
||||
- {id: 27, cat: XXX, desc: "Фильмы 2160 4K | Movies 2160p 4K"}
|
||||
- {id: 20, cat: XXX, desc: "Сайтрипы 2160 4K | Porn Video 2160p 4K"}
|
||||
- {id: 1, cat: XXX, desc: "Сайтрипы, Фильмы HD | SiteRips, Movies HD"}
|
||||
- {id: 9, cat: XXX, desc: "Сайтрипы | SiteRips"}
|
||||
- {id: 12, cat: XXX, desc: "DVDRip | WEB-DL | WEBRip | VHSRip | CamRip"}
|
||||
- {id: 10, cat: XXX, desc: "Любительское видео | Amateur Video"}
|
||||
- {id: 24, cat: XXX, desc: "Инцест (Инсценировка) | Incest (Simulation)"}
|
||||
|
@ -61,9 +61,9 @@ search:
|
|||
category:
|
||||
selector: div.entry__info
|
||||
case:
|
||||
"a:last-of-type:contains(\"Movies UHD\")": 27
|
||||
"a:last-of-type:contains(\"Video UHD\")": 20
|
||||
"a:last-of-type:contains(\"HD\")": 1
|
||||
"a:last-of-type:contains(\"Movies 2160p\")": 27
|
||||
"a:last-of-type:contains(\"Video 2160p\")": 20
|
||||
"a:last-of-type:contains(\"Movies HD\")": 1
|
||||
"a:last-of-type:contains(\"SiteRips\")": 9
|
||||
"a:last-of-type:contains(\"WEBRip\")": 12
|
||||
"a:last-of-type:contains(\"Amateur\")": 10
|
||||
|
|
Loading…
Reference in New Issue