mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
mactorrents: correct categories. resolves #6544
and fix category selector.
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
caps:
|
caps:
|
||||||
categories:
|
categories:
|
||||||
"mac-os-apps": PC/Mac
|
"mac-os-apps": PC/Mac
|
||||||
"mac-os-games": PC/Games
|
"mac-games": PC/Games
|
||||||
|
|
||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
title:
|
title:
|
||||||
selector: div.blog-content h3 a
|
selector: div.blog-content h3 a
|
||||||
category:
|
category:
|
||||||
selector: a[href*="/mac-os-"]
|
selector: a[href$="/mac-os-apps/"], a[href$="/mac-games/"]
|
||||||
attribute: href
|
attribute: href
|
||||||
filters:
|
filters:
|
||||||
- name: split
|
- name: split
|
||||||
|
Reference in New Issue
Block a user