mirror of
https://github.com/Jackett/Jackett
synced 2024-12-29 11:17:22 +00:00
mactorrents: add new cat. resolves #8424
This commit is contained in:
parent
9b3172dfad
commit
f33ec693e7
1 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
|||
categories:
|
||||
"mac-os-apps": PC/Mac
|
||||
"mac-games": PC/Games
|
||||
"uncategorized": Other
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
|
@ -36,7 +37,7 @@
|
|||
title:
|
||||
selector: div.blog-content h3 a
|
||||
category:
|
||||
selector: a[href*="/mac-os-apps/"], a[href*="/mac-games/"]
|
||||
selector: a[href*="/mac-os-apps/"], a[href*="/mac-games/"], a[href*="/uncategorized/"]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: split
|
||||
|
|
Loading…
Reference in a new issue