mirror of
https://github.com/Jackett/Jackett
synced 2024-12-29 11:17:22 +00:00
mactorrents: fix catalog processing. resolves #7157
This commit is contained in:
parent
53e2527c72
commit
c08f511d1e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,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/"]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: split
|
||||
|
|
Loading…
Reference in a new issue