mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 04:38:20 +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:
|
title:
|
||||||
selector: div.blog-content h3 a
|
selector: div.blog-content h3 a
|
||||||
category:
|
category:
|
||||||
selector: a[href$="/mac-os-apps/"], a[href$="/mac-games/"]
|
selector: a[href*="/mac-os-apps/"], a[href*="/mac-games/"]
|
||||||
attribute: href
|
attribute: href
|
||||||
filters:
|
filters:
|
||||||
- name: split
|
- name: split
|
||||||
|
|
Loading…
Reference in a new issue